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

/* Configuration for the current platform */

//#define MWDEBUG 1
//#include "memwatch.h"
//#include "stdlib.h"


#include <stdio.h>

#ifndef __OS2__
extern FILE *popen(char *command, char *mode);
extern void pclose(FILE *f);
#endif

#define EXPAND_WILDCARDS(x,y)   _wildcard(&x,&y);

/* use if "rb" has an import for the program */
#define BINARY_HEEDED 


#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 MALLOC_NOT_IN_STDLIB
