From: Kurt Zeilenga Date: Tue, 20 Oct 1998 19:29:57 +0000 (+0000) Subject: Removed stat -> _stat define X-Git-Tag: PHP3_TOOL_0_0~18^2~46 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=46dbdb861d46d11d861f7cf2970556af113f9280;p=openldap Removed stat -> _stat define --- diff --git a/include/portable.h.nt b/include/portable.h.nt index 641fdb6854..cbbbfde51b 100644 --- a/include/portable.h.nt +++ b/include/portable.h.nt @@ -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