summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGeoffrey Young <geoff@apache.org>2004-12-09 22:09:26 +0100
committerGeoffrey Young <geoff@apache.org>2004-12-09 22:09:26 +0100
commit78c1d9dc3e06924532e6637d6ec8c28f9c98cb01 (patch)
tree721186a8767126bbf279036b83f841fc276e397b /include
parentMinor update to running the dftables utility on NetWare (diff)
downloadapache2-78c1d9dc3e06924532e6637d6ec8c28f9c98cb01.tar.xz
apache2-78c1d9dc3e06924532e6637d6ec8c28f9c98cb01.zip
undo changes made in 111386 due to veto
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111432 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/httpd.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/httpd.h b/include/httpd.h
index 8111861456..47e40c9254 100644
--- a/include/httpd.h
+++ b/include/httpd.h
@@ -427,7 +427,7 @@ AP_DECLARE(const char *) ap_get_server_built(void);
* all of the potential response status-lines (a sparse table).
* A future version should dynamically generate the apr_table_t at startup.
*/
-#define RESPONSE_CODES 76
+#define RESPONSE_CODES 57
#define HTTP_CONTINUE 100
#define HTTP_SWITCHING_PROTOCOLS 101
@@ -440,7 +440,6 @@ AP_DECLARE(const char *) ap_get_server_built(void);
#define HTTP_RESET_CONTENT 205
#define HTTP_PARTIAL_CONTENT 206
#define HTTP_MULTI_STATUS 207
-#define HTTP_IM_USED 226
#define HTTP_MULTIPLE_CHOICES 300
#define HTTP_MOVED_PERMANENTLY 301
#define HTTP_MOVED_TEMPORARILY 302