]> git.sur5r.net Git - openldap/blobdiff - include/portable.nt
From ITS#2183, use a long-lived IDL stack per thread.
[openldap] / include / portable.nt
index fdfff9712bdaa4197ad4490af4dd7f7bdfab5a14..3c2becf470d1539b2687a50627e6cf1cb5dad190 100644 (file)
@@ -2,7 +2,7 @@
 /* include/portable.nt -- manually updated of MS NT (MS VC5) */
 /* synced with portable.h.in 1.191 */
 /*
- * Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA
+ * Copyright 1998-2002 The OpenLDAP Foundation, Redwood City, California, USA
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
 /* Define if you have the flock function.  */
 /* #undef HAVE_FLOCK */
 
+/* Define if you have the fstat function.  */
+/* #undef HAVE_FSTAT */
+
 /* Define if you have the gai_strerror function.  */
 /* #undef HAVE_GAI_STRERROR */
 
 /* #undef SLAPD_MODULES */
 
 /* define to support BDB backend */
-/* #undef SLAPD_BDB */
+#define SLAPD_BDB 1
 
 /* define to support dynamic BDB backend */
 /* #undef SLAPD_BDB_DYNAMIC */
 /* #undef SLAPD_LDAP_DYNAMIC */
 
 /* define to support LDBM backend */
-#define SLAPD_LDBM 1
+/* #undef SLAPD_LDBM 1 */
 
 /* define to support dynamic LDBM backend */
 /* #undef SLAPD_LDBM_DYNAMIC */
 /* define to support dynamic cn=Monitor backend */
 /* #undef SLAPD_MONITOR_DYNAMIC */
 
+/* define to support NULL backend */
+/* #undef SLAPD_NULL */
+
+/* define to support dynamic NULL backend */
+/* #undef SLAPD_NULL_DYNAMIC */
+
 /* define to support PASSWD backend */
 /* #undef SLAPD_PASSWD */