]> git.sur5r.net Git - openldap/blobdiff - acconfig.h
Don't automatically index objectlclass eq, ineffective more than not
[openldap] / acconfig.h
index 60cfe22420bd505f36adc681632c8cc59f7e64c8..cd6ad29d45142e73ec0227b093a89593539bda09 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
+ * Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms are permitted only
 #ifndef _LDAP_PORTABLE_H
 #define _LDAP_PORTABLE_H
 
-/* --------------------------------------------------- */
-/* begin of WINNT specific entries */
-
-#if defined(WINNT) || defined(_WIN32)
-
-/* don't suck in all of the win32 api */
-#define WIN32_LEAN_AND_MEAN
-
-#define MAXPATHLEN _MAX_PATH
-
-/* preprocess out undefined functions */
-#define LOG_DEBUG 0
-#define openlog(a, b)
-#define closelog()
-
-/* define undefined types */
-#define ssize_t signed int
-typedef char * caddr_t;
+/* end of preamble */
 
+#if !defined(SLAPD_SCHEMA_COMPAT) && !defined(SLAPD_SCHEMA_NOT_COMPAT)
+       /* define SLAPD_SCHEMA_COMPAT if you want old schema codes */
+#define SLAPD_SCHEMA_NOT_COMPAT 1
 #endif
 
-/* end of WINNT specific entries */
-/* --------------------------------------------------- */
-
-/* end of preamble */
 @TOP@
 
 /* define this if needed to get reentrant functions */
@@ -71,7 +53,7 @@ typedef char * caddr_t;
 /*
        LDAP_API_FEATURE_X_OPENLDAP_REENTRANT
        LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE
-       LDAP_API_FEATURE_X_OPENLDAP_V2_DNS
+       LDAP_API_FEATURE_X_OPENLDAP_V2_KBIND
        LDAP_API_FEATURE_X_OPENLDAP_V2_REFERRALS
 */
 
@@ -83,12 +65,24 @@ typedef char * caddr_t;
        LBER_TAG_T
 */
 
+/* define to character address type */
+#undef caddr_t
+
+/* define to signed size type */
+#undef ssize_t
+
 \f
 /* Leave that blank line there!!  Autoheader needs it. */
 
 @BOTTOM@
+
 /* begin of postamble */
 
+#ifdef _WIN32
+       /* don't suck in all of the win32 api */
+#      define WIN32_LEAN_AND_MEAN 1
+#endif
+
 #ifndef __NEED_PROTOTYPES
 /* force LDAP_P to always include prototypes */
 #define __NEED_PROTOTYPES 1