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"
|
#include "form.h"
|
||||||
|
|
||||||
/* get around odd bug on aCC and itanium */
|
/* get around odd bug on aCC and itanium */
|
||||||
#if defined(__hpux) && defined(__ia64)
|
#if defined(__hpux)
|
||||||
#define getmaxx __getmaxx
|
#define getmaxx __getmaxx
|
||||||
#define getmaxy __getmaxy
|
#define getmaxy __getmaxy
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue