mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 10:39:34 -05:00
unifdef LDAP_DEVEL for subordinate scope
This commit is contained in:
parent
58a0bcc7a9
commit
605fdacf51
1 changed files with 0 additions and 2 deletions
|
|
@ -35,9 +35,7 @@ static struct berval builtin_supportedFeatures[] = {
|
|||
BER_BVC(LDAP_FEATURE_ABSOLUTE_FILTERS), /* (&) and (|) search filters */
|
||||
BER_BVC(LDAP_FEATURE_LANGUAGE_TAG_OPTIONS), /* Language Tag Options */
|
||||
BER_BVC(LDAP_FEATURE_LANGUAGE_RANGE_OPTIONS), /* Language Range Options */
|
||||
#ifdef LDAP_DEVEL
|
||||
BER_BVC(LDAP_FEATURE_SUBORDINATE_SCOPE), /* "children" search scope */
|
||||
#endif
|
||||
BER_BVNULL
|
||||
};
|
||||
static struct berval *supportedFeatures;
|
||||
|
|
|
|||
Loading…
Reference in a new issue