stable now but there are GIANT PIECES MISSING
[citadel.git] / citadel / modules / smtp / serv_smtpclient.c
index 718bd450275c8846c788e7066296af16c1f20464..c81bde42a0f9b18147ec5817d579d0267e35a5a9 100644 (file)
 #include <unistd.h>
 #include <stdio.h>
 #include <sysconfig.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 <ctype.h>
 #include <string.h>
 #include <errno.h>