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 >
Text File  |  1996-09-28  |  308b  |  16 lines

  1. /* Hacks to configure NeXT */
  2. #if defined(NeXT)
  3. #undef  HAVE_SYS_UTSNAME_H
  4. #define HAVE_DYN_UNDERSTORE 1
  5. #endif
  6.  
  7. /* Hack to configure AmigaOS */
  8. #if defined(__amigaos__)
  9. #define HAVE_DYN_UNDERSTORE 1
  10. #endif  
  11.  
  12. /* Hack for Window's */ 
  13. #if defined(WIN32) && !defined(__WIN32__)
  14. #define __WIN32__ WIN32
  15. #endif
  16.