From 5413a9598a485ad804b4a7455153a77f22544da9 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 17 Nov 1998 19:14:11 +0000 Subject: [PATCH] NT doesn't have fork. Need to define HAVE_SPAWNLP --- include/portable.h.nt | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.2