From a95a83b1407b0358c7a645094d3edfddda53a5f6 Mon Sep 17 00:00:00 2001 From: Mahmoud Al-Qudsi Date: Sun, 4 Feb 2018 02:59:03 -0600 Subject: [PATCH] [cmake] Add missing HAVE_CURSES_H #cmakedefine --- config_cmake.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config_cmake.h.in b/config_cmake.h.in index c38807eb4..f5e186c43 100644 --- a/config_cmake.h.in +++ b/config_cmake.h.in @@ -40,6 +40,9 @@ /* Define to 1 if you have the `mkostemp' function. */ #cmakedefine HAVE_MKOSTEMP 1 +/* Define to 1 if you have the header file. */ +#cmakedefine HAVE_CURSES_H 1 + /* Define to 1 if you have the header file. */ #cmakedefine HAVE_NCURSES_CURSES_H 1