Removed RFC 1864 (Content-MD5) support. I.e. -check switches.
[mmh] / uip / mhcachesbr.c
index 975d2e1..8d25132 100644 (file)
@@ -9,7 +9,6 @@
 #include <h/mh.h>
 #include <fcntl.h>
 #include <h/signals.h>
-#include <h/md5.h>
 #include <errno.h>
 #include <setjmp.h>
 #include <signal.h>
 #include <h/mhcachesbr.h>
 #include <h/utils.h>
 
-#ifdef TIME_WITH_SYS_TIME
+#ifdef HAVE_SYS_TIME_H
 # include <sys/time.h>
-# include <time.h>
-#else
-# ifdef TM_IN_SYS_TIME
-#  include <sys/time.h>
-# else
-#  include <time.h>
-# endif
 #endif
+#include <time.h>
 
 extern int debugsw;
 
@@ -309,12 +302,7 @@ find_cache_aux(int writing, char *directory, char *id, char *buffer,
        FILE *fp;
        static int partno, pid;
        static time_t clock = 0;
-
-#ifdef BSD42
-       usemap = strchr(id, '/') ? 1 : 0;
-#else
        usemap = 1;
-#endif
 
        if (debugsw)
                fprintf(stderr, "find_cache_aux %s usemap=%d\n",