]> git.sur5r.net Git - openldap/blobdiff - acconfig.h
Add <ac/param.h> to wrap <sys/param.h>
[openldap] / acconfig.h
index a803f191485bb2c451129edf9025f2b3849b37c8..cc19afa69a8b46b0d3d159cdec30b42091940321 100644 (file)
 /* --------------------------------------------------- */
 /* begin of WINNT specific entries */
 
-#ifdef WINNT
+#if defined(WINNT) || defined(_WIN32)
 
 /* 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)