From 7342668041f126ca86d535a2fe27a4b0322f7363 Mon Sep 17 00:00:00 2001 From: Martin Kraemer Date: Tue, 22 Jun 2004 10:14:05 +0000 Subject: [PATCH] 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 --- src/include/ap_config.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.2