3 #ifndef _SC68_CONFIG_PLATFORM68_H_
4 #define _SC68_CONFIG_PLATFORM68_H_
10 # define BREAKPOINT68 if (1) { *(int *)1 = 0x12345678; } else
18 # define HAVE_VSPRINTF 1
25 # define HAVE_VSNPRINTF 1
27 # undef HAVE_VSNPRINTF
32 # define HAVE_GETENV 1
39 # define HAVE_ZLIB_H 1
46 # define HAVE_READLINE_READLINE_H 1
48 # undef HAVE_READLINE_READLINE_H
53 # define HAVE_READLINE_HISTORY_H 1
55 # undef HAVE_READLINE_HISTORY_H
61 #ifndef NO_FALLBACK_CONFIG
64 # define HAVE_GETENV 1
65 # define HAVE_ZLIB_H 1
66 # define BREAKPOINT68 __asm int 3
67 # define vsnprintf _vsnprintf
68 # define vsprintf _vsprintf
70 # define CDECL __cdecl