summaryrefslogtreecommitdiffstats
path: root/rules/apr-util.in
blob: aaacfad3c2be93c0fb7d62f071cc1e5155b6b9f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## SECTION=networking

config APR_UTIL
	tristate
	select APR
	select HOST_APR_UTIL
	select EXPAT
	prompt "apr-util"
	help
	  APR is Apache's Portable Runtime Library, designed to be a
	  support library that provides a predictable and consistent
	  interface to underlying platform-specific implementations.
	  APR Util is a utilities library implemented on top of apr,
	  providing database access, xml parsing, and other useful
	  functionality.