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