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

/* Configuration for the current platform */

#include <stdio.h>


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

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

/* #define KLUDGE_TAG */
#define GZIP 		
/* #define FORKING	*/
/*	#define void		*/

typedef void *GENERIC;
/* typedef char *GENERIC; */

#define stricmp strcasecmp
#ifdef AMIGA
#else
#ifdef __386BSD__
#else
#define MALLOC_NOT_IN_STDLIB
#endif
#endif
