summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorNoriko Hosoi <nhosoi@redhat.com>2008-05-16 17:34:23 +0000
committerNoriko Hosoi <nhosoi@redhat.com>2008-05-16 17:34:23 +0000
commit4a57eca0bf1a98153e8cdef1ea18b30fd80720b7 (patch)
tree4e794dd6478437bf105adb86c2aeeb21d7639ab7 /config.h.in
parentf4cadfcc40326a6ce29cb4b2aafee568fc15bb05 (diff)
downloadds-4a57eca0bf1a98153e8cdef1ea18b30fd80720b7.tar.gz
ds-4a57eca0bf1a98153e8cdef1ea18b30fd80720b7.tar.xz
ds-4a57eca0bf1a98153e8cdef1ea18b30fd80720b7.zip
Resolves: #436388
Summary: LDAPI: introduce --enable-autobind to support AUTOBIND Description: --enable-autobind is supported. Unless it's set, the auto-bind code is not compiled in.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 399ed1be..8c0e53d5 100644
--- a/config.h.in
+++ b/config.h.in
@@ -12,6 +12,9 @@
/* cpu type sparc */
#undef CPU_sparc
+/* enable ldapi auto bind support in the server */
+#undef ENABLE_AUTOBIND
+
/* enable the bitwise plugin */
#undef ENABLE_BITWISE