From: Kurt Zeilenga Date: Sun, 28 Mar 1999 22:42:13 +0000 (+0000) Subject: NT doesn't have waitpid() X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~317 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f4161b5bf8aa62099e6367510cb1c175d95092d8;p=openldap NT doesn't have waitpid() --- diff --git a/include/portable.h.nt b/include/portable.h.nt index 814c9a44ee..0420ab3995 100644 --- a/include/portable.h.nt +++ b/include/portable.h.nt @@ -415,7 +415,7 @@ typedef char * caddr_t; #define HAVE_VSPRINTF 1 /* Define if you have the waitpid function. */ -#define HAVE_WAITPID 1 +/* #undef HAVE_WAITPID 1 */ /* Define if you have the header file. */ /* #undef HAVE_ARPA_NAMESER_H */