diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-12-04 00:58:56 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-12-04 00:58:56 (GMT) |
commit | 7bcea94b9aea8ab16d2a8f392065a4b159d4ebcf (patch) | |
tree | 695f512c6dced77a90c2dabce5cf6ac5e96863ab /Source/CursesDialog | |
parent | d06a01d8258d5bfe6c426c76780ebcc5fbcffce3 (diff) | |
download | CMake-7bcea94b9aea8ab16d2a8f392065a4b159d4ebcf.zip CMake-7bcea94b9aea8ab16d2a8f392065a4b159d4ebcf.tar.gz CMake-7bcea94b9aea8ab16d2a8f392065a4b159d4ebcf.tar.bz2 |
ENH: AIX seems to define lines and columns as macros, I undefed them
Diffstat (limited to 'Source/CursesDialog')
-rw-r--r-- | Source/CursesDialog/form/frm_driver.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/CursesDialog/form/frm_driver.c b/Source/CursesDialog/form/frm_driver.c index 3e1fbb1..3a825f0 100644 --- a/Source/CursesDialog/form/frm_driver.c +++ b/Source/CursesDialog/form/frm_driver.c @@ -37,6 +37,10 @@ #undef _XOPEN_SOURCE_EXTENDED #endif +// AIX seems to define this +#undef lines +#undef columns + MODULE_ID("$Id$") /*---------------------------------------------------------------------------- |