summaryrefslogtreecommitdiff
path: root/package/openldap
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-23 11:37:42 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-23 11:37:42 +0100
commitce621815fecece2b4d8a4cb7115eb82c1cb7ed44 (patch)
tree84e74add0e3efb81a8625a92f83ed4ff9b576ac7 /package/openldap
parent2c3389799c46724a4922179ff70d1230ccbe5b59 (diff)
remove and ignore autogenerated Config.in files
Diffstat (limited to 'package/openldap')
-rw-r--r--package/openldap/Config.in33
-rw-r--r--package/openldap/Config.in.lib15
2 files changed, 0 insertions, 48 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.
-
diff --git a/package/openldap/Config.in.lib b/package/openldap/Config.in.lib
deleted file mode 100644
index 6efae3dc3..000000000
--- a/package/openldap/Config.in.lib
+++ /dev/null
@@ -1,15 +0,0 @@
-config ADK_PACKAGE_LIBOPENLDAP
- prompt "libopenldap....................... OpenLDAP client libraries"
- tristate
- default n
- depends on ADK_COMPILE_OPENLDAP
- select ADK_PACKAGE_LIBSASL2
- help
-
- OpenLDAP Software is an open source implementation of the
- Lightweight Directory Access Protocol (LDAP).
-
- http://www.openldap.org/
-
- This package contains the shared LDAP client libraries, needed by other programs.
-