home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / kaffe-0.5p4-src.tgz / tar.out / contrib / kaffe / win32 / OLD-WIN32 / config / config.h
Text File  |  1996-09-28  |  456b  |  25 lines

  1. /* kaffevm/config.h.  Handcrafted.  */
  2.  
  3. #define    HAVE_DYN_UNDERSTORE 1
  4.  
  5. #define    HAVE_MEMCPY    1
  6. #define    HAVE_FMOD    1
  7.  
  8. #define    HAVE_IO_H    1
  9. #define    HAVE_WINSOCK_H    1
  10. #define HAVE_WINBASE_H    1
  11. #define HAVE_WTYPES_H    1
  12. #define    HAVE_MALLOC_H    1
  13. #define    HAVE_DIRENT_H    1
  14.  
  15. #define    SIZEOF_SHORT 2
  16. #define    SIZEOF_INT 4
  17. #define    SIZEOF_LONG 4
  18. #define    SIZEOF_VOIDP 4
  19. #define    SIZEOF_LONG_LONG 0
  20. #define    SIZEOF___INT64 0
  21.  
  22. #define    KAFFEVERSION "0.5"
  23.  
  24. #define    LIBRARYSUFFIX ".dll"
  25.