Merge topic 'ccmake-aix-curses'

d91d9ec431 ccmake: Restore compilation with AIX curses.h

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Merge-request: !8001
This commit is contained in:
Brad King
2022-12-08 12:57:47 +00:00
committed by Kitware Robot

View File

@@ -54,6 +54,9 @@
# if defined(__hpux) && !defined(HAVE__XOPEN_SOURCE_EXTENDED)
# undef _XOPEN_SOURCE_EXTENDED
# endif
/* Some curses/term headers define lower-case macros that
conflict with our source code. Undefine them. */
# undef newline
# endif
#include <eti.h>