]> git.marmaro.de Git - mmh/blobdiff - uip/send.c
Completely remove the use of TIME_WITH_SYS_TIME.
[mmh] / uip / send.c
index e39ab800e6a7c8569047cca2ff2a3eb61074dc90..a2e9932956805c47f65574703617c50f037c1d60 100644 (file)
 #include <h/tws.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>
 
 int debugsw = 0;  /* global */
 int forwsw  = 1;