mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
Removed stat -> _stat define
This commit is contained in:
parent
8a0a7fe367
commit
46dbdb861d
1 changed files with 4 additions and 4 deletions
|
|
@ -174,10 +174,10 @@ typedef char * caddr_t;
|
|||
#undef HAVE_TERMCAP
|
||||
|
||||
/* define this for connectionless LDAP support */
|
||||
#define LDAP_CONNECTIONLESS
|
||||
#undef LDAP_CONNECTIONLESS
|
||||
|
||||
/* define this to add debugging code */
|
||||
#define LDAP_DEBUG
|
||||
#define LDAP_DEBUG 1
|
||||
|
||||
/* define this for LDAP DNS support */
|
||||
#undef LDAP_DNS
|
||||
|
|
@ -186,10 +186,10 @@ typedef char * caddr_t;
|
|||
#undef LDAP_NOCACHE
|
||||
|
||||
/* define this for LDAP referrals support */
|
||||
#define LDAP_REFERRALS
|
||||
#define LDAP_REFERRALS 1
|
||||
|
||||
/* define this for LDAP User Interface support */
|
||||
#undef LDAP_LIBUI
|
||||
#define LDAP_LIBUI 1
|
||||
|
||||
/* define this to use DBBTREE w/ LDBM backend */
|
||||
#undef LDBM_USE_DBBTREE
|
||||
|
|
|
|||
Loading…
Reference in a new issue