From fff618aeb4142773ff388ac9b52d127a510c6690 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 6 Oct 1998 12:23:37 +0000 Subject: 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. (This used to be commit b7ecbca3aff34ff06a445e5ee39efba48261b7e8) --- source3/include/config.h.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source3/include/config.h.in') diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 930832a8bd..92056f075a 100644 --- a/source3/include/config.h.in +++ b/source3/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 -- cgit