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