Imported Upstream version 2.2.0
[deb_libcec.git] / config.h.in
CommitLineData
cbbe90dd
JB
1/* config.h.in. Generated from configure.ac by autoheader. */
2
3#pragma once
4
5/* "generate libCEC debug output" */
6#undef CEC_DEBUGGING
7
8/* Define to 1 if you have the `accept' function. */
9#undef HAVE_ACCEPT
10
11/* Define to 1 if you have the `bind' function. */
12#undef HAVE_BIND
13
14/* Define to 1 if you have the `cfsetispeed' function. */
15#undef HAVE_CFSETISPEED
16
17/* Define to 1 if you have the `cfsetospeed' function. */
18#undef HAVE_CFSETOSPEED
19
20/* Define to 1 if you have the `close' function. */
21#undef HAVE_CLOSE
22
23/* Define to 1 if you have the `connect' function. */
24#undef HAVE_CONNECT
25
26/* Define to 1 if you have the `dlclose' function. */
27#undef HAVE_DLCLOSE
28
29/* Define to 1 if you have the <dlfcn.h> header file. */
30#undef HAVE_DLFCN_H
31
32/* Define to 1 if you have the `dlopen' function. */
33#undef HAVE_DLOPEN
34
35/* Define to 1 if you have the `dlsym' function. */
36#undef HAVE_DLSYM
37
38/* Define to 1 to include Exynos support */
39#undef HAVE_EXYNOS_API
40
41/* Define to 1 if you have the `fcntl' function. */
42#undef HAVE_FCNTL
43
44/* Define to 1 if you have the `freeaddrinfo' function. */
45#undef HAVE_FREEADDRINFO
46
47/* Define to 1 if you have the `getaddrinfo' function. */
48#undef HAVE_GETADDRINFO
49
50/* Define to 1 if you have the `getsockopt' function. */
51#undef HAVE_GETSOCKOPT
52
53/* Define to 1 if you have the <inttypes.h> header file. */
54#undef HAVE_INTTYPES_H
55
56/* Define to 1 if you have the `bcm_host' library (-lbcm_host). */
57#undef HAVE_LIBBCM_HOST
58
59/* Define to 1 if you have the `lockdev' library (-llockdev). */
60#undef HAVE_LIBLOCKDEV
61
62/* Define to 1 if libudev is installed */
63#undef HAVE_LIBUDEV
64
65/* Define to 1 if you have the `X11' library (-lX11). */
66#undef HAVE_LIBX11
67
68/* Define to 1 if you have the `Xrandr' library (-lXrandr). */
69#undef HAVE_LIBXRANDR
70
71/* Define to 1 if you have the `listen' function. */
72#undef HAVE_LISTEN
73
74/* Define to 1 if liblockdev is installed */
75#undef HAVE_LOCKDEV
76
77/* Define to 1 if you have the <memory.h> header file. */
78#undef HAVE_MEMORY_H
79
80/* Define to 1 if you have the `memset' function. */
81#undef HAVE_MEMSET
82
83/* Define to 1 if you have the `open' function. */
84#undef HAVE_OPEN
85
86/* Define to 1 to include support for the Pulse-Eight USB-CEC Adapter */
87#undef HAVE_P8_USB
88
89/* Define to 1 to include autodetection support for the Pulse-Eight USB-CEC
90 Adapter */
91#undef HAVE_P8_USB_DETECT
92
93/* Define to 1 if you have the `poll' function. */
94#undef HAVE_POLL
95
96/* Define to 1 if you have the `pthread_cond_broadcast' function. */
97#undef HAVE_PTHREAD_COND_BROADCAST
98
99/* Define to 1 if you have the `pthread_cond_destroy' function. */
100#undef HAVE_PTHREAD_COND_DESTROY
101
102/* Define to 1 if you have the `pthread_cond_init' function. */
103#undef HAVE_PTHREAD_COND_INIT
104
105/* Define to 1 if you have the `pthread_cond_signal' function. */
106#undef HAVE_PTHREAD_COND_SIGNAL
107
108/* Define to 1 if you have the `pthread_cond_timedwait' function. */
109#undef HAVE_PTHREAD_COND_TIMEDWAIT
110
111/* Define to 1 if you have the `pthread_cond_wait' function. */
112#undef HAVE_PTHREAD_COND_WAIT
113
114/* Define to 1 if you have the `pthread_mutexattr_init' function. */
115#undef HAVE_PTHREAD_MUTEXATTR_INIT
116
117/* Define to 1 to include support for the X11 randr extension */
118#undef HAVE_RANDR
119
120/* Define to 1 if you have the `read' function. */
121#undef HAVE_READ
122
123/* Define to 1 if you have the `recv' function. */
124#undef HAVE_RECV
125
126/* Define to 1 to include RPi support */
127#undef HAVE_RPI_API
128
129/* Define to 1 if you have the `sched_yield' function. */
130#undef HAVE_SCHED_YIELD
131
132/* Define to 1 if you have the `select' function. */
133#undef HAVE_SELECT
134
135/* Define to 1 if you have the `send' function. */
136#undef HAVE_SEND
137
138/* Define to 1 if you have the `setsockopt' function. */
139#undef HAVE_SETSOCKOPT
140
141/* Define to 1 if you have the `shutdown' function. */
142#undef HAVE_SHUTDOWN
143
144/* Define to 1 if you have the `socket' function. */
145#undef HAVE_SOCKET
146
147/* Define to 1 if you have the `sprintf' function. */
148#undef HAVE_SPRINTF
149
150/* Define to 1 if you have the <stdint.h> header file. */
151#undef HAVE_STDINT_H
152
153/* Define to 1 if you have the <stdlib.h> header file. */
154#undef HAVE_STDLIB_H
155
156/* Define to 1 if you have the `strerror' function. */
157#undef HAVE_STRERROR
158
159/* Define to 1 if you have the <strings.h> header file. */
160#undef HAVE_STRINGS_H
161
162/* Define to 1 if you have the <string.h> header file. */
163#undef HAVE_STRING_H
164
165/* Define to 1 if you have the <sys/stat.h> header file. */
166#undef HAVE_SYS_STAT_H
167
168/* Define to 1 if you have the <sys/types.h> header file. */
169#undef HAVE_SYS_TYPES_H
170
171/* Define to 1 if you have the `tcgetattr' function. */
172#undef HAVE_TCGETATTR
173
174/* Define to 1 if you have the `tcsetattr' function. */
175#undef HAVE_TCSETATTR
176
177/* Define to 1 to include CuBox support */
178#undef HAVE_TDA995X_API
179
180/* Define to 1 if you have the <unistd.h> header file. */
181#undef HAVE_UNISTD_H
182
183/* Define to 1 if you have the `write' function. */
184#undef HAVE_WRITE
185
186/* "information about how libCEC was compiled" */
187#undef LIB_INFO
188
189/* Define to the sub-directory in which libtool stores uninstalled libraries.
190 */
191#undef LT_OBJDIR
192
193/* Name of package */
194#undef PACKAGE
195
196/* Define to the address where bug reports for this package should be sent. */
197#undef PACKAGE_BUGREPORT
198
199/* Define to the full name of this package. */
200#undef PACKAGE_NAME
201
202/* Define to the full name and version of this package. */
203#undef PACKAGE_STRING
204
205/* Define to the one symbol short name of this package. */
206#undef PACKAGE_TARNAME
207
208/* Define to the home page for this package. */
209#undef PACKAGE_URL
210
211/* Define to the version of this package. */
212#undef PACKAGE_VERSION
213
214/* Define to 1 to exclude locale support */
215#undef SS_NO_LOCALE
216
217/* Define to 1 if you have the ANSI C header files. */
218#undef STDC_HEADERS
219
220/* Darwin target */
221#undef TARGET_DARWIN
222
223/* Version number of package */
224#undef VERSION