mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-22 16:20:23 +02:00
24173: fix thinko in 24171
This commit is contained in:
parent
4a49b78a0f
commit
176b4aeb54
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@
|
|||
#define USES_TERM_H 1
|
||||
#include "terminfo.mdh"
|
||||
|
||||
#if defined(HAVE_TIGETFLAG) && (defined(HAVE_CURSES_H) || defined(HAVE_NCURSES_H) || defined(HAVE_NCURSES_NCURSES_H) || defined(NCURSESW_NCURSES_H))
|
||||
#if defined(HAVE_TIGETFLAG) && (defined(HAVE_CURSES_H) || defined(HAVE_NCURSES_H) || defined(HAVE_NCURSES_NCURSES_H) || defined(HAVE_NCURSESW_NCURSES_H))
|
||||
# define USE_TERMINFO_MODULE 1
|
||||
#else
|
||||
# undef USE_TERMINFO_MODULE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue