From d812366620083db8c77505bfb7a4dc4343f24fe2 Mon Sep 17 00:00:00 2001 From: Mark <> Date: Sat, 13 Mar 2004 22:31:25 +0000 Subject: [PATCH] temp change on version checking for 2.5.15 release, enums do not trigger #ifdefs --- stats.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/stats.h b/stats.h index 978a4f7a..03618f93 100644 --- a/stats.h +++ b/stats.h @@ -267,10 +267,12 @@ typedef enum NS_ERR { NS_ERR_NICK_IN_USE = 0x8000001, NS_ERR_OUT_OF_MEMORY = 0x8000002, /* Error value for incompatible version */ - NS_ERR_VERSION = 0x8000003, - + /* Temporarily done as #define for forward port */ + /* NS_ERR_VERSION = 0x8000003,*/ }NS_ERR ; +#define NS_ERR_VERSION 0x8000003 + /* do_exit call exit type definitions */ typedef enum { NS_EXIT_NORMAL=0,