[cmake] Add missing HAVE_CURSES_H #cmakedefine

This commit is contained in:
Mahmoud Al-Qudsi 2018-02-04 02:59:03 -06:00
parent fea1597a27
commit a95a83b140

View file

@ -40,6 +40,9 @@
/* Define to 1 if you have the `mkostemp' function. */
#cmakedefine HAVE_MKOSTEMP 1
/* Define to 1 if you have the <curses.h> header file. */
#cmakedefine HAVE_CURSES_H 1
/* Define to 1 if you have the <ncurses/curses.h> header file. */
#cmakedefine HAVE_NCURSES_CURSES_H 1