]> git.marmaro.de Git - mmh/blobdiff - uip/sendsbr.c
Cleaned up gcc warnings when CYRUS_SASL is not enabled.
[mmh] / uip / sendsbr.c
index f0c84f5e977bb1ae1c2c4e5f3ad57cb9d4921667..6215219ec0c9a995d7135261aa13ffff2676eb44 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;