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
Wrap
Text File
|
1996-09-28
|
747b
|
33 lines
/* kaffevm/config.h. Handcrafted for MSVC. */
#undef HAVE_DYN_UNDERSTORE
#define HAVE_MEMCPY 1
#define HAVE_FMOD 1
#define HAVE_IO_H 1
#define HAVE_WINSOCK_H 1
#define HAVE_WINBASE_H 1
#define HAVE_WTYPES_H 1
#define HAVE_MALLOC_H 1
#define HAVE_DIR_H
#define SIZEOF_SHORT 2
#define SIZEOF_INT 4
#define SIZEOF_LONG 4
#define SIZEOF___INT64 8
#define SIZEOF_VOIDP 4
#define KAFFEVERSION "0.5p3"
#define LIBRARYSUFFIX ".dll"
#define asm _asm
//#define DEFAULT_CLASSPATH ".;c:\\kaffe\\share\\kaffe\\classes.zip"
//#define DEFAULT_LIBRARYPATH "c:\\kaffe\\lib"
#define DEFAULT_CLASSPATH ".;l:\\tiny\\classes;c:\\kaffe\\share\\kaffe\\classes.zip"
#define DEFAULT_LIBRARYPATH "l:\\kaffe-0.5p3\\win32\\kaffe"
#define alarm win32alarm