1
0
Fork 0
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:
Clint Adams 2007-12-07 03:15:17 +00:00
parent 4a49b78a0f
commit 176b4aeb54
2 changed files with 2 additions and 2 deletions

View file

@ -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