]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Clean up the #defines for the Satisfy directive that no longer exists
authorBradley Nicholes <bnicholes@apache.org>
Fri, 6 Jan 2006 16:33:50 +0000 (16:33 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Fri, 6 Jan 2006 16:33:50 +0000 (16:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/authz-dev@366524 13f79535-47bb-0310-9956-ffa450edef68

include/http_core.h

index 19bb1d218cdcb14747c2a75c351e1613ceefb1a3..44f2410a1423bdff5e5b314687b1a580b8c1cdc8 100644 (file)
@@ -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