mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Streamline configuration of slapd modules. Just use the appropriate OL_ARG_ENABLE_xx, then almost no other edits will be needed in configure.ac when adding new modules. Backends will still have to add their Makefile to the AC_CONFIG_FILES() list. |
||
|---|---|---|
| .. | ||
| add.c | ||
| back-sock.h | ||
| bind.c | ||
| compare.c | ||
| config.c | ||
| delete.c | ||
| extended.c | ||
| init.c | ||
| Makefile.in | ||
| modify.c | ||
| modrdn.c | ||
| opensock.c | ||
| proto-sock.h | ||
| result.c | ||
| search.c | ||
| searchexample.conf | ||
| searchexample.pl | ||
| unbind.c | ||