From f9721d32184939ca0f7950bcfaaddcf79c785a6c Mon Sep 17 00:00:00 2001 From: Remco Rijnders Date: Wed, 9 Sep 2015 07:43:51 +0200 Subject: [PATCH] Remove VERSION_STAR5II protocol indicator --- include/struct.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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. -- 2.30.2