From: Remco Rijnders Date: Wed, 9 Sep 2015 05:43:51 +0000 (+0200) Subject: Remove VERSION_STAR5II protocol indicator X-Git-Url: http://git.serene-ircd.net/?a=commitdiff_plain;h=f9721d32184939ca0f7950bcfaaddcf79c785a6c;p=serene-ircd.git Remove VERSION_STAR5II protocol indicator --- diff --git a/include/struct.h b/include/struct.h index 73a7a2f..889c69b 100644 --- a/include/struct.h +++ b/include/struct.h @@ -137,16 +137,12 @@ typedef unsigned int u_int32_t; /* XXX Hope this works! */ #define STAT_SERVICE 2 /* Services not implemented yet */ /* This is where we are defining server capabilities from now on -GZ */ - -#define VERSION_STAR5II 0x00000001 -/* When all servers >= Star5.19 this can be pulled */ - #define VERSION_ZIPLINKS 0x00000002 #ifdef ZIP_LINKS -#define VERSION_SEND (VERSION_STAR5II|VERSION_ZIPLINKS) +#define VERSION_SEND (VERSION_ZIPLINKS) #else -#define VERSION_SEND (VERSION_STAR5II) +#define VERSION_SEND () #endif /* * status macros.