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 / i386 / win32 / bc / config.h next >
Text File  |  1996-09-28  |  782b  |  36 lines

  1. /* config/config.h.  Handcrafted for Borland.  */
  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_DIR_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.  
  26. //#define DEFAULT_CLASSPATH ".;c:\\kaffe\\share\\kaffe\\classes.zip"
  27. //#define DEFAULT_LIBRARYPATH "c:\\kaffe\\lib"
  28.  
  29. #define DEFAULT_CLASSPATH \
  30.     ".;l:\\tiny\\classes;c:\\kaffe\\share\\kaffe\\classes.zip"
  31.  
  32. #define DEFAULT_LIBRARYPATH \
  33.     "l:\\kaffe-0.5p3\\win32\\kaffe"
  34.  
  35. #define alarm win32alarm
  36.