You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fu...@apache.org on 2012/12/19 17:44:19 UTC

svn commit: r1423933 - /httpd/httpd/trunk/include/mpm_common.h

Author: fuankg
Date: Wed Dec 19 16:44:18 2012
New Revision: 1423933

URL: http://svn.apache.org/viewvc?rev=1423933&view=rev
Log:
On NetWare skip these unsupported function prototypes.

Modified:
    httpd/httpd/trunk/include/mpm_common.h

Modified: httpd/httpd/trunk/include/mpm_common.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/mpm_common.h?rev=1423933&r1=1423932&r2=1423933&view=diff
==============================================================================
--- httpd/httpd/trunk/include/mpm_common.h (original)
+++ httpd/httpd/trunk/include/mpm_common.h Wed Dec 19 16:44:18 2012
@@ -233,7 +233,7 @@ AP_DECLARE(gid_t) ap_gname2id(const char
 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_sig
 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