stable now but there are GIANT PIECES MISSING
[citadel.git] / citadel / modules / smtp / serv_smtp.c
index 7847eccc31cd49805ac4c0729ec68f7dfd9dc700..d4da34c0fe42e64fc99e959811a4c45a22834125 100644 (file)
 #include <errno.h>
 #include <sys/types.h>
 #include <syslog.h>
-
-#if TIME_WITH_SYS_TIME
-# include <sys/time.h>
-# include <time.h>
-#else
-# if HAVE_SYS_TIME_H
-#  include <sys/time.h>
-# else
-#  include <time.h>
-# endif
-#endif
-
+#include <time.h>
 #include <sys/wait.h>
 #include <ctype.h>
 #include <string.h>