mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 06:09:52 -06:00
ccmake: Remove incomplete support for cur_colr on old HP-UX
Enable support for the more modern Xcurses.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user