From: Martin Kraemer Date: Tue, 22 Jun 2004 10:14:05 +0000 (+0000) Subject: Enable AP_ENABLE_EXCEPTION_HOOK for BS2000 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7342668041f126ca86d535a2fe27a4b0322f7363;p=thirdparty%2Fapache%2Fhttpd.git Enable AP_ENABLE_EXCEPTION_HOOK for BS2000 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@104016 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/include/ap_config.h b/src/include/ap_config.h index 11c3c9b68df..d546a45036b 100644 --- a/src/include/ap_config.h +++ b/src/include/ap_config.h @@ -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 */ +#define AP_ENABLE_EXCEPTION_HOOK #undef NEED_STRCASECMP #undef NEED_STRNCASECMP #undef bzero