]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Generate httpd.exp on the fly.
authorVictor J. Orlikowski <orlikowski@apache.org>
Thu, 7 Jun 2001 10:03:29 +0000 (10:03 +0000)
committerVictor J. Orlikowski <orlikowski@apache.org>
Thu, 7 Jun 2001 10:03:29 +0000 (10:03 +0000)
commitd3feaed25f52d4fa04e125366c77cf1f0edca306
tree9495594a700a6710104e4f16d9e227cc9ec8a38d
parent54666fc1790460f13ff26791a47221121bdccff8
Generate httpd.exp on the fly.
This should allow DSOs to work on AIX, without the headache of maintaining
the httpd.exp file.
This is adapted from OS/2's generation of ApacheCoreOS2.def.
There exist a few bugs still:
    1) mod_dav and mod_proxy may not yet work, due to certain namespace issues.
    2) Some symbols may need to be added, a la core_header.def
Once these have been fixed, the old httpd.exp file will be deleted.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89288 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
configure.in
modules/mappers/mod_so.c
server/.cvsignore
server/Makefile.in
support/Makefile.in