/* config.h 
	vi:ts=3 sw=3:
 */

/* Configuration for the current platform */

#include <stdio.h>


#define P(args) args
/* #define P(x) ()	*/

#define ID(x)
/* #define ID(x)  LOCAL char *id= x ; */

/* #define KLUDGE_TAG */
#define GZIP 		
#define stricmp	strcasecmp

typedef void *GENERIC;

