X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fportable.nt;h=a2c6240914b719e0aef3d936c77cc235cc60cfb9;hb=b8ff29abfd82b0968acfdbf6c1adae877b90c83f;hp=7e831ec2b85e251c0350b4eff015fe1b86cfd7fc;hpb=10e2893d2a00ff71b5253dddefd2181d2c460c3c;p=openldap diff --git a/include/portable.nt b/include/portable.nt index 7e831ec2b8..a2c6240914 100644 --- a/include/portable.nt +++ b/include/portable.nt @@ -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-2003 The OpenLDAP Foundation, Redwood City, California, USA * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -150,6 +150,9 @@ /* 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 */ @@ -813,6 +816,9 @@ /* define if you have -lslp */ /* #undef HAVE_SLP */ +/* define if you have `long long' */ +#define HAVE_LONG_LONG 1 + /* Define to `int' if does not define. */ #define mode_t int @@ -925,7 +931,7 @@ /* #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 */ @@ -943,7 +949,7 @@ /* #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 */ @@ -955,11 +961,17 @@ /* #undef SLAPD_META_DYNAMIC */ /* define to support cn=Monitor backend */ -/* #undef SLAPD_MONITOR */ +#define SLAPD_MONITOR 1 /* 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 */ @@ -1041,9 +1053,6 @@ typedef signed int ssize_t; #if defined(LDAP_DEVEL) && !defined(LDAP_TEST) #define LDAP_TEST #endif -#if defined(LDAP_TEST) && !defined(LDAP_DEBUG) -#define LDAP_DEBUG -#endif #include "ldap_cdefs.h" #include "ldap_features.h"