From: Eric Covener Date: Sat, 29 May 2010 02:20:24 +0000 (+0000) Subject: add a standard AUTHZ_PREFIX for, no MMN bump since it's just baked in if you X-Git-Tag: 2.3.6~86 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d38b48fe7172f9762001ba224be461bbcb61b4c2;p=apache add a standard AUTHZ_PREFIX for, no MMN bump since it's just baked in if you build against it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@949335 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/mod_auth.h b/include/mod_auth.h index 8097d682c1..297352a53a 100644 --- a/include/mod_auth.h +++ b/include/mod_auth.h @@ -46,6 +46,7 @@ extern "C" { #define AUTHZ_PROVIDER_NAME_NOTE "authz_provider_name" #define AUTHN_PREFIX "AUTHENTICATE_" +#define AUTHZ_PREFIX "AUTHORIZE_" /** all of the requirements must be met */ #ifndef SATISFY_ALL