From f115309f094fb58ce49a14a24d58144aa13d3e5c Mon Sep 17 00:00:00 2001 From: piaip Date: Thu, 10 Sep 2009 09:03:31 +0000 Subject: * make const_cuser default git-svn-id: http://opensvn.csie.org/pttbbs/branches/pttbbs.pwcu@4824 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/pttstruct.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/pttstruct.h b/include/pttstruct.h index deae733a..4a8b76a9 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -139,7 +139,7 @@ typedef struct userec_t { char pad_tail[28]; } PACKSTRUCT userec_t; -#ifdef CONST_CUSER +#ifndef NO_CONST_CUSER // const userec_t cuser; # define cuser_ref ((const userec_t*)&pwcuser) # define cuser (*cuser_ref) -- cgit v1.2.3