stable now but there are GIANT PIECES MISSING
[citadel.git] / citadel / modules / inetcfg / serv_inetcfg.c
index 89e8e5633a24136fdc7bdb5d0491c2f8f84611a8..71155c8b09c4d8033f0c2869f72ad66d47e79856 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>