]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Enable AP_ENABLE_EXCEPTION_HOOK for BS2000
authorMartin Kraemer <martin@apache.org>
Tue, 22 Jun 2004 10:14:05 +0000 (10:14 +0000)
committerMartin Kraemer <martin@apache.org>
Tue, 22 Jun 2004 10:14:05 +0000 (10:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@104016 13f79535-47bb-0310-9956-ffa450edef68

src/include/ap_config.h

index 11c3c9b68df0661f8efdaaea39e66d9f834ee7e8..d546a45036b7808a0d2432961be4740639d0a203 100644 (file)
@@ -592,6 +592,7 @@ extern char *crypt();
 #ifdef _OSD_POSIX /* BS2000-POSIX mainframe needs initgroups */
 #define NEED_HASHBANG_EMUL /* execve() doesn't start shell scripts by default */
 #define _KMEMUSER          /* Enable SHM_R/SHM_W defines in <shm.h> */
+#define AP_ENABLE_EXCEPTION_HOOK
 #undef NEED_STRCASECMP
 #undef NEED_STRNCASECMP
 #undef bzero