summaryrefslogtreecommitdiffstats
path: root/server/mpm/spmt_os2/mpm.h
diff options
context:
space:
mode:
authorBrian Havard <bjh@apache.org>2001-08-14 14:20:54 +0200
committerBrian Havard <bjh@apache.org>2001-08-14 14:20:54 +0200
commit4ce9036706c96596589dbf1860bd2b0d22bbf3f9 (patch)
treea6760fdcbb8616bea8732f2dc704005081fb37ae /server/mpm/spmt_os2/mpm.h
parentOS/2: Allow mod_dav_fs to build as a DLL. It needs special treatment as it (diff)
downloadapache2-4ce9036706c96596589dbf1860bd2b0d22bbf3f9.tar.xz
apache2-4ce9036706c96596589dbf1860bd2b0d22bbf3f9.zip
Fix build of OS/2 MPM after recent move of common code.
Cody did well to limit breakage to just this :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90152 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--server/mpm/spmt_os2/mpm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/mpm/spmt_os2/mpm.h b/server/mpm/spmt_os2/mpm.h
index 26c65cbced..d91687cf6d 100644
--- a/server/mpm/spmt_os2/mpm.h
+++ b/server/mpm/spmt_os2/mpm.h
@@ -70,6 +70,7 @@
#define AP_MPM_WANT_SET_PIDFILE
#define AP_MPM_WANT_SET_MAX_REQUESTS
#define AP_MPM_WANT_SET_COREDUMPDIR
+#define AP_MPM_WANT_PROCESS_CHILD_STATUS
extern server_rec *ap_server_conf;
extern int ap_threads_per_child;