Remove VERSION_STAR5II protocol indicator
authorRemco Rijnders <remco@webconquest.com>
Wed, 9 Sep 2015 05:43:51 +0000 (07:43 +0200)
committerRemco Rijnders <remco@webconquest.com>
Wed, 9 Sep 2015 09:33:41 +0000 (11:33 +0200)
include/struct.h

index 73a7a2f632bb6c2ab7933b73d42373d3ac6e2a44..889c69b95ee5da0a943103c463e96c1706f5330d 100644 (file)
@@ -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.