summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-12-04 00:58:56 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-12-04 00:58:56 (GMT)
commit7bcea94b9aea8ab16d2a8f392065a4b159d4ebcf (patch)
tree695f512c6dced77a90c2dabce5cf6ac5e96863ab /Source
parentd06a01d8258d5bfe6c426c76780ebcc5fbcffce3 (diff)
downloadCMake-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')
-rw-r--r--Source/CursesDialog/form/frm_driver.c4
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$")
/*----------------------------------------------------------------------------