~ubuntu-branches/ubuntu/feisty/apache2/feisty

« back to all changes in this revision

Viewing changes to srclib/apr-util/docs/doxygen.conf

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Barth
  • Date: 2006-12-09 21:05:45 UTC
  • mfrom: (0.6.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061209210545-h70s0xaqc2v8vqr2
Tags: 2.2.3-3.2
* Non-maintainer upload.
* 043_ajp_connection_reuse: Patch from upstream Bugzilla, fixing a critical
  issue with regard to connection reuse in mod_proxy_ajp.
  Closes: #396265

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
PROJECT_NAME="Apache Portable Runtime Utility Library"
 
2
 
 
3
INPUT=.
 
4
QUIET=YES
 
5
RECURSIVE=YES
 
6
FILE_PATTERNS=*.h
 
7
 
 
8
OUTPUT_DIRECTORY=docs/dox
 
9
 
 
10
MACRO_EXPANSION=YES
 
11
EXPAND_ONLY_PREDEF=YES
 
12
#EXPAND_AS_DEFINED=
 
13
# not sure why this doesn't work as EXPAND_AS_DEFINED, it should!
 
14
PREDEFINED="APU_DECLARE(x)=x" \
 
15
           "APU_DECLARE_NONSTD(x)=x" \
 
16
           "APU_DECLARE_DATA" \
 
17
           "APR_HAS_MMAP" \
 
18
           "APR_HAS_THREADS" \
 
19
           "APR_HAS_XLATE" \
 
20
           "__attribute__(x)=" \
 
21
           DOXYGEN=
 
22
 
 
23
OPTIMIZE_OUTPUT_FOR_C=YES
 
24
 
 
25
FULL_PATH_NAMES=YES
 
26
CASE_SENSE_NAMES=NO
 
27
# some autoconf guru needs to make configure set this correctly...
 
28
#STRIP_FROM_PATH=/root/apache/httpd-2.0-8/srclib/apr-util
 
29
 
 
30
GENERATE_TAGFILE=docs/dox/apu.tag