From: Guenter Knauf Date: Wed, 19 Dec 2012 16:44:18 +0000 (+0000) Subject: On NetWare skip these unsupported function prototypes. X-Git-Tag: 2.5.0-alpha~5968 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=005c140b012258144038b0f88cabcd0f51aeb304;p=apache 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 --- 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