mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
add dynlist build stuff
This commit is contained in:
parent
22490d016a
commit
5807c2b379
@ -29,6 +29,9 @@ extern int denyop_init();
|
||||
#if SLAPD_OVER_DYNGROUP == SLAPD_MOD_STATIC
|
||||
extern int dyngroup_init();
|
||||
#endif
|
||||
#if SLAPD_OVER_DYNLIST == SLAPD_MOD_STATIC
|
||||
extern int dynlist_init();
|
||||
#endif
|
||||
#if SLAPD_OVER_GLUE == SLAPD_MOD_STATIC
|
||||
extern int glue_init();
|
||||
#endif
|
||||
@ -67,6 +70,9 @@ static struct {
|
||||
#if SLAPD_OVER_DYNGROUP == SLAPD_MOD_STATIC
|
||||
{ "Dynamic Group", dyngroup_init },
|
||||
#endif
|
||||
#if SLAPD_OVER_DYNLIST == SLAPD_MOD_STATIC
|
||||
{ "Dynamic List", dynlist_init },
|
||||
#endif
|
||||
#if SLAPD_OVER_GLUE == SLAPD_MOD_STATIC
|
||||
{ "Backend Glue", glue_init },
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user