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