diff options
| author | André Malo <nd@apache.org> | 2003-01-18 03:37:55 +0000 |
|---|---|---|
| committer | André Malo <nd@apache.org> | 2003-01-18 03:37:55 +0000 |
| commit | fe5980e40909c180e2630c7a0dd833d35e854d70 (patch) | |
| tree | 9e1fb7be1951f8c45276ba924120988f21940b20 /include/httpd.h | |
| parent | 38e1abb41ef9461988b64b80c5eeb7f69c1773d7 (diff) | |
| download | httpd-fe5980e40909c180e2630c7a0dd833d35e854d70.tar.gz | |
move rfc1413 code to a new module "metadata:mod_ident".
The rfc1413 code itself is mostly c&p, but can still bear
some rework ...
This patch removes the global ap_rfc1413 function and the
ap_rfc1413_timeout variable. It also introduces a new config
directive IdentityCheckTimeout (default 30 sec).
Reviewed by: Justin Erenkrantz
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98320 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/httpd.h')
| -rw-r--r-- | include/httpd.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/httpd.h b/include/httpd.h index 3e026243bf..3fae59e73f 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -168,11 +168,6 @@ extern "C" { #define SERVER_CONFIG_FILE "conf/httpd.conf" #endif -/* Whether we should enable rfc1413 identity checking */ -#ifndef DEFAULT_RFC1413 -#define DEFAULT_RFC1413 0 -#endif - /* The default path for CGI scripts if none is currently set */ #ifndef DEFAULT_PATH #define DEFAULT_PATH "/bin:/usr/bin:/usr/ucb:/usr/bsd:/usr/local/bin" |
