Commit 7c0aba1e authored by Bradley Nicholes's avatar Bradley Nicholes
Browse files

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
parent da43df92
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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