#define OPENLDAP_PACKAGE "OpenLDAP"
#define OPENLDAP_VERSION "-devel"
#define EXEEXT ".exe"
-#define LDAP_DIRSEP "\\"
/* don't suck in all of the win32 api */
#define WIN32_LEAN_AND_MEAN
#define strcasecmp stricmp
#define strncasecmp strnicmp
-#define strdup _strdup
#define snprintf _snprintf
#define vsnprintf _vsnprintf
#define openlog( a, b )
#define closelog()
-#define FD_SETSIZE 1024
-
/* we have NT threads */
#ifdef _MT
#define HAVE_NT_THREADS 1
/* we have <wincrypt.h> */
#define HAVE_WINCRYPT_H 1
-#define LDAP_SIGUSR1 SIGILL
-#define LDAP_SIGUSR2 SIGTERM
-
#define MAXPATHLEN _MAX_PATH
/* end of MSVC5 specific entries */
/* Define if you have the sigset function. */
/* #undef HAVE_SIGSET */
-/* Define if you have the snprintf function. */
-/* #undef HAVE_SNPRINTF */
-
/* Define if you have the socket function. */
#define HAVE_SOCKET 1
+/* Define if you have the snprintf function. */
+#define HAVE_SNPRINTF 1
+
/* Define if you have the strdup function. */
#define HAVE_STRDUP 1
#define HAVE_MALLOC_H 1
/* Define if you have the <memory.h> header file. */
-/* #define HAVE_MEMORY_H */
+#define HAVE_MEMORY_H 1
/* Define if you have the <ncurses.h> header file. */
/* #undef HAVE_NCURSES_H */