summaryrefslogtreecommitdiff
path: root/package/apr/Config.in
blob: 5a875e10ed1bc6e1d6e06bcba7b248e5a06ff10b (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.