From: Manoj Kasichainula Date: Wed, 8 Dec 1999 00:14:03 +0000 (+0000) Subject: Fix even more "-i" -> " ap_context_t " changes. X-Git-Tag: 1.3.10~113 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=daa98a81acbd9a0565caa9364b76f4126d23bccb;p=apache Fix even more "-i" -> " ap_context_t " changes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84244 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/httpd.h b/include/httpd.h index 23b082edf2..a3b816aa52 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -381,7 +381,7 @@ extern "C" { #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 @@ API_EXPORT(const char *) ap_get_server_built(void); #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"