]> git.sur5r.net Git - openldap/commitdiff
Removed stat -> _stat define
authorKurt Zeilenga <kurt@openldap.org>
Tue, 20 Oct 1998 19:29:57 +0000 (19:29 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 20 Oct 1998 19:29:57 +0000 (19:29 +0000)
include/portable.h.nt

index 641fdb685474a2c3acb72278ccbd79dd3a0a1bb0..cbbbfde51ba2e97e13f8e640cfbc37bfe5264d61 100644 (file)
@@ -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