summaryrefslogtreecommitdiff
path: root/docs/doxygen.conf
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2011-05-31 17:10:11 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2011-05-31 17:10:11 +0000
commit37770675d7c1e829a24101ec2aad65ee94b82b1a (patch)
treeb770e2e00e1230e610d9c3029acebd18d5a9ee57 /docs/doxygen.conf
parente66d41d2d14cc5c392ff5f1d8704bf0e3b4625e3 (diff)
downloadhttpd-37770675d7c1e829a24101ec2aad65ee94b82b1a.tar.gz
Incorporate the ap_ldap incomplete API, as there is no interest or effort
at APR to make this a complete abstraction, and it was voted 'off the island' with APR 2.0. This will allow httpd 2.3 to build against either apr-2.0 or apr+util 1.x. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1129808 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/doxygen.conf')
-rw-r--r--docs/doxygen.conf9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/doxygen.conf b/docs/doxygen.conf
index 95e11bc2ae..751f2e2bc9 100644
--- a/docs/doxygen.conf
+++ b/docs/doxygen.conf
@@ -51,12 +51,13 @@ PREDEFINED="APR_DECLARE(x)=x" \
APR_HAS_USER \
APR_HAS_LARGE_FILES \
APR_HAS_XTHREAD_FILES \
- DOXYGEN= \
- APU_DECLARE_DATA= \
- __pre_nw__= \
+ DOXYGEN \
+ APU_DECLARE_DATA \
+ __pre_nw__ \
"APU_DECLARE(x)=x" \
"CACHE_DECLARE(x)=x" \
- "PROXY_DECLARE(x)=x"
+ "PROXY_DECLARE(x)=x" \
+ "MODLDAP_DECLARE(x)=x"
OPTIMIZE_OUTPUT_FOR_C=YES