]> git.sur5r.net Git - openldap/blobdiff - acconfig.h
Add <ac/param.h> to wrap <sys/param.h>
[openldap] / acconfig.h
index 9c89097b37d696485674aa432e138f6c2f9f923f..cc19afa69a8b46b0d3d159cdec30b42091940321 100644 (file)
 #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
+
+/* 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;
+
+#endif
+
+/* end of WINNT specific entries */
+/* --------------------------------------------------- */
+
 /* end of preamble */
 @TOP@