]> git.sur5r.net Git - openldap/commitdiff
Add support for lber_types.h.nt and add a few NT specific feature macros.
authorKurt Zeilenga <kurt@openldap.org>
Mon, 21 Jun 1999 22:32:38 +0000 (22:32 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 21 Jun 1999 22:32:38 +0000 (22:32 +0000)
include/portable.h.nt
include/setup.dsp

index dae5950a560a650b257104d5e0136d28b5ded94c..33caa1cc96d56def302ab6417c2a17ce9c752a50 100644 (file)
 #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
index 39e2123a8a9e940f6949809c549ea73468206465..144fdf68651a9d0cb71f700862a7d97fd55fc5e1 100644 (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