Add support for lber_types.h.nt and add a few NT specific feature macros.

This commit is contained in:
Kurt Zeilenga 1999-06-21 22:32:38 +00:00
parent fd15804f63
commit f97251a9d1
2 changed files with 28 additions and 0 deletions

View file

@ -23,6 +23,18 @@
#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 */
#define HAVE_NT_SERVICE_MANAGER 1
#define HAVE_NT_EVENT_LOG 1
#elif _WIN95
/* Windows95 specific features */
#endif
#if defined( _DEBUG ) && !defined( LDAP_DEBUG )
/* #define LDAP_MEMORY_DEBUG 1 */
#define LDAP_DEBUG 1

View file

@ -78,6 +78,22 @@ CFG=setup - Win32 Debug
# Begin Source File
SOURCE=.\lber_types.h.nt
# End Source File
# Begin Source File
SOURCE=.\ldap_config.h.nt
# End Source File
# Begin Source File
SOURCE=.\ldap_features.h.nt
# End Source File
# Begin Source File
SOURCE=.\portable.h.nt
# End Source File
# Begin Source File
SOURCE=.\setup.mak
# End Source File
# End Target