LIRC libraries
Linux Infrared Remote Control
config.h
1/* config.h. Generated from config.h.in by configure. */
2/* config.h.in. Generated from configure.ac by autoheader. */
3
4
5#ifndef ROOT_CONFIG_H
6#define ROOT_CONFIG_H
7#include "paths.h"
8
9
10/* type of argument 3 in getgrouplist() */
11#define GETGROUPS_T gid_t
12
13/* Define to 1 if `TIOCGWINSZ' requires <sys/ioctl.h>. */
14#define GWINSZ_IN_SYS_IOCTL 1
15
16/* Define to 1 if you have the <alsa/asoundlib.h> header file. */
17#define HAVE_ALSA_ASOUNDLIB_H 1
18
19/* Define if the ALSA library with SB RC support is installed */
20#define HAVE_ALSA_SB_RC 1
21
22/* Define to 1 if you have the `clock_gettime' function. */
23#define HAVE_CLOCK_GETTIME 1
24
25/* Define to 1 if you have the `daemon' function. */
26#define HAVE_DAEMON 1
27
28/* Define if the Linux input framwework is available */
29/* #undef HAVE_DEVINPUT */
30
31/* Define to 1 if you have the <dlfcn.h> header file. */
32#define HAVE_DLFCN_H 1
33
34/* Define to 1 if you have the <fcntl.h> header file. */
35#define HAVE_FCNTL_H 1
36
37/* Define if forkpty is available */
38#define HAVE_FORKPTY 1
39
40/* Define if the libftdi library is installed */
41#define HAVE_FTDI 1
42
43/* Define to 1 if you have the `gethostname' function. */
44#define HAVE_GETHOSTNAME 1
45
46/* Define to 1 if you have the `gettimeofday' function. */
47#define HAVE_GETTIMEOFDAY 1
48
49/* Define to 1 if you have the <inttypes.h> header file. */
50#define HAVE_INTTYPES_H 1
51
52/* Define to 1 if you have the <IOKit/IOCFPlugIn.h> header file. */
53/* #undef HAVE_IOKIT_IOCFPLUGIN_H */
54
55/* define if kernel-headers contains lirc.h */
56#define HAVE_KERNEL_LIRC_H 1
57
58/* Define if the ALSA library is installed */
59#define HAVE_LIBALSA 1
60
61/* Define if the portaudio library is installed */
62/* #undef HAVE_LIBPORTAUDIO */
63
64/* Define to 1 if you have the <libudev.h> header file. */
65#define HAVE_LIBUDEV_H 1
66
67/* Define if libusb is installed */
68/* #undef HAVE_LIBUSB */
69
70/* Define to 1 if you have the <libusb-1.0/libusb.h> header file. */
71#define HAVE_LIBUSB_1_0_LIBUSB_H 1
72
73/* Define to 1 if you have the <libusb.h> header file. */
74/* #undef HAVE_LIBUSB_H */
75
76/* Define to 1 if you have the <libutil.h> header file. */
77/* #undef HAVE_LIBUTIL_H */
78
79/* Define to 1 if you have the <limits.h> header file. */
80#define HAVE_LIMITS_H 1
81
82/* defined if Linux input interface is available */
83#define HAVE_LINUX_DEVINPUT 1
84
85/* defined if Linux hiddev HIDDEV_FLAG_UREF flag is available */
86#define HAVE_LINUX_HIDDEV_FLAG_UREF 1
87
88/* Define to 1 if you have the <linux/hiddev.h> header file. */
89#define HAVE_LINUX_HIDDEV_H 1
90
91/* Define to 1 if you have the <linux/i2c-dev.h> header file. */
92#define HAVE_LINUX_I2C_DEV_H 1
93
94/* Define to 1 if you have the <linux/input.h> header file. */
95#define HAVE_LINUX_INPUT_H 1
96
97/* Define to 1 if you have the <linux/ioctl.h> header file. */
98#define HAVE_LINUX_IOCTL_H 1
99
100/* Define to 1 if you have the <linux/lirc.h> header file. */
101#define HAVE_LINUX_LIRC_H 1
102
103/* defined if linux/sched.h is available */
104#define HAVE_LINUX_SCHED_H 1
105
106/* Define to 1 if you have the <linux/types.h> header file. */
107#define HAVE_LINUX_TYPES_H 1
108
109/* Define to 1 if you have the <mach/mach_time.h> header file. */
110/* #undef HAVE_MACH_MACH_TIME_H */
111
112/* Define to 1 if you have the <memory.h> header file. */
113#define HAVE_MEMORY_H 1
114
115/* Define to 1 if you have the `mkfifo' function. */
116#define HAVE_MKFIFO 1
117
118/* defined if poll() is available and seemingly without bugs */
119/* #undef HAVE_POLL_FINE */
120
121/* defined if poll.h is available */
122#define HAVE_POLL_H 1
123
124/* defined if pty.h is available */
125#define HAVE_PTY_H 1
126
127/* defined if SCSI API is available */
128#define HAVE_SCSI 1
129
130/* Define to 1 if you have the <scsi/sg.h> header file. */
131#define HAVE_SCSI_SG_H 1
132
133/* defined if select(2) is available */
134#define HAVE_SELECT 1
135
136/* Define to 1 if you have the `snprintf' function. */
137#define HAVE_SNPRINTF 1
138
139/* Define to 1 if you have the `socket' function. */
140#define HAVE_SOCKET 1
141
142/* defined if soundcard API is available */
143#define HAVE_SOUNDCARD 1
144
145/* Define to 1 if you have the <stdint.h> header file. */
146#define HAVE_STDINT_H 1
147
148/* Define to 1 if you have the <stdlib.h> header file. */
149#define HAVE_STDLIB_H 1
150
151/* Define to 1 if you have the `strdup' function. */
152#define HAVE_STRDUP 1
153
154/* Define to 1 if you have the `strerror' function. */
155#define HAVE_STRERROR 1
156
157/* Define to 1 if you have the <strings.h> header file. */
158#define HAVE_STRINGS_H 1
159
160/* Define to 1 if you have the <string.h> header file. */
161#define HAVE_STRING_H 1
162
163/* Define to 1 if you have the `strsep' function. */
164#define HAVE_STRSEP 1
165
166/* Define to 1 if you have the `strtoul' function. */
167#define HAVE_STRTOUL 1
168
169/* Define to 1 if you have the <syslog.h> header file. */
170#define HAVE_SYSLOG_H 1
171
172/* defined if systemd API is available */
173#define HAVE_SYSTEMD 1
174
175/* Define to 1 if you have the <sys/ioctl.h> header file. */
176#define HAVE_SYS_IOCTL_H 1
177
178/* defined if sys/poll.h is available */
179#define HAVE_SYS_POLL_H 1
180
181/* Define to 1 if you have the <sys/soundcard.h> header file. */
182#define HAVE_SYS_SOUNDCARD_H 1
183
184/* Define to 1 if you have the <sys/stat.h> header file. */
185#define HAVE_SYS_STAT_H 1
186
187/* Define to 1 if you have the <sys/time.h> header file. */
188#define HAVE_SYS_TIME_H 1
189
190/* Define to 1 if you have the <sys/types.h> header file. */
191#define HAVE_SYS_TYPES_H 1
192
193/* Define to 1 if you have the <unistd.h> header file. */
194#define HAVE_UNISTD_H 1
195
196/* Define to 1 if you have the <usb.h> header file. */
197#define HAVE_USB_H 1
198
199/* Define if util.h is installed */
200/* #undef HAVE_UTIL_H */
201
202/* Define to 1 if you have the `vsyslog' function. */
203#define HAVE_VSYSLOG 1
204
205/* Directory for device locks (usually /var/lock or /var/lock/lockdev) */
206#define LIRC_LOCKDIR "/var/lock/lockdev"
207
208/* Environment variable overriding options file path */
209#define LIRC_OPTIONS_VAR "LIRC_OPTIONS_PATH"
210
211/* Define to the sub-directory where libtool stores uninstalled libraries. */
212#define LT_OBJDIR ".libs/"
213
214/* Name of package */
215#define PACKAGE "lirc"
216
217/* Define to the address where bug reports for this package should be sent. */
218#define PACKAGE_BUGREPORT ""
219
220/* Define to the full name of this package. */
221#define PACKAGE_NAME "lirc"
222
223/* Define to the full name and version of this package. */
224#define PACKAGE_STRING "lirc 0.10.0"
225
226/* Define to the one symbol short name of this package. */
227#define PACKAGE_TARNAME "lirc"
228
229/* Define to the home page for this package. */
230#define PACKAGE_URL ""
231
232/* Define to the version of this package. */
233#define PACKAGE_VERSION "0.10.0"
234
235/* Path to shell, usually /bin/sh or /usr/bin/sh */
236#define SH_PATH "/usr/bin/sh"
237
238/* Define to 1 if you have the ANSI C header files. */
239#define STDC_HEADERS 1
240
241/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
242#define TIME_WITH_SYS_TIME 1
243
244/* Version number of package */
245#define VERSION "0.10.0"
246
247/* Numeric version, m.v.r => 10000 * m + 100 * v + r */
248#define VERSION_NODOTS 1000
249
250/* Define to 1 if the X Window System is missing or not being used. */
251/* #undef X_DISPLAY_MISSING */
252
253/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
254 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
255 #define below would cause a syntax error. */
256/* #undef _UINT32_T */
257
258/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
259 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
260 #define below would cause a syntax error. */
261/* #undef _UINT64_T */
262
263/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
264 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
265 #define below would cause a syntax error. */
266/* #undef _UINT8_T */
267
268/* Define to `__inline__' or `__inline' if that's what the C compiler
269 calls it, or to nothing if 'inline' is not supported under any name. */
270#ifndef __cplusplus
271/* #undef inline */
272#endif
273
274/* Define to the type of a signed integer type of width exactly 16 bits if
275 such a type exists and the standard includes do not define it. */
276/* #undef int16_t */
277
278/* Define to the type of a signed integer type of width exactly 32 bits if
279 such a type exists and the standard includes do not define it. */
280/* #undef int32_t */
281
282/* Define to the type of a signed integer type of width exactly 64 bits if
283 such a type exists and the standard includes do not define it. */
284/* #undef int64_t */
285
286/* Define to the type of a signed integer type of width exactly 8 bits if such
287 a type exists and the standard includes do not define it. */
288/* #undef int8_t */
289
290/* Define to `int' if <sys/types.h> does not define. */
291/* #undef pid_t */
292
293/* Define to `unsigned int' if <sys/types.h> does not define. */
294/* #undef size_t */
295
296/* Define to the type of an unsigned integer type of width exactly 16 bits if
297 such a type exists and the standard includes do not define it. */
298/* #undef uint16_t */
299
300/* Define to the type of an unsigned integer type of width exactly 32 bits if
301 such a type exists and the standard includes do not define it. */
302/* #undef uint32_t */
303
304/* Define to the type of an unsigned integer type of width exactly 64 bits if
305 such a type exists and the standard includes do not define it. */
306/* #undef uint64_t */
307
308/* Define to the type of an unsigned integer type of width exactly 8 bits if
309 such a type exists and the standard includes do not define it. */
310/* #undef uint8_t */
311
312
313#include "lirc/lirc_config.h"
314#endif // ROOT_CONFIG_H
315