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