]> git.sur5r.net Git - openldap/commitdiff
Added NT-specific definitions to acconfig.h preamble
authorHoward Chu <hyc@openldap.org>
Thu, 28 Oct 1999 11:17:58 +0000 (11:17 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 28 Oct 1999 11:17:58 +0000 (11:17 +0000)
acconfig.h
include/portable.h.in

index 9c89097b37d696485674aa432e138f6c2f9f923f..a803f191485bb2c451129edf9025f2b3849b37c8 100644 (file)
 #ifndef _LDAP_PORTABLE_H
 #define _LDAP_PORTABLE_H
 
+/* --------------------------------------------------- */
+/* begin of WINNT specific entries */
+
+#ifdef WINNT
+
+/* don't suck in all of the win32 api */
+#define WIN32_LEAN_AND_MEAN
+
+/* WindowsNT specific features */
+#define HAVE_NT_SERVICE_MANAGER 1
+#define HAVE_NT_EVENT_LOG 1
+
+#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;
+
+#endif
+
+/* end of WINNT specific entries */
+/* --------------------------------------------------- */
+
 /* end of preamble */
 @TOP@
 
index ef920a585c73cf6d0aa57b23567368aa00869b14..49016317b43ef4d5b50087671d7ec2027d2cfdfd 100644 (file)
 #ifndef _LDAP_PORTABLE_H
 #define _LDAP_PORTABLE_H
 
+/* --------------------------------------------------- */
+/* begin of WINNT specific entries */
+
+#ifdef WINNT
+
+/* don't suck in all of the win32 api */
+#define WIN32_LEAN_AND_MEAN
+
+/* WindowsNT specific features */
+#define HAVE_NT_SERVICE_MANAGER 1
+#define HAVE_NT_EVENT_LOG 1
+
+#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;
+
+#endif
+
+/* end of WINNT specific entries */
+/* --------------------------------------------------- */
+
 /* end of preamble */
 
 /* Define if on AIX 3.