aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/acconfig.h
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-07-16 17:38:41 +0000
committerChristopher Faylor <me@cgf.cx>2000-07-16 17:38:41 +0000
commitb4e59f5f1419800d7a2248d3721a9db88e80d4d8 (patch)
treeb19a62d00cb145ad5e1c15b19a66deef6bf32761 /winsup/cygwin/acconfig.h
parent8e382d804957ac50dc61af60eef001cae13c25be (diff)
downloadnewlib-b4e59f5f1419800d7a2248d3721a9db88e80d4d8.zip
newlib-b4e59f5f1419800d7a2248d3721a9db88e80d4d8.tar.gz
newlib-b4e59f5f1419800d7a2248d3721a9db88e80d4d8.tar.bz2
* 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.
Diffstat (limited to 'winsup/cygwin/acconfig.h')
-rw-r--r--winsup/cygwin/acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/acconfig.h b/winsup/cygwin/acconfig.h
index 7430a4e..c187c0b 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