Build apache modules from a common source.
authorwarlord <warlord@cb58f699-b61c-0410-a6fe-9272a202ed29>
Wed, 31 Mar 2004 23:44:51 +0000 (23:44 +0000)
committerwarlord <warlord@cb58f699-b61c-0410-a6fe-9272a202ed29>
Wed, 31 Mar 2004 23:44:51 +0000 (23:44 +0000)
commit9f523c1f4ec758c599ff318175decf8c6854db89
tree453619108134470d92418f1babdfd6786cfe2439
parent012cad1dd1754094fd27f433410784fba88154e9
Build apache modules from a common source.

This allows us to build apache-1.3 and apache-2.0 modules from the
same source file(s).  I've tested the apache-2.0 module; it builds
just fine.  I haven't tested the apache-1.3 build because I don't have
an apache-1.3 build environment.  Therefore I have not yet removed
the old module(s).

The new modules are named mod_shib_13.so and mod_shib_20.so
internally they are always "mod_shib"

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@920 cb58f699-b61c-0410-a6fe-9272a202ed29
Makefile.am
apache/.cvsignore [new file with mode: 0644]
apache/Makefile.am [new file with mode: 0644]
apache/mod_apache.cpp [new file with mode: 0644]
apache/mod_shib_13.cpp [new file with mode: 0644]
apache/mod_shib_20.cpp [new file with mode: 0644]
configure.ac