summaryrefslogtreecommitdiff
path: root/package/apr/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/apr/Config.in')
-rw-r--r--package/apr/Config.in16
1 files changed, 0 insertions, 16 deletions
diff --git a/package/apr/Config.in b/package/apr/Config.in
deleted file mode 100644
index 5a875e10e..000000000
--- a/package/apr/Config.in
+++ /dev/null
@@ -1,16 +0,0 @@
-config ADK_PACKAGE_APR
- prompt "apr............................... Apache Portable Runtime"
- tristate
- default n
- help
- Apache Portable Runtime
-
- http://apr.apache.org
-
-config ADK_PACKAGE_APR_THREADING
- prompt "Enable threading support"
- bool
- default n
- depends on ADK_PACKAGE_APR
- help
- Enable threading support in APR.