]> git.sur5r.net Git - openldap/commitdiff
NT doesn't have fork. Need to define HAVE_SPAWNLP
authorKurt Zeilenga <kurt@openldap.org>
Tue, 17 Nov 1998 19:14:11 +0000 (19:14 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 17 Nov 1998 19:14:11 +0000 (19:14 +0000)
include/portable.h.nt

index 5b1a2f962082fc44cb3b014b34e325de08a1d263..e623ff2fbd8b6631272eb886c3366725ab6b6357 100644 (file)
@@ -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