]> git.sur5r.net Git - openldap/blobdiff - include/portable.h.nt
Removed stat -> _stat define
[openldap] / include / portable.h.nt
index 20d1c73e27b13c2c4e337345f52a702cf8ada1de..cbbbfde51ba2e97e13f8e640cfbc37bfe5264d61 100644 (file)
@@ -108,7 +108,7 @@ typedef char * caddr_t;
 #undef size_t
 
 /* Define if you have the ANSI C header files.  */
-#undef STDC_HEADERS
+#define STDC_HEADERS 1
 
 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
 #undef TIME_WITH_SYS_TIME
@@ -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
@@ -285,7 +285,7 @@ typedef char * caddr_t;
 #undef HAVE_SIGSET
 
 /* Define if you have the socket function.  */
-#define HAVE_SOCKET 1
+#undef HAVE_SOCKET
 
 /* Define if you have the strdup function.  */
 #define HAVE_STRDUP 1