NT doesn't have fork. Need to define HAVE_SPAWNLP

This commit is contained in:
Kurt Zeilenga 1998-11-17 19:14:11 +00:00
parent 34780e1dc3
commit 5413a9598a

View 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