summaryrefslogtreecommitdiff
path: root/package/apr/Config.in
blob: f6c5e0708777275729f7d1a3154052f21040b1ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.