mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 05:16:05 +01:00
24110: change ncurses includes again
This commit is contained in:
parent
249b8a2190
commit
846a8b9075
2 changed files with 8 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-11-21 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* 24110: Src/Modules/curses.c: change those includes yet again.
|
||||
|
||||
2007-11-20 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* 24108 plus yet another tweak: configure.ac: the test
|
||||
|
|
|
@ -49,11 +49,11 @@
|
|||
# ifdef HAVE_NCURSESW_NCURSES_H
|
||||
# include <ncursesw/ncurses.h>
|
||||
# else
|
||||
# ifdef HAVE_NCURSES_H
|
||||
# include <ncurses.h>
|
||||
# ifdef HAVE_NCURSES_NCURSES_H
|
||||
# include <ncurses/ncurses.h>
|
||||
# else
|
||||
# ifdef HAVE_NCURSES_NCURSES_H
|
||||
# include <ncurses/ncurses.h>
|
||||
# ifdef HAVE_NCURSES_H
|
||||
# include <ncurses.h>
|
||||
# else
|
||||
# ifdef HAVE_CURSES_H
|
||||
# include <curses.h>
|
||||
|
|
Loading…
Reference in a new issue