]> git.sur5r.net Git - openldap/blobdiff - acconfig.h
Use get_supported_extension() accessor instead of supportedextensions[] extern.
[openldap] / acconfig.h
index 9c89097b37d696485674aa432e138f6c2f9f923f..112b1cf4da385e051a54d8e0085764cd6a25019c 100644 (file)
@@ -12,6 +12,7 @@
 #define _LDAP_PORTABLE_H
 
 /* end of preamble */
+
 @TOP@
 
 /* define this if needed to get reentrant functions */
        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