From: dgaudet Date: Tue, 14 Mar 2000 07:58:12 +0000 (+0000) Subject: missing from css patch X-Git-Tag: APACHE_2_0_ALPHA_2~92 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e5a4cff18f6618bfe28b5c05d82545b7786aee94;p=apache missing from css patch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84760 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/httpd.h b/include/httpd.h index c9c4ddb1b1..5710036c9f 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -260,6 +260,13 @@ extern "C" { #define DEFAULT_LIMIT_REQUEST_FIELDS 100 #endif /* default limit on number of request header fields */ + +/* + * The default default character set name to add if AddDefaultCharset is + * enabled. Overridden with AddDefaultCharsetName. + */ +#define DEFAULT_ADD_DEFAULT_CHARSET_NAME "iso-8859-1" + /* * The below defines the base string of the Server: header. Additional * tokens can be added via the ap_add_version_component() API call.