|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2] autoconf: add check for curses library
Roger Pau Monne writes ("[PATCH v2] autoconf: add check for curses library"):
> autoconf: add check for curses library
...
> +#include <config.h>
This is definitely going in the right direction, thanks.
> +#if defined(HAVE_NCURSES_H)
> +#include <ncurses.h>
> +#elif defined(HAVE_CURSES_H)
> #include <curses.h>
> +#endif
How about
#include INCLUDE_CURSES_H
where INCLUDE_CURSES_H comes from config.h ?
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |