libpayload: Add PDCurses and ncurses' libform/libmenu
[coreboot.git] / payloads / libpayload / curses / pdcurses-backend / config.h
1 /* config.h.  Generated from config.h.in by configure.  */
2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3
4 /* Define if you have the <DECkeySym.h> header file */
5 /* #undef HAVE_DECKEYSYM_H */
6
7 /* Define to 1 if you have the <dlfcn.h> header file. */
8 /* #undef HAVE_DLFCN_H */
9
10 /* Define to 1 if you have the <dl.h> header file. */
11 /* #undef HAVE_DL_H */
12
13 /* Define to 1 if you have the <fcntl.h> header file. */
14 /* #undef HAVE_FCNTL_H */
15
16 /* Define to 1 if you have the <inttypes.h> header file. */
17 #define HAVE_INTTYPES_H 1
18
19 /* Define to 1 if you have the <memory.h> header file. */
20 #define HAVE_MEMORY_H 1
21
22 /* Define to 1 if you have the `poll' function. */
23 /* #undef HAVE_POLL */
24
25 /* Define to 1 if you have the <stdint.h> header file. */
26 #define HAVE_STDINT_H 1
27
28 /* Define to 1 if you have the <stdlib.h> header file. */
29 #define HAVE_STDLIB_H 1
30
31 /* Define to 1 if you have the <strings.h> header file. */
32 #define HAVE_STRINGS_H 1
33
34 /* Define to 1 if you have the <string.h> header file. */
35 #define HAVE_STRING_H 1
36
37 /* Define if you have the <Sunkeysym.h> header file */
38 /* #undef HAVE_SUNKEYSYM_H */
39
40 /* Define to 1 if you have the <sys/select.h> header file. */
41 /* #undef HAVE_SYS_SELECT_H */
42
43 /* Define to 1 if you have the <sys/stat.h> header file. */
44 /* #undef HAVE_SYS_STAT_H */
45
46 /* Define to 1 if you have the <sys/time.h> header file. */
47 /* #undef HAVE_SYS_TIME_H */
48
49 /* Define to 1 if you have the <sys/types.h> header file. */
50 #define HAVE_SYS_TYPES_H 1
51
52 /* Define to 1 if you have the <unistd.h> header file. */
53 #define HAVE_UNISTD_H 1
54
55 /* Define to 1 if you have the `usleep' function. */
56 #define HAVE_USLEEP 1
57
58 /* Define to 1 if you have the `vsnprintf' function. */
59 #define HAVE_VSNPRINTF 1
60
61 /* Define to 1 if you have the `vsscanf' function. */
62 #define HAVE_VSSCANF 1
63
64 /* Define if you have this defined in <keysym.h> */
65 /* #undef HAVE_XK_KP_BEGIN */
66
67 /* Define if you have this defined in <keysym.h> */
68 /* #undef HAVE_XK_KP_DELETE */
69
70 /* Define if you have this defined in <keysym.h> */
71 /* #undef HAVE_XK_KP_DOWN */
72
73 /* Define if you have this defined in <keysym.h> */
74 /* #undef HAVE_XK_KP_END */
75
76 /* Define if you have this defined in <keysym.h> */
77 /* #undef HAVE_XK_KP_HOME */
78
79 /* Define if you have this defined in <keysym.h> */
80 /* #undef HAVE_XK_KP_INSERT */
81
82 /* Define if you have this defined in <keysym.h> */
83 /* #undef HAVE_XK_KP_LEFT */
84
85 /* Define if you have this defined in <keysym.h> */
86 /* #undef HAVE_XK_KP_NEXT */
87
88 /* Define if you have this defined in <keysym.h> */
89 /* #undef HAVE_XK_KP_PRIOR */
90
91 /* Define if you have this defined in <keysym.h> */
92 /* #undef HAVE_XK_KP_RIGHT */
93
94 /* Define if you have this defined in <keysym.h> */
95 /* #undef HAVE_XK_KP_UP */
96
97 /* Define if you have the <xpm.h> header file */
98 /* #undef HAVE_XPM_H */
99
100 /* Define to the address where bug reports for this package should be sent. */
101 #define PACKAGE_BUGREPORT "coreboot@coreboot.org"
102
103 /* Define to the full name of this package. */
104 #define PACKAGE_NAME "PDCurses"
105
106 /* Define to the full name and version of this package. */
107 #define PACKAGE_STRING "PDCurses 3.4+libpayload"
108
109 /* Define to the one symbol short name of this package. */
110 #define PACKAGE_TARNAME "PDCurses"
111
112 /* Define to the version of this package. */
113 #define PACKAGE_VERSION "3.4+libpayload"
114
115 /* Define as the system defined limit for number of signals */
116 #define PDC_MAX_SIGNALS NSIG
117
118 /* Define as the return type of signal handlers (`int' or `void'). */
119 #define RETSIGTYPE void
120
121 /* Define to 1 if you have the ANSI C header files. */
122 #define STDC_HEADERS 1
123
124 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
125 #define TIME_WITH_SYS_TIME 1
126
127 /* Define if you want to use neXtaw library */
128 /* #undef USE_NEXTAW */
129
130 /* Define if you want to use Xaw3d library */
131 /* #undef USE_XAW3D */
132
133 /* Define XPointer is typedefed in X11/Xlib.h */
134 /* #undef XPOINTER_TYPEDEFED */