]> code.citadel.org Git - citadel.git/blobdiff - citadel/server/config.h
Grammar change in the license declaration.
[citadel.git] / citadel / server / config.h
index 23f144a482ba4eb4c147a998070e35ce5a71e43f..db13fe43e8d83d3f43a5e90d36996910311db432 100644 (file)
@@ -1,12 +1,7 @@
-// Copyright (c) 1987-2016 by the citadel.org team
+// Copyright (c) 1987-2024 by the citadel.org team
 //
-// This program is open source software; you can redistribute it and/or modify
-// it under the terms of the GNU General Public License version 3.
-//
-// This program is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-// GNU General Public License for more details.
+// This program is open source software.  Use, duplication, or disclosure
+// is subject to the terms of the GNU General Public License version 3.
 
 #include "serv_extensions.h"
 #include "citadel_dirs.h"
@@ -66,7 +61,7 @@ struct legacy_config {
        int c_imaps_port;
        int c_pop3s_port;
        int c_smtps_port;
-       char c_auto_cull;
+       char c_niu_4a;
        char c_niu_5;
        char c_allow_spoofing;
        char c_journal_email;
@@ -106,7 +101,6 @@ long CtdlGetConfigLong(char *);
 void CtdlSetConfigInt(char *key, int value);
 void CtdlSetConfigLong(char *key, long value);
 void CtdlDelConfig(char *key);
-
 char *CtdlGetSysConfig(char *sysconfname);
 void CtdlPutSysConfig(char *sysconfname, char *sysconfdata);
 void validate_config(void);