You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by dg...@locus.apache.org on 2000/03/14 08:58:13 UTC

cvs commit: apache-2.0/src/include httpd.h

dgaudet     00/03/13 23:58:13

  Modified:    src/include httpd.h
  Log:
  missing from css patch
  
  Revision  Changes    Path
  1.28      +7 -0      apache-2.0/src/include/httpd.h
  
  Index: httpd.h
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/include/httpd.h,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- httpd.h	2000/03/13 18:53:22	1.27
  +++ httpd.h	2000/03/14 07:58:12	1.28
  @@ -260,6 +260,13 @@
   #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.