mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-15 08:37:48 -05:00
NT doesn't have fork. Need to define HAVE_SPAWNLP
This commit is contained in:
parent
34780e1dc3
commit
5413a9598a
1 changed files with 3 additions and 0 deletions
|
|
@ -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 a new issue