summaryrefslogtreecommitdiffstats
path: root/source/include/config.h.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-06 12:23:37 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-06 12:23:37 +0000
commitb7ecbca3aff34ff06a445e5ee39efba48261b7e8 (patch)
tree5aac359435442b8efad83d39787bc14f6a1dfaca /source/include/config.h.in
parent2f4506a33c7015f2a176929d794c6c40f1433591 (diff)
downloadsamba-b7ecbca3aff34ff06a445e5ee39efba48261b7e8.tar.gz
samba-b7ecbca3aff34ff06a445e5ee39efba48261b7e8.tar.xz
samba-b7ecbca3aff34ff06a445e5ee39efba48261b7e8.zip
added a wrapper for fork()
in a fork we have to close all server connections otherwise we can end up with two processes writing to the same socket.
Diffstat (limited to 'source/include/config.h.in')
-rw-r--r--source/include/config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/include/config.h.in b/source/include/config.h.in
index 930832a8bd5..92056f075af 100644
--- a/source/include/config.h.in
+++ b/source/include/config.h.in
@@ -165,6 +165,9 @@
/* Define if you have the __fcntl function. */
#undef HAVE___FCNTL
+/* Define if you have the __fork function. */
+#undef HAVE___FORK
+
/* Define if you have the __fstat function. */
#undef HAVE___FSTAT
@@ -270,6 +273,9 @@
/* Define if you have the _fcntl function. */
#undef HAVE__FCNTL
+/* Define if you have the _fork function. */
+#undef HAVE__FORK
+
/* Define if you have the _fstat function. */
#undef HAVE__FSTAT