summaryrefslogtreecommitdiff
path: root/package/apr/Config.in
blob: 0cee1afbcdd009553486eded635a96fdce03acef (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 ADK_PACKAGE_APR
        help
	  Enable threading support in APR.