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