home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
kaffe-0.5p4-src.tgz
/
tar.out
/
contrib
/
kaffe
/
config
/
config-hacks.h
next >
Wrap
Text File
|
1996-09-28
|
308b
|
16 lines
/* Hacks to configure NeXT */
#if defined(NeXT)
#undef HAVE_SYS_UTSNAME_H
#define HAVE_DYN_UNDERSTORE 1
#endif
/* Hack to configure AmigaOS */
#if defined(__amigaos__)
#define HAVE_DYN_UNDERSTORE 1
#endif
/* Hack for Window's */
#if defined(WIN32) && !defined(__WIN32__)
#define __WIN32__ WIN32
#endif