marc97/07/27 16:04:35
Modified:src mod_mime_magic.c
Log:
Remove header files that are already included by other headers.
This avoids problems on some OSes that can't handle the same header
being included twice.
Reviewed by: Brian Behlendorf, Dean Gaudet
Revis
rse 97/07/25 00:00:59
Modified:src mod_mime_magic.c
Log:
Added missing header-parser entry in module structure.
Submitted by: Martin Kraemer
Revision ChangesPath
1.7 +1 -0 apache/src/mod_mime_magic.c
Index: mod_mime_magic.c
===
marc97/07/15 17:58:01
Modified:src mod_mime_magic.c
Log:
Files often compile better when statements are terminated by semicolons.
Revision ChangesPath
1.5 +1 -1 apache/src/mod_mime_magic.c
Index: mod_mime_magic.c
===
marc97/07/12 13:20:36
Modified:src mod_mime_magic.c
Log:
General mod_mime_magic cleanup.
The fixes include:
- change DEBUG define to MIME_MAGIC_DEBUG to avoid namespace
collisions.
- change fprintf(stderr, ...) into log_printf
- rem
dgaudet 97/07/07 11:18:46
Modified:conf srm.conf-dist
htdocs/manual/mod directives.html index.html
src CHANGES Configuration.tmpl
Added: conf magic
htdocs/manual/mod mod_mime_magic.html
src mod_mi