diff options
author | jwoolley <jwoolley@13f79535-47bb-0310-9956-ffa450edef68> | 2001-07-25 18:01:01 +0000 |
---|---|---|
committer | jwoolley <jwoolley@13f79535-47bb-0310-9956-ffa450edef68> | 2001-07-25 18:01:01 +0000 |
commit | af64e6a3c09671d5f0d846f8496ab873648bfc75 (patch) | |
tree | df9374bde06c342195bb0927686fac6dea09fdae /acconfig.h | |
parent | 2aae847c0d52b67c7ca3c227af93484f704fb82a (diff) | |
download | libapr-af64e6a3c09671d5f0d846f8496ab873648bfc75.tar.gz |
Fix accept filters by making all the various macro names agree with each other.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62019 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h index e63bac496..89909514e 100644 --- a/acconfig.h +++ b/acconfig.h @@ -13,7 +13,7 @@ #undef HAVE_TRUERAND #undef HAVE_POLLIN #undef HAVE_isascii -#undef HAVE_SO_ACCEPT_FILTER +#undef HAVE_SO_ACCEPTFILTER /* Cross process serialization techniques */ #undef USE_FLOCK_SERIALIZE |