From: Cliff Woolley Date: Wed, 25 Jul 2001 17:59:37 +0000 (+0000) Subject: PR: X-Git-Tag: 2.0.22~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85bef0aa7f3afff721f93bd539eb43b868bd9561;p=thirdparty%2Fapache%2Fhttpd.git PR: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89708 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/listen.c b/server/listen.c index c5b6ab6ce42..f0052ab13f5 100644 --- a/server/listen.c +++ b/server/listen.c @@ -157,7 +157,7 @@ static apr_status_t make_sock(apr_pool_t *p, ap_listen_rec *server) return stat; } -#ifdef APR_HAS_SO_ACCEPTFILTER +#if APR_HAS_SO_ACCEPTFILTER #ifndef ACCEPT_FILTER_NAME #define ACCEPT_FILTER_NAME "dataready" #endif