mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 05:28:49 +00:00
[cmake] Add missing HAVE_CURSES_H #cmakedefine
This commit is contained in:
parent
fea1597a27
commit
a95a83b140
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue