before include <pth.h>

#define PTH_SYSCALL_SOFT 1
This commit is contained in:
Kurt Zeilenga 2000-05-19 20:48:05 +00:00
parent 4e65678531
commit 40b8a71ce3
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ Changes included in OpenLDAP 1.2.11 Release Engineering
Fixed NULL prefix bug in libldap/ufn.c
Fixed slapd_shutdown extern reference bug (ITS#527)
Build Environment
Change GNU Pth to enable soft syscalls
Changed RCPT cmds symbol to avoid link conflict (ITS#526)
Changed LDBM directory to $localstatedir/openldap-ldbm

View File

@ -74,6 +74,7 @@ LDAP_END_DECL
* *
***********************************/
#define PTH_SYSCALL_SOFT 1
#include <pth.h>
LDAP_BEGIN_DECL