From: Jeff Trawick Date: Thu, 29 Jan 2004 13:26:56 +0000 (+0000) Subject: exception hook works as expected on HP-UX 11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cbf5967b0269419fdd0220d65aef32c3147036d;p=thirdparty%2Fapache%2Fhttpd.git exception hook works as expected on HP-UX 11 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@102443 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/include/ap_config.h b/src/include/ap_config.h index ecf99a3f8d0..286d03d1f7d 100644 --- a/src/include/ap_config.h +++ b/src/include/ap_config.h @@ -262,6 +262,7 @@ typedef int rlim_t; #define NO_KILLPG #undef NO_SETSID #define HAVE_SYSLOG +#define AP_ENABLE_EXCEPTION_HOOK #elif defined(AIX) #undef HAVE_GMTOFF