]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Here's the simpler solution to the two groups of mappers/ modules...
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 8 May 2009 05:46:28 +0000 (05:46 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 8 May 2009 05:46:28 +0000 (05:46 +0000)
commitbc8cdc7896dbff2f4dd4af5df3cc8c5a409f7291
treee8c4ba5efc66f831ba21d7026f32b267c044e306
parent72cfa9c47fb77115664c409aae338fffcf210956
Here's the simpler solution to the two groups of mappers/ modules...

The mod_so and mod_watchdog are truly not mappers/ at all.  Very open
to better names than modules/core/ but these are clearly API's which
are to be consumed by the httpd core, or generically, any module.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@772848 13f79535-47bb-0310-9956-ffa450edef68
12 files changed:
Apache.dsw
Makefile.in
Makefile.win
configure.in
libhttpd.dsp
modules/core/Makefile.in [new file with mode: 0644]
modules/core/config.m4 [moved from modules/mappers/config.m4 with 98% similarity]
modules/core/mod_so.c [moved from modules/mappers/mod_so.c with 100% similarity]
modules/core/mod_so.h [moved from modules/mappers/mod_so.h with 100% similarity]
modules/core/mod_watchdog.c [moved from modules/mappers/mod_watchdog.c with 100% similarity]
modules/core/mod_watchdog.dsp [moved from modules/mappers/mod_watchdog.dsp with 100% similarity]
modules/core/mod_watchdog.h [moved from modules/mappers/mod_watchdog.h with 100% similarity]