mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-25 00:02:53 -05:00
Place SLAP_EXTENDED_SCHEMA behind defined(LDAP_DEVEL)
This commit is contained in:
parent
a6b3a92cc5
commit
074b1a0d3a
1 changed files with 2 additions and 0 deletions
|
|
@ -35,7 +35,9 @@
|
|||
#include "ldap_pvt_thread.h"
|
||||
#include "ldap_queue.h"
|
||||
|
||||
#ifdef LDAP_DEVEL
|
||||
#define SLAP_EXTENDED_SCHEMA 1
|
||||
#endif
|
||||
|
||||
LDAP_BEGIN_DECL
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue