]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
BS2000 needs union semun
authorMartin Kraemer <martin@apache.org>
Mon, 8 Oct 2001 13:18:48 +0000 (13:18 +0000)
committerMartin Kraemer <martin@apache.org>
Mon, 8 Oct 2001 13:18:48 +0000 (13:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91348 13f79535-47bb-0310-9956-ffa450edef68

src/include/ap_config.h

index f6f8bbb059011c216900e62a82177820da49b944..a40b671afe82ef92a62f94e2cab2f73a2516ab68 100644 (file)
@@ -601,6 +601,7 @@ extern char *crypt();
 #define HAVE_SHMGET 1
 #define USE_SHMGET_SCOREBOARD
 #ifdef _OSD_POSIX /* BS2000-POSIX mainframe needs initgroups */
+#define NEED_UNION_SEMUN
 #define NEED_HASHBANG_EMUL /* execve() doesn't start shell scripts by default */
 #define _KMEMUSER          /* Enable SHM_R/SHM_W defines in <shm.h> */
 #undef NEED_STRCASECMP