version 1.27, 2002/01/04 19:40:30
|
version 1.28, 2002/01/30 03:06:31
|
Line 1
|
Line 1
|
/* $OpenLDAP: pkg/ldap/include/portable.nt,v 1.26 2001/12/26 22:43:28 kurt Exp $ */ |
/* $OpenLDAP: pkg/ldap/include/portable.nt,v 1.27 2002/01/04 19:40:30 kurt Exp $ */ |
/* include/portable.nt -- manually updated of MS NT (MS VC5) */ |
/* include/portable.nt -- manually updated of MS NT (MS VC5) */ |
/* synced with portable.h.in 1.191 */ |
/* synced with portable.h.in 1.191 */ |
/* |
/* |
Line 925
|
Line 925
|
/* #undef SLAPD_MODULES */ |
/* #undef SLAPD_MODULES */ |
|
|
/* define to support BDB backend */ |
/* define to support BDB backend */ |
/* #undef SLAPD_BDB */ |
#define SLAPD_BDB 1 |
|
|
/* define to support dynamic BDB backend */ |
/* define to support dynamic BDB backend */ |
/* #undef SLAPD_BDB_DYNAMIC */ |
/* #undef SLAPD_BDB_DYNAMIC */ |
Line 943
|
Line 943
|
/* #undef SLAPD_LDAP_DYNAMIC */ |
/* #undef SLAPD_LDAP_DYNAMIC */ |
|
|
/* define to support LDBM backend */ |
/* define to support LDBM backend */ |
#define SLAPD_LDBM 1 |
/* #undef SLAPD_LDBM 1 */ |
|
|
/* define to support dynamic LDBM backend */ |
/* define to support dynamic LDBM backend */ |
/* #undef SLAPD_LDBM_DYNAMIC */ |
/* #undef SLAPD_LDBM_DYNAMIC */ |