From: Bradley Nicholes Date: Fri, 6 Jan 2006 16:33:50 +0000 (+0000) Subject: Clean up the #defines for the Satisfy directive that no longer exists X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=477807ed159084cbf5e42d1a81ebafa202e56edb;p=thirdparty%2Fapache%2Fhttpd.git Clean up the #defines for the Satisfy directive that no longer exists git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/authz-dev@366524 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/http_core.h b/include/http_core.h index 19bb1d218cd..44f2410a142 100644 --- a/include/http_core.h +++ b/include/http_core.h @@ -114,13 +114,6 @@ extern "C" { /** @} // get_remote_host */ -/** all of the requirements must be met */ -#define SATISFY_ALL 0 -/** any of the requirements must be met */ -#define SATISFY_ANY 1 -/** There are no applicable satisfy lines */ -#define SATISFY_NOSPEC 2 - /** Make sure we don't write less than 8000 bytes at any one time. */ #define AP_MIN_BYTES_TO_WRITE 8000