]> code.citadel.org Git - citadel.git/blobdiff - citadel/include/ctdl_module.h
continuing war on unnecessary include of sys/time.h
[citadel.git] / citadel / include / ctdl_module.h
index 7a8b5250da83f64edd1d8e1f535bd422a002be4e..7005c1c38a8df3368b7c2a1032cabaed093b8883 100644 (file)
 #include <errno.h>
 #include <syslog.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>
 #ifdef HAVE_STRINGS_H
@@ -384,6 +373,8 @@ struct config {
        time_t c_pop3_fastest;
        int c_spam_flag_only;
        int c_guest_logins;
+       int c_nntp_port;
+       int c_nntps_port;
 };
 struct configlen {
        long c_nodename;