summaryrefslogtreecommitdiff
path: root/include/mpm_common.h
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2012-12-19 16:44:18 +0000
committerGuenter Knauf <fuankg@apache.org>2012-12-19 16:44:18 +0000
commit005c140b012258144038b0f88cabcd0f51aeb304 (patch)
tree634aaa602ce2754c867f2216ab7a1e138f9b0263 /include/mpm_common.h
parenta685d6ae6bacb3248dad06eb974ea3b6b450d221 (diff)
downloadhttpd-005c140b012258144038b0f88cabcd0f51aeb304.tar.gz
On NetWare skip these unsupported function prototypes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1423933 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/mpm_common.h')
-rw-r--r--include/mpm_common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mpm_common.h b/include/mpm_common.h
index bfcc98427a..c555b72c2f 100644
--- a/include/mpm_common.h
+++ b/include/mpm_common.h
@@ -233,7 +233,7 @@ AP_DECLARE(gid_t) ap_gname2id(const char *name);
int initgroups(const char *name, gid_t basegid);
#endif
-#if !defined(WIN32) || defined(DOXYGEN)
+#if (!defined(WIN32) && !defined(NETWARE)) || defined(DOXYGEN)
typedef struct ap_pod_t ap_pod_t;
@@ -322,7 +322,7 @@ AP_DECLARE(apr_status_t) ap_mpm_podx_signal(ap_pod_t *pod,
AP_DECLARE(void) ap_mpm_podx_killpg(ap_pod_t *pod, int num,
ap_podx_restart_t graceful);
-#endif /* !WIN32 || DOXYGEN */
+#endif /* (!WIN32 && !NETWARE) || DOXYGEN */
/**
* Check that exactly one MPM is loaded