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

« back to all changes in this revision

Viewing changes to srclib/apr-util/export_vars.sh.in

  • 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
# export_vars.sh
 
3
#
 
4
# This shell script is used to export vars to the application using the
 
5
# APRUTIL library. This script should be "sourced" to ensure the variable
 
6
# values are set within the calling script's context. For example:
 
7
#
 
8
#   $ . path/to/apr-util/export_vars.sh
 
9
#
 
10
 
 
11
APRUTIL_EXPORT_INCLUDES="@APRUTIL_INCLUDES@"
 
12
APRUTIL_EXPORT_LIBS="@APRUTIL_EXPORT_LIBS@"
 
13
APRUTIL_LDFLAGS="@APRUTIL_LDFLAGS@"