mirror of
https://github.com/apache/httpd.git
synced 2025-08-06 11:06:17 +00:00
remove unused AUTHZ_GROUP_NOTE define
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@709708 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -171,6 +171,7 @@
|
|||||||
* 20080920.0 (2.3.0-dev) Add ap_mpm_register_timed_callback.
|
* 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.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.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
|
#ifndef MODULE_MAGIC_NUMBER_MAJOR
|
||||||
#define MODULE_MAGIC_NUMBER_MAJOR 20080920
|
#define MODULE_MAGIC_NUMBER_MAJOR 20080920
|
||||||
#endif
|
#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
|
* Determine if the server's current MODULE_MAGIC_NUMBER is at least a
|
||||||
|
@ -42,7 +42,6 @@ extern "C" {
|
|||||||
#define AUTHZ_PROVIDER_VERSION "0"
|
#define AUTHZ_PROVIDER_VERSION "0"
|
||||||
#define AUTHN_DEFAULT_PROVIDER "file"
|
#define AUTHN_DEFAULT_PROVIDER "file"
|
||||||
|
|
||||||
#define AUTHZ_GROUP_NOTE "authz_group_note"
|
|
||||||
#define AUTHN_PROVIDER_NAME_NOTE "authn_provider_name"
|
#define AUTHN_PROVIDER_NAME_NOTE "authn_provider_name"
|
||||||
#define AUTHZ_PROVIDER_NAME_NOTE "authz_provider_name"
|
#define AUTHZ_PROVIDER_NAME_NOTE "authz_provider_name"
|
||||||
#define AUTHZ_ACCESS_PASSED_NOTE "authz_access_passed"
|
#define AUTHZ_ACCESS_PASSED_NOTE "authz_access_passed"
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
#include "http_protocol.h"
|
#include "http_protocol.h"
|
||||||
#include "http_request.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));
|
APR_DECLARE_OPTIONAL_FN(char*, authz_owner_get_file_group, (request_rec *r));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user