summaryrefslogtreecommitdiff
path: root/package/openldap/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-24 11:30:20 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-24 11:30:20 +0100
commit537a2c4eaa446e52c6ba07007eb9ae75998b5580 (patch)
treeb48cc775042b4274dce470527826007de7a7fa84 /package/openldap/Config.in
parent18b3987c6d890f02c80b976b6cf6835053ef1fe9 (diff)
parentce621815fecece2b4d8a4cb7115eb82c1cb7ed44 (diff)
Merge commit 'origin/confgen'
finally autogenerate menu Config.in files and Depends.mk for packages. thx mirabilos Conflicts: .gitignore Makefile mk/build.mk package/eglibc/Config.in package/glibc/Config.in package/uclibc++/Config.in package/uclibc/Config.in rules.mk
Diffstat (limited to 'package/openldap/Config.in')
-rw-r--r--package/openldap/Config.in33
1 files changed, 0 insertions, 33 deletions
diff --git a/package/openldap/Config.in b/package/openldap/Config.in
deleted file mode 100644
index 5a3c29c6e..000000000
--- a/package/openldap/Config.in
+++ /dev/null
@@ -1,33 +0,0 @@
-config ADK_COMPILE_OPENLDAP
- prompt "openldap.......................... OpenSource LDAP software"
- boolean
- default n
-
-config ADK_PACKAGE_OPENLDAP_SLAPD
- prompt "openldap-slapd.................. OpenLDAP server"
- tristate
- default n
- select ADK_PACKAGE_LIBOPENLDAP
- select ADK_PACKAGE_LIBPTHREAD
- select ADK_PACKAGE_LIBOPENSSL
- select ADK_PACKAGE_LIBDB
- select ADK_PACKAGE_LIBSASL2
- depends on ADK_COMPILE_OPENLDAP
- help
- http://www.openldap.org/
-
-config ADK_PACKAGE_OPENLDAP_UTILS
- prompt "openldap-utils.................. OpenLDAP client utilities"
- tristate
- default n
- select ADK_PACKAGE_LIBOPENLDAP
- depends on ADK_COMPILE_OPENLDAP
- help
-
- OpenLDAP Software is an open source implementation of the
- Lightweight Directory Access Protocol (LDAP).
-
- http://www.openldap.org/
-
- This package contains client programs required to access LDAP servers.
-