From: Kurt Zeilenga Date: Tue, 17 Nov 1998 19:14:11 +0000 (+0000) Subject: NT doesn't have fork. Need to define HAVE_SPAWNLP X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~1104 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5413a9598a485ad804b4a7455153a77f22544da9;p=openldap NT doesn't have fork. Need to define HAVE_SPAWNLP --- diff --git a/include/portable.h.nt b/include/portable.h.nt index 5b1a2f9620..e623ff2fbd 100644 --- a/include/portable.h.nt +++ b/include/portable.h.nt @@ -47,6 +47,9 @@ is provided ``as is'' without express or implied warranty. /* define type for caddr_t */ typedef char * caddr_t; +/* we have spawnlp instead of fork/execlp */ +#define HAVE_SPAWNLP 1 + /* we have winsock2 */ #define HAVE_WINSOCK2 1