summaryrefslogtreecommitdiffstats
path: root/Source/CursesDialog
diff options
context:
space:
mode:
authorÅdne Hovda <ahovda@openit.com>2014-11-17 12:24:40 (GMT)
committerBrad King <brad.king@kitware.com>2014-11-18 15:02:08 (GMT)
commitee3d06a41ec6b5355083a3eba36cf73a5438c1c5 (patch)
tree8632ec817d7f9cec0dc57f566fad856716a39321 /Source/CursesDialog
parentd526ebc603b0a83a7a1602ed4ddcf1b483077cf4 (diff)
downloadCMake-ee3d06a41ec6b5355083a3eba36cf73a5438c1c5.zip
CMake-ee3d06a41ec6b5355083a3eba36cf73a5438c1c5.tar.gz
CMake-ee3d06a41ec6b5355083a3eba36cf73a5438c1c5.tar.bz2
ccmake: Remove incomplete support for cur_colr on old HP-UX
Enable support for the more modern Xcurses.
Diffstat (limited to 'Source/CursesDialog')
-rw-r--r--Source/CursesDialog/form/form.priv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CursesDialog/form/form.priv.h b/Source/CursesDialog/form/form.priv.h
index 3691f2f..889c6e4 100644
--- a/Source/CursesDialog/form/form.priv.h
+++ b/Source/CursesDialog/form/form.priv.h
@@ -34,7 +34,7 @@
#include "form.h"
/* get around odd bug on aCC and itanium */
-#if defined(__hpux) && defined(__ia64)
+#if defined(__hpux)
#define getmaxx __getmaxx
#define getmaxy __getmaxy
#endif