rse 98/03/14 04:26:27
Modified: src/modules/standard mod_mime.c Makefile.tmpl
Log:
Adjust mod_mime.c and Makefile.tmpl because mod_mime.h is now removed.
Revision Changes Path
1.37 +0 -1 apache-1.3/src/modules/standard/mod_mime.c
Index: mod_mime.c
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/modules/standard/mod_mime.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- mod_mime.c 1998/03/14 12:22:09 1.36
+++ mod_mime.c 1998/03/14 12:26:25 1.37
@@ -62,7 +62,6 @@
#include "httpd.h"
#include "http_config.h"
-#include "mod_mime.h"
typedef struct {
table *forced_types; /* Additional AddTyped stuff */
1.10 +1 -1 apache-1.3/src/modules/standard/Makefile.tmpl
Index: Makefile.tmpl
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/modules/standard/Makefile.tmpl,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- Makefile.tmpl 1998/03/02 07:05:58 1.9
+++ Makefile.tmpl 1998/03/14 12:26:26 1.10
@@ -144,7 +144,7 @@
mod_mime.o: mod_mime.c $(INCDIR)/httpd.h $(INCDIR)/conf.h \
../../os/unix/os.h $(INCDIR)/hsregex.h $(INCDIR)/alloc.h \
$(INCDIR)/buff.h $(INCDIR)/ap.h $(INCDIR)/util_uri.h \
- $(INCDIR)/http_config.h mod_mime.h
+ $(INCDIR)/http_config.h
mod_mime_magic.o: mod_mime_magic.c $(INCDIR)/httpd.h \
$(INCDIR)/conf.h ../../os/unix/os.h $(INCDIR)/hsregex.h \
$(INCDIR)/alloc.h $(INCDIR)/buff.h $(INCDIR)/ap.h \