mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 17:49:59 -05:00
Turn on USE_INDIRECT_NIDS by default
This commit is contained in:
parent
82e4bcefe4
commit
22120f4930
1 changed files with 2 additions and 0 deletions
|
|
@ -77,6 +77,8 @@ typedef ID ID_BLOCK;
|
|||
#define ID_BLOCK_INDIRECT_VALUE 0
|
||||
#define ID_BLOCK_INDIRECT(b) (ID_BLOCK_NIDS(b) == ID_BLOCK_INDIRECT_VALUE)
|
||||
|
||||
#define USE_INDIRECT_NIDS 1
|
||||
|
||||
#ifdef USE_INDIRECT_NIDS
|
||||
/*
|
||||
* Use the high bit of ID_BLOCK_NMAX to indicate an INDIRECT block, thus
|
||||
|
|
|
|||
Loading…
Reference in a new issue