From: Derrick Brashear Date: Fri, 6 Jul 2001 02:12:02 +0000 (+0000) Subject: dux-curses-already-using-IN-20010705 X-Git-Tag: openafs-stable-1_1_0~50 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=003f4cd993c14f6235317fd17be26de04374e987;p=packages%2Fo%2Fopenafs.git dux-curses-already-using-IN-20010705 don't define IN as it conflicts with curses.h on dux --- diff --git a/src/gtx/windows.c b/src/gtx/windows.c index cde4b8617..eb6ba62c2 100644 --- a/src/gtx/windows.c +++ b/src/gtx/windows.c @@ -20,6 +20,11 @@ RCSID("$Header$"); +/* On DUX "IN" is a variable in curses.h, so this can be a bit of a problem */ +#ifdef IN +#undef IN +#endif + #include "gtxwindows.h" /*Interface for this module*/ #include "gtxcurseswin.h" /*Interface for the curses module*/ #include "gtxdumbwin.h" /*Interface for the dumb terminal module*/