ccmake: Remove incomplete support for cur_colr on old HP-UX

Enable support for the more modern Xcurses.
This commit is contained in:
Ådne Hovda 2014-11-17 13:24:40 +01:00 committed by Brad King
parent d526ebc603
commit ee3d06a41e
1 changed files with 1 additions and 1 deletions

View File

@ -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