prefix=/etc/httpd
exec_prefix=/etc/httpd
libdir=/usr/lib/apache
APR_MAJOR_VERSION=1
includedir=/usr/include/apache
Name: APR
Description: The Apache Portable Runtime library
Version: 1.7.0
Libs: -L${libdir} -lapr-${APR_MAJOR_VERSION} -lrt -lcrypt -lpthread -ldl
Cflags: -DLINUX -D_REENTRANT -D_GNU_SOURCE -pthread -I${includedir}