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

« back to all changes in this revision

Viewing changes to srclib/apr/build.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
#
 
2
# Configuration file for APR. Used by APR/build/gen-build.py
 
3
#
 
4
 
 
5
[options]
 
6
 
 
7
# paths to platform-independent .c files to build
 
8
paths =
 
9
  passwd/*.c
 
10
  strings/*.c
 
11
  tables/*.c
 
12
 
 
13
# directories that have platform-specific code in them. the resulting
 
14
# pattern will be: SUBDIR/PLATFORM/*.c
 
15
platform_dirs =
 
16
  atomic dso file_io locks memory misc mmap network_io poll random
 
17
  shmem support threadproc time user
 
18
 
 
19
# all the public headers
 
20
headers = include/*.h
 
21
 
 
22
# aplibtool is manually built by the configure process
 
23
# build/aplibtool.c
 
24
 
 
25
# we have a recursive makefile for the test files (for now)
 
26
# test/*.c