]> granicus.if.org Git - apache/commitdiff
On NetWare skip these unsupported function prototypes.
authorGuenter Knauf <fuankg@apache.org>
Wed, 19 Dec 2012 16:44:18 +0000 (16:44 +0000)
committerGuenter Knauf <fuankg@apache.org>
Wed, 19 Dec 2012 16:44:18 +0000 (16:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1423933 13f79535-47bb-0310-9956-ffa450edef68

include/mpm_common.h

index bfcc98427a5fa0085f5ae74b8e4ddd70c4b8589c..c555b72c2f9ad061adcf319596eaf662feadd6c7 100644 (file)
@@ -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