#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.