mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-14 17:59:28 +08:00
3872e9a419
* acconfig.h: Add USE_CYGSERVER define. * config.h.in: Regenerate. * configure.in: Add --enable-server setting. * configure: Regenerate. * fhandler_tty.cc (fhandler_tty_slave::open): Conditionalize compilation of cygserver stuff. * fork.cc (fork_child): Ditto. * shm.cc: Ditto. * tty.cc (tty::common_init): Ditto. * dcrt0.cc: Use bool rather than BOOL for CYGWIN environment variable definitions. * environ.cc: Ditto. * ntea.cc: Ditto. * security.cc: Ditto. * security.h: Ditto. * syscalls.cc (check_posix_perm): Remove externs that were already declared in a header. * winsup.h: Ditto. Declare _MT_SAFE here. Delete it someday since cygwin should always be _MT_SAFE.
21 lines
489 B
C
21 lines
489 B
C
/* Define if DEBUGGING support is requested. */
|
|
#undef DEBUGGING
|
|
|
|
/* Define if building "extra" thread-safe Cygwin DLL. */
|
|
#undef _CYG_THREAD_FAILSAFE
|
|
|
|
/* Define if GCC supports builtin memset. */
|
|
#undef HAVE_BUILTIN_MEMSET
|
|
|
|
/* Define if MALLOC_DEBUGGING support is requested. */
|
|
#undef MALLOC_DEBUG
|
|
|
|
/* Define if building thread-safe Cygwin DLL. */
|
|
#undef _MT_SAFE
|
|
|
|
/* Define if using new vfork functionality. */
|
|
#undef NEWVFORK
|
|
|
|
/* Define if using cygserver */
|
|
#undef USE_CYGSERVER
|