mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 02:29:34 -05:00
enable syncrepl support by default
This commit is contained in:
parent
31aa877131
commit
98363b43a6
1 changed files with 1 additions and 3 deletions
|
|
@ -223,11 +223,9 @@ typedef struct {
|
|||
#undef BACKSQL_ARBITRARY_KEY
|
||||
|
||||
/*
|
||||
* define to enable experimental support for syncporv overlay
|
||||
* define to enable support for syncprov overlay
|
||||
*/
|
||||
#ifdef LDAP_DEVEL
|
||||
#define BACKSQL_SYNCPROV
|
||||
#endif /* LDAP_DEVEL */
|
||||
|
||||
/*
|
||||
* define to the appropriate aliasing string
|
||||
|
|
|
|||
Loading…
Reference in a new issue