]> granicus.if.org Git - apache/commitdiff
Added NetWare to the #ifdef list
authorBradley Nicholes <bnicholes@apache.org>
Fri, 14 Sep 2001 23:28:41 +0000 (23:28 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Fri, 14 Sep 2001 23:28:41 +0000 (23:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91029 13f79535-47bb-0310-9956-ffa450edef68

server/mpm_common.c

index 4fb86141789820911679a83dc7210827676d5b7c..cdac141592da30be3767d3d2ec85f85b478f3ef1 100644 (file)
@@ -326,7 +326,7 @@ AP_DECLARE(gid_t) ap_gname2id(const char *name)
 #ifndef HAVE_INITGROUPS
 int initgroups(const char *name, gid_t basegid)
 {
-#if defined(QNX) || defined(MPE) || defined(BEOS) || defined(_OSD_POSIX) || defined(TPF) || defined(__TANDEM) || defined(OS2) || defined(WIN32)
+#if defined(QNX) || defined(MPE) || defined(BEOS) || defined(_OSD_POSIX) || defined(TPF) || defined(__TANDEM) || defined(OS2) || defined(WIN32) || defined(NETWARE)
 /* QNX, MPE and BeOS do not appear to support supplementary groups. */
     return 0;
 #else /* ndef QNX */