drivers/wifi: Remove unnecessary data structure copy
[coreboot2.git] / payloads / libpayload / curses / PDCurses / x11 / ncurses_cfg.h
blobe4b74e3ab4f89586f46bdbeeefa9b76bf86a2523
1 /* $Id: ncurses_cfg.h,v 1.8 2006/12/28 01:02:03 wmcbrine Exp $
3 * This file is only used with the ncurses test programs.
5 * Have ncurses-5.6 unpacked in your $(HOME) (you don't need to build
6 * it), or edit ncurses_testdir appropriately in the Makefile. Configure
7 * and build PDCurses for X11. (Sorry, other ports won't work yet.)
8 * Change to this directory, and:
10 * "make ncurses_tests" to start.
11 * "make ncurses_clean" when you're done.
13 * Builds: bs gdc hanoi knight tclock ncurses
16 #define NCURSES_MOUSE_VERSION 2
18 #include "../config.h"
19 #include <curses.h>
21 #define ExitProgram exit
23 #define HAVE_CURSES_VERSION 1
24 #define HAVE_GETBEGX 1
25 #define HAVE_GETCURX 1
26 #define HAVE_GETMAXX 1
27 #define HAVE_GETNSTR 1
28 #define HAVE_GETTIMEOFDAY 1
29 #define HAVE_GETWIN 1
30 #define HAVE_LIBPANEL 1
31 #define HAVE_LOCALE_H 1
32 #define HAVE_NAPMS 1
33 #define HAVE_PANEL_H 1
34 #define HAVE_PUTWIN 1
35 #define HAVE_SLK_COLOR 1
36 #define HAVE_SLK_INIT 1
37 #define HAVE_WRESIZE 1
39 #ifdef PDC_WIDE
40 # define USE_WIDEC_SUPPORT 1
41 #endif
43 /* Fool ncurses.c so it gives us all the tests, and doesn't redefine
44 ACS_ chars
47 #define NCURSES_VERSION PDCURSES