X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fportable.nt;h=c4ef47c67e83eb00030badaf223b47834a9974a4;hb=f28e0c19673a59088edd6bc3e54820507e9eca25;hp=af077ef6f25a9d72376f92f614d462ff30ed4a60;hpb=bd36de108fd8b44ec751581efbef600b6d13c7d6;p=openldap diff --git a/include/portable.nt b/include/portable.nt index af077ef6f2..c4ef47c67e 100644 --- a/include/portable.nt +++ b/include/portable.nt @@ -22,18 +22,20 @@ #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 -#ifdef _WINNT -/* WindowsNT specific features */ +#ifdef _MT +#define HAVE_NT_THREADS 1 +#else +#define NO_THREADS 1 +#endif + +#ifdef HAVE_NT_THREADS +/* enable WINNT specific features only if we have NT THREADS */ #define HAVE_NT_SERVICE_MANAGER 1 #define HAVE_NT_EVENT_LOG 1 - -#elif _WIN95 -/* Windows95 specific features */ #endif #if defined( _DEBUG ) && !defined( LDAP_DEBUG ) @@ -49,7 +51,6 @@ #define strcasecmp stricmp #define strncasecmp strnicmp -#define strdup _strdup #define snprintf _snprintf #define vsnprintf _vsnprintf @@ -58,20 +59,8 @@ /* define type for caddr_t */ typedef char * caddr_t; -#define ssize_t signed int - -#define LOG_DEBUG 0 -#define openlog( a, b ) -#define closelog() - -#define FD_SETSIZE 1024 - -/* we have NT threads */ -#ifdef _MT -#define HAVE_NT_THREADS 1 -#else -#define NO_THREADS 1 -#endif +/* define type for ssize_t */ +typedef signed int ssize_t; /* we have spawnlp instead of fork/execlp */ #define HAVE_SPAWNLP 1 @@ -94,8 +83,8 @@ typedef char * caddr_t; /* we have */ #define HAVE_PROCESS_H 1 -#define LDAP_SIGUSR1 SIGILL -#define LDAP_SIGUSR2 SIGTERM +/* we have */ +#define HAVE_WINCRYPT_H 1 #define MAXPATHLEN _MAX_PATH @@ -281,6 +270,9 @@ typedef char * caddr_t; /* define this to use SLAPD LDBM backend */ #define SLAPD_LDBM 1 +/* define this to use SLAPD SQL backend */ +#define SLAPD_SQL 1 + /* define this to use SLAPD passwd backend */ /* #undef SLAPD_PASSWD */ @@ -403,12 +395,12 @@ typedef char * caddr_t; /* 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 @@ -446,7 +438,7 @@ typedef char * caddr_t; /* #undef HAVE_SYSCONF */ /* Define if you have the tempnam function. */ -/* #undef HAVE_TEMPNAM */ +#define HAVE_TEMPNAM 1 /* Define if you have the thr_getconcurrency function. */ /* #undef HAVE_THR_GETCONCURRENCY */ @@ -527,7 +519,7 @@ typedef char * caddr_t; #define HAVE_MALLOC_H 1 /* Define if you have the header file. */ -/* #define HAVE_MEMORY_H */ +#define HAVE_MEMORY_H 1 /* Define if you have the header file. */ /* #undef HAVE_NCURSES_H */