home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET 2
/
BCI NET 2.iso
/
archives
/
programming
/
source
/
tracker-4.13.lha
/
tracker
/
Arch
/
NeXT
/
config.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-01-29
|
293 b
|
22 lines
/* 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;