]> 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 36c48bbf3657dd8613ae1fc2ab525f880e7c1e53..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
@@ -385,6 +374,7 @@ struct config {
        int c_spam_flag_only;
        int c_guest_logins;
        int c_nntp_port;
+       int c_nntps_port;
 };
 struct configlen {
        long c_nodename;