diff options
author | Jeff Trawick <trawick@apache.org> | 2009-03-31 13:34:49 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2009-03-31 13:34:49 +0200 |
commit | 0d2cef82b346b31b13f2d87ce4950b115a3f23e9 (patch) | |
tree | c233ff6f443079c57e6d1f1034557e13b8d19948 /server/mpm/netware | |
parent | http://marc.info/?l=apache-httpd-dev&m=123845333914309&w=2 (diff) | |
download | apache2-0d2cef82b346b31b13f2d87ce4950b115a3f23e9.tar.xz apache2-0d2cef82b346b31b13f2d87ce4950b115a3f23e9.zip |
stop exporting APACHE_MPM_DIR to modules -- unclear why this was ever necessary, and it
makes no sense with loadable MPMs
axe the unnecessary MPM_DIR build variable
move the stray APACHE_SUBST(MPM_LIB) from configure.in to server/mpm/config.m4, where
the other MPM_foos are handled
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@760403 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/mpm/netware')
-rw-r--r-- | server/mpm/netware/mpm_netware.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/mpm/netware/mpm_netware.c b/server/mpm/netware/mpm_netware.c index 9d16fe900b..8dde964d4a 100644 --- a/server/mpm/netware/mpm_netware.c +++ b/server/mpm/netware/mpm_netware.c @@ -106,7 +106,7 @@ #define WORKER_READY SERVER_READY #define WORKER_IDLE_KILL SERVER_IDLE_KILL -#define MPM_HARD_LIMITS_FILE APACHE_MPM_DIR "/mpm_default.h" +#define MPM_HARD_LIMITS_FILE "/mpm_default.h" /* config globals */ |