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

« back to all changes in this revision

Viewing changes to os/os2/core_header.def

  • 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
LIBRARY httpd INITINSTANCE
 
2
DESCRIPTION "Apache Server Core"
 
3
DATA NONSHARED
 
4
 
 
5
EXPORTS
 
6
  "main"
 
7
 
 
8
; One for mod_dav from socket library
 
9
  "_swaps"
 
10
 
 
11
; And some more for mod_unique_id
 
12
  "gethostname"
 
13
  "gethostbyname"
 
14
  "_swapl"
 
15
  "h_errno"
 
16
  "inet_ntoa"
 
17
 
 
18
; mod_proxy needs this one
 
19
  "inet_addr"