summaryrefslogtreecommitdiffstats
path: root/include/pttstruct.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pttstruct.h')
-rw-r--r--include/pttstruct.h2
1 files changed, 1 insertions, 1 deletions
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)