X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebcit.h;h=b65683c9c2ab0dae5d6c9b59db745e1a392715d0;hb=e0a6187b568bc495204c94d082364d02b68d99c0;hp=134fb032684b414f6dc0e0e6686ed9e4ad66f882;hpb=4835a9cb595d4302bdc2be4d94e86321b4138e95;p=citadel.git diff --git a/webcit/webcit.h b/webcit/webcit.h index 134fb0326..b65683c9c 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -1,11 +1,24 @@ - -/* $Id$ */ +/* $Id$ + * + * Copyright (c) 1987-2010 by the citadel.org team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ #include "sysdep.h" - - #include - #include #include #ifdef HAVE_UNISTD_H @@ -38,7 +51,6 @@ #include #include #include - #include #ifndef INADDR_NONE @@ -116,8 +128,8 @@ extern char *ssl_cipher_list; #define DEVELOPER_ID 0 #define CLIENT_ID 4 #define CLIENT_VERSION 780 /* This version of WebCit */ -#define MINIMUM_CIT_VERSION 770 /* min required Citadel ver */ -#define LIBCITADEL_MIN 766 /* min required libcitadel ver */ +#define MINIMUM_CIT_VERSION 780 /* min required Citadel ver */ +#define LIBCITADEL_MIN 780 /* min required libcitadel ver */ #define DEFAULT_HOST "localhost" /* Default Citadel server */ #define DEFAULT_PORT "504" #define TARGET "webcit01" /* Target for inline URL's */