Replace #if 0 with #if MACRO

This commit is contained in:
Kurt Zeilenga 2001-10-03 20:34:00 +00:00
parent 86a680a4ec
commit 292b6c8757
2 changed files with 3 additions and 1 deletions

View file

@ -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 '%'

View file

@ -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;