stable now but there are GIANT PIECES MISSING
[citadel.git] / citadel / modules / expire / serv_expire.c
index 0bd82c3a09b8b5f80f990106db7a95023da9049b..ec1e5aec642754925d68ec4a7a10f6889129c64e 100644 (file)
 #include <pwd.h>
 #include <errno.h>
 #include <sys/types.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 <string.h>
 #include <limits.h>