From b4e59f5f1419800d7a2248d3721a9db88e80d4d8 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sun, 16 Jul 2000 17:38:41 +0000 Subject: * acconfig.h: Add support for NEWVFORK. * config.h.in: Ditto. * configure.in: Add --enable-vfork option. * configure: Regenerate. * dcrt0.cc (quoted): Detect and fix up quoted backslashes. * sigproc.cc (proc_subproc): Correctly name handle of newly added child process to avoid erroneous debugging messages about closing the wrong handle. --- winsup/cygwin/acconfig.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'winsup/cygwin/acconfig.h') diff --git a/winsup/cygwin/acconfig.h b/winsup/cygwin/acconfig.h index 7430a4ea9..c187c0be3 100644 --- a/winsup/cygwin/acconfig.h +++ b/winsup/cygwin/acconfig.h @@ -9,3 +9,6 @@ /* Define if building thread-safe Cygwin DLL. */ #undef _MT_SAFE + +/* Define if using new vfork functionality. */ +#undef NEWVFORK -- cgit v1.2.3