mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
NT doesn't have fork. Need to define HAVE_SPAWNLP
This commit is contained in:
parent
34780e1dc3
commit
5413a9598a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user