X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcitadel.h;h=35237621bd41837fbf6851f10883bb2552ceae20;hb=8d7cd043e07dfe4e0ae93befb667a2189e4b482d;hp=6e1ed632afb5eacaa8797352c5f342891a35f90f;hpb=49249e6aed6e10077f2a4fe005a95469e9700d34;p=citadel.git diff --git a/citadel/citadel.h b/citadel/citadel.h index 6e1ed632a..35237621b 100644 --- a/citadel/citadel.h +++ b/citadel/citadel.h @@ -1,7 +1,7 @@ /* * Main Citadel header file * - * Copyright (c) 1987-2020 by the citadel.org team + * Copyright (c) 1987-2021 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. @@ -30,8 +30,7 @@ extern "C" { /* * Text description of this software - * (We used to define this ourselves, but why bother when - * the GNU build tools do it for us?) + * (We used to define this ourselves, but why bother when the build tools do it for us?) */ #define CITADEL PACKAGE_STRING @@ -156,10 +155,6 @@ struct ctdlroom { #define MES_ANONONLY 66 // "****" header #define MES_ANONOPT 67 // "Anonymous" header -#define MES_ERROR (-1) // Can't send message due to bad address -#define MES_LOCAL 0 // Local message, do no network processing -#define MES_INTERNET 1 // Convert msg and send as Internet mail - /****************************************************************************/ /*