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 / config / config.h
Text File  |  1996-09-28  |  747b  |  33 lines

  1. /* kaffevm/config.h.  Handcrafted for MSVC.  */
  2.  
  3. #undef    HAVE_DYN_UNDERSTORE
  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_DIR_H
  14.  
  15. #define    SIZEOF_SHORT 2
  16. #define    SIZEOF_INT 4
  17. #define    SIZEOF_LONG 4
  18. #define    SIZEOF___INT64 8
  19. #define    SIZEOF_VOIDP 4
  20.  
  21. #define    KAFFEVERSION "0.5p3"
  22.  
  23. #define    LIBRARYSUFFIX ".dll"
  24.  
  25. #define asm _asm
  26.  
  27. //#define DEFAULT_CLASSPATH ".;c:\\kaffe\\share\\kaffe\\classes.zip"
  28. //#define DEFAULT_LIBRARYPATH "c:\\kaffe\\lib"
  29. #define DEFAULT_CLASSPATH ".;l:\\tiny\\classes;c:\\kaffe\\share\\kaffe\\classes.zip"
  30. #define DEFAULT_LIBRARYPATH "l:\\kaffe-0.5p3\\win32\\kaffe"
  31.  
  32. #define alarm win32alarm
  33.