diff options
author | David Reid <dreid@apache.org> | 2001-04-03 00:41:04 +0000 |
---|---|---|
committer | David Reid <dreid@apache.org> | 2001-04-03 00:41:04 +0000 |
commit | 0241bc2736a4624bd5eb9c8a4846e60505b5ff93 (patch) | |
tree | 5f021b56943775beffea693f41e6d8c7e7ac832d /acconfig.h | |
parent | fe399a10c4221c9a5521b111fe0e28c3d0601e51 (diff) | |
download | apr-0241bc2736a4624bd5eb9c8a4846e60505b5ff93.tar.gz |
Configure elements of FreeBSD's accept_filter for APR.
Obtained from: Ryan Bloom <rbb@covalent.com>
Reviewed by: David Reid <dreid@apache.org>
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61437 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index 3ff72d90c..4cc307b51 100644 --- a/acconfig.h +++ b/acconfig.h @@ -12,6 +12,7 @@ #undef HAVE_TRUERAND #undef HAVE_POLLIN #undef HAVE_isascii +#undef HAVE_SO_ACCEPT_FILTER /* Cross process serialization techniques */ #undef USE_FLOCK_SERIALIZE |