ccmake: Remove incomplete support for cur_colr on old HP-UX
Enable support for the more modern Xcurses.
This commit is contained in:
parent
d526ebc603
commit
ee3d06a41e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue