]> git.sur5r.net Git - openldap/blobdiff - acconfig.h
Add <ac/param.h> to wrap <sys/param.h>
[openldap] / acconfig.h
index bd5d6e258b74ce23af9a2be66d0d13dba2124732..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@
 
@@ -65,9 +87,9 @@
 @BOTTOM@
 /* begin of postamble */
 
-#ifndef __NEEDS_PROTOTYPES
+#ifndef __NEED_PROTOTYPES
 /* force LDAP_P to always include prototypes */
-#define __NEEDS_PROTOTYPES 1
+#define __NEED_PROTOTYPES 1
 #endif
 
 #ifdef HAVE_STDDEF_H