You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ma...@hyperreal.org on 1999/12/08 01:14:06 UTC

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

manoj       99/12/07 16:14:06

  Modified:    src/include httpd.h
  Log:
  Fix even more "-i" -> " ap_context_t " changes.
  
  Revision  Changes    Path
  1.14      +2 -2      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.13
  retrieving revision 1.14
  diff -u -d -u -r1.13 -r1.14
  --- httpd.h	1999/11/17 21:39:23	1.13
  +++ httpd.h	1999/12/08 00:14:03	1.14
  @@ -381,7 +381,7 @@
   #define SERVER_BASEVERSION "Apache/2.0-dev"       /* SEE COMMENTS ABOVE */
   #define SERVER_VERSION  SERVER_BASEVERSION
   
  -/* TODO: re ap_context_t mplement the server token/version stuff -- it's part of http_core
  +/* TODO: re-implement the server token/version stuff -- it's part of http_core
    * it should be possible to do without touching http_main at all. (or else
    * we haven't got enough module hooks)
    */
  @@ -542,7 +542,7 @@
   #define ASCIITEXT_MAGIC_TYPE_PREFIX "text/x-ascii-" /* Text files whose content-type starts with this are passed thru unconverted */
   #endif /*CHARSET_EBCDIC*/
   #define MAP_FILE_MAGIC_TYPE "application/x-type-map"
  -#define ASIS_MAGIC_TYPE "httpd/send-as ap_context_t s"
  +#define ASIS_MAGIC_TYPE "httpd/send-as-is"
   #define DIR_MAGIC_TYPE "httpd/unix-directory"
   #define STATUS_MAGIC_TYPE "application/x-httpd-status"