mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-11 23:03:21 -05:00
Replace #if 0 with #if MACRO
This commit is contained in:
parent
86a680a4ec
commit
292b6c8757
2 changed files with 3 additions and 1 deletions
|
|
@ -16,6 +16,8 @@
|
|||
LDAP_BEGIN_DECL
|
||||
|
||||
#define BBD_INDEX 1
|
||||
/* #define BDB_FILTER_INDICES 1 */
|
||||
/* #define BDB_CONFIG_INDICES 1 */
|
||||
|
||||
#define DN_BASE_PREFIX SLAP_INDEX_EQUALITY_PREFIX
|
||||
#define DN_ONE_PREFIX '%'
|
||||
|
|
|
|||
|
|
@ -111,7 +111,7 @@ bdb_db_config(
|
|||
}
|
||||
bdb->bi_dbenv_mode = strtol( argv[1], NULL, 0 );
|
||||
|
||||
#if 0
|
||||
#if BDB_CONFIG_INDICES
|
||||
/* attribute to index */
|
||||
} else if ( strcasecmp( argv[0], "index" ) == 0 ) {
|
||||
int rc;
|
||||
|
|
|
|||
Loading…
Reference in a new issue