2000-02-18 03:38:33 +08:00
|
|
|
/* Define if DEBUGGING support is requested. */
|
|
|
|
#undef DEBUGGING
|
|
|
|
|
|
|
|
/* Define if GCC supports builtin memset. */
|
|
|
|
#undef HAVE_BUILTIN_MEMSET
|
|
|
|
|
2003-07-02 11:16:00 +08:00
|
|
|
/* Define if MALLOC_DEBUGGING support is requested. */
|
|
|
|
#undef MALLOC_DEBUG
|
|
|
|
|
2000-07-17 01:38:41 +08:00
|
|
|
/* Define if using new vfork functionality. */
|
|
|
|
#undef NEWVFORK
|
2003-07-02 11:16:00 +08:00
|
|
|
|
|
|
|
/* Define if using cygserver */
|
2003-08-26 02:21:07 +08:00
|
|
|
#undef USE_SERVER
|