From 6200ffa41e464f044c8c1973f3fda1bfc8172d95 Mon Sep 17 00:00:00 2001 From: Chris Darroch Date: Sat, 1 Nov 2008 15:01:35 +0000 Subject: [PATCH] remove unused AUTHZ_GROUP_NOTE define git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@709708 13f79535-47bb-0310-9956-ffa450edef68 --- include/ap_mmn.h | 3 ++- include/mod_auth.h | 1 - modules/aaa/mod_authz_owner.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/ap_mmn.h b/include/ap_mmn.h index c6be21ec3c..7f790fab51 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -171,6 +171,7 @@ * 20080920.0 (2.3.0-dev) Add ap_mpm_register_timed_callback. * 20080920.1 (2.3.0-dev) Export mod_rewrite.h in the public API. * 20080920.2 (2.3.0-dev) Added ap_timeout_parameter_parse to util.c / httpd.h + * 20080920.3 (2.3.0-dev) Remove unused AUTHZ_GROUP_NOTE define. * */ @@ -179,7 +180,7 @@ #ifndef MODULE_MAGIC_NUMBER_MAJOR #define MODULE_MAGIC_NUMBER_MAJOR 20080920 #endif -#define MODULE_MAGIC_NUMBER_MINOR 2 /* 0...n */ +#define MODULE_MAGIC_NUMBER_MINOR 3 /* 0...n */ /** * Determine if the server's current MODULE_MAGIC_NUMBER is at least a diff --git a/include/mod_auth.h b/include/mod_auth.h index 546390a1fd..1ffb643633 100644 --- a/include/mod_auth.h +++ b/include/mod_auth.h @@ -42,7 +42,6 @@ extern "C" { #define AUTHZ_PROVIDER_VERSION "0" #define AUTHN_DEFAULT_PROVIDER "file" -#define AUTHZ_GROUP_NOTE "authz_group_note" #define AUTHN_PROVIDER_NAME_NOTE "authn_provider_name" #define AUTHZ_PROVIDER_NAME_NOTE "authz_provider_name" #define AUTHZ_ACCESS_PASSED_NOTE "authz_access_passed" diff --git a/modules/aaa/mod_authz_owner.c b/modules/aaa/mod_authz_owner.c index 5075fd33a2..010844cfed 100644 --- a/modules/aaa/mod_authz_owner.c +++ b/modules/aaa/mod_authz_owner.c @@ -27,7 +27,7 @@ #include "http_protocol.h" #include "http_request.h" -#include "mod_auth.h" /* for AUTHZ_GROUP_NOTE */ +#include "mod_auth.h" APR_DECLARE_OPTIONAL_FN(char*, authz_owner_get_file_group, (request_rec *r)); -- 2.50.1