From: Jeff Trawick Date: Thu, 29 Jan 2004 01:47:08 +0000 (+0000) Subject: exception hook works as expected on Darwin X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49d6f10028c5ce418de490d0ac7a5dd58669562b;p=thirdparty%2Fapache%2Fhttpd.git exception hook works as expected on Darwin git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@102439 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/include/ap_config.h b/src/include/ap_config.h index 17235c5cd6d..ecf99a3f8d0 100644 --- a/src/include/ap_config.h +++ b/src/include/ap_config.h @@ -454,6 +454,7 @@ typedef int pid_t; #define HAVE_FCNTL_SERIALIZED_ACCEPT #define USE_FLOCK_SERIALIZED_ACCEPT #define SINGLE_LISTEN_UNSERIALIZED_ACCEPT +#define AP_ENABLE_EXCEPTION_HOOK #elif defined(LINUX)