mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
8 lines
128 B
C
8 lines
128 B
C
#ifdef __hpux
|
|
#define _XOPEN_SOURCE_EXTENDED
|
|
#define _BOOL_DEFINED
|
|
#endif /* __hpux */
|
|
|
|
#include <curses.h>
|
|
#include <form.h>
|