On NetWare skip these unsupported function prototypes.
Submitted by: fuankg
Reviewed/backported by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1575914 13f79535-47bb-0310-9956-
ffa450edef68
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
-
- *) includes: skip unsupported function prototypes on NetWare too.
- trunk patch: http://svn.apache.org/r1423933
- 2.4.x patch: trunk works (with offset)
- +1: fuankg, trawick, jim
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;
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