From 49d6f10028c5ce418de490d0ac7a5dd58669562b Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Thu, 29 Jan 2004 01:47:08 +0000 Subject: [PATCH] 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 --- 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 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) -- 2.47.2