]> git.sur5r.net Git - openldap/blobdiff - acconfig.h
Add <ac/param.h> to wrap <sys/param.h>
[openldap] / acconfig.h
index 3e291726c3117c910920b9265c7eea9ac8a0d3fc..cc19afa69a8b46b0d3d159cdec30b42091940321 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id */
 /*
  * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
  * All rights reserved.
 #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@