summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2009-03-31 11:34:49 +0000
committerJeff Trawick <trawick@apache.org>2009-03-31 11:34:49 +0000
commit0d2cef82b346b31b13f2d87ce4950b115a3f23e9 (patch)
treec233ff6f443079c57e6d1f1034557e13b8d19948 /os
parent1026b83608f65d5a73d1781e8c878a84c0e4393d (diff)
downloadhttpd-0d2cef82b346b31b13f2d87ce4950b115a3f23e9.tar.gz
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 'os')
-rw-r--r--os/netware/os.h2
-rw-r--r--os/win32/os.h4
2 files changed, 0 insertions, 6 deletions
diff --git a/os/netware/os.h b/os/netware/os.h
index 86a93fa6d2..50dfe180a7 100644
--- a/os/netware/os.h
+++ b/os/netware/os.h
@@ -46,8 +46,6 @@ AP_DECLARE_DATA extern int hold_screen_on_exit; /* Indicates whether the screen
#define CASE_BLIND_FILESYSTEM
#define NO_WRITEV
-#define APACHE_MPM_DIR "server/mpm/netware" /* generated on unix */
-
#define getpid NXThreadGetId
/* Hold the screen open if there is an exit code and the hold_screen_on_exit flag >= 0 or the
diff --git a/os/win32/os.h b/os/win32/os.h
index 0b433996d8..2a70bf84d9 100644
--- a/os/win32/os.h
+++ b/os/win32/os.h
@@ -52,10 +52,6 @@
#define HAVE_UNC_PATHS
#define CASE_BLIND_FILESYSTEM
-#ifndef __MINGW32__
-#define APACHE_MPM_DIR "server/mpm/winnt" /* generated on unix */
-#endif
-
#include <stddef.h>
#ifdef __cplusplus