]> git.marmaro.de Git - mmh/blobdiff - uip/mhcachesbr.c
Completely remove the use of TIME_WITH_SYS_TIME.
[mmh] / uip / mhcachesbr.c
index 2d6c596563083f5271cced5264dd44be534f5c7b..201ce514ab294df8f8ffdd9cea3159b540a15c90 100644 (file)
 #include <h/mhcachesbr.h>
 #include <h/utils.h>
 
 #include <h/mhcachesbr.h>
 #include <h/utils.h>
 
-#ifdef TIME_WITH_SYS_TIME
+#ifdef HAVE_SYS_TIME_H
 # include <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
 #endif
+#include <time.h>
 
 extern int debugsw;
 
 
 extern int debugsw;