1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3
4/* device file names - beneath DEVDIR (default /dev) */
5#define DEV_LIRC	"lirc"
6#define DEV_LIRCD	"lircd"
7#define DEV_LIRCM	"lircm"
8
9/* config file names - beneath SYSCONFDIR (default /etc) */
10#define CFG_LIRCD	"lircd.conf"
11#define CFG_LIRCM	"lircmd.conf"
12
13/* config file names - beneath $HOME or SYSCONFDIR */
14#define CFG_LIRCRC	"lircrc"
15
16/* log files */
17#define LOG_LIRCD	"lircd"
18#define LOG_LIRMAND	"lirmand"
19
20/* pid file */
21#define PID_LIRCD       "lircd.pid"
22
23/* default port number */
24#define	LIRC_INET_PORT	8765
25
26
27/* Define to run daemons as daemons */
28#undef DAEMONIZE
29
30/* Define to enable debugging output */
31#undef DEBUG
32
33/* device files directory */
34#undef DEVDIR
35
36/* Define to use dynamic IR codes */
37#undef DYNCODES
38
39/* Define to 1 if you have the <alsa/asoundlib.h> header file. */
40#undef HAVE_ALSA_ASOUNDLIB_H
41
42/* Define if the ALSA library with SB RC support is installed */
43#undef HAVE_ALSA_SB_RC
44
45/* Define to 1 if you have the `daemon' function. */
46#undef HAVE_DAEMON
47
48/* Define to 1 if you have the <dlfcn.h> header file. */
49#undef HAVE_DLFCN_H
50
51/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
52#undef HAVE_DOPRNT
53
54/* Define to 1 if you have the <fcntl.h> header file. */
55#undef HAVE_FCNTL_H
56
57/* Define if forkpty is available */
58#undef HAVE_FORKPTY
59
60/* Define if the libftdi library is installed */
61#undef HAVE_FTDI
62
63/* Define to 1 if you have the `gethostname' function. */
64#undef HAVE_GETHOSTNAME
65
66/* Define to 1 if you have the `getopt_long' function. */
67#undef HAVE_GETOPT_LONG
68
69/* Define to 1 if you have the `gettimeofday' function. */
70#undef HAVE_GETTIMEOFDAY
71
72/* Define if the iguanaIR library is installed */
73#undef HAVE_IGUANAIR
74
75/* Define to 1 if you have the <inttypes.h> header file. */
76#undef HAVE_INTTYPES_H
77
78/* Define if the ALSA library is installed */
79#undef HAVE_LIBALSA
80
81/* Define if the caraca library is installed */
82#undef HAVE_LIBCARACA
83
84/* Define if the libirman library is installed */
85#undef HAVE_LIBIRMAN
86
87/* Define if the software only test version of libirman is installed */
88#undef HAVE_LIBIRMAN_SW
89
90/* Define if the portaudio library is installed */
91#undef HAVE_LIBPORTAUDIO
92
93/* Define if libusb is installed */
94#undef HAVE_LIBUSB
95
96/* Define if the complete vga libraries (vga, vgagl) are installed */
97#undef HAVE_LIBVGA
98
99/* Define to 1 if you have the <limits.h> header file. */
100#undef HAVE_LIMITS_H
101
102/* defined if Linux input interface is available */
103#undef HAVE_LINUX_DEVINPUT
104
105/* defined if Linux hiddev HIDDEV_FLAG_UREF flag is available */
106#undef HAVE_LINUX_HIDDEV_FLAG_UREF
107
108/* Define to 1 if you have the <linux/hiddev.h> header file. */
109#undef HAVE_LINUX_HIDDEV_H
110
111/* Define to 1 if you have the <linux/i2c-dev.h> header file. */
112#undef HAVE_LINUX_I2C_DEV_H
113
114/* Define to 1 if you have the <linux/input.h> header file. */
115#undef HAVE_LINUX_INPUT_H
116
117/* Define to 1 if you have the <linux/types.h> header file. */
118#undef HAVE_LINUX_TYPES_H
119
120/* Define to 1 if you have the <memory.h> header file. */
121#undef HAVE_MEMORY_H
122
123/* Define to 1 if you have the `mkfifo' function. */
124#undef HAVE_MKFIFO
125
126/* Define to 1 if you have the <portaudio.h> header file. */
127#undef HAVE_PORTAUDIO_H
128
129/* defined if SCSI API is available */
130#undef HAVE_SCSI
131
132/* Define to 1 if you have the <scsi/sg.h> header file. */
133#undef HAVE_SCSI_SG_H
134
135/* Define to 1 if you have the `select' function. */
136#undef HAVE_SELECT
137
138/* Define to 1 if you have the `snprintf' function. */
139#undef HAVE_SNPRINTF
140
141/* Define to 1 if you have the `socket' function. */
142#undef HAVE_SOCKET
143
144/* defined if soundcard API is available */
145#undef HAVE_SOUNDCARD
146
147/* Define to 1 if you have the <stdint.h> header file. */
148#undef HAVE_STDINT_H
149
150/* Define to 1 if you have the <stdlib.h> header file. */
151#undef HAVE_STDLIB_H
152
153/* Define to 1 if you have the `strdup' function. */
154#undef HAVE_STRDUP
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 `strsep' function. */
166#undef HAVE_STRSEP
167
168/* Define to 1 if you have the `strtoul' function. */
169#undef HAVE_STRTOUL
170
171/* Define to 1 if you have the <syslog.h> header file. */
172#undef HAVE_SYSLOG_H
173
174/* Define to 1 if you have the <sys/ioctl.h> header file. */
175#undef HAVE_SYS_IOCTL_H
176
177/* Define to 1 if you have the <sys/soundcard.h> header file. */
178#undef HAVE_SYS_SOUNDCARD_H
179
180/* Define to 1 if you have the <sys/stat.h> header file. */
181#undef HAVE_SYS_STAT_H
182
183/* Define to 1 if you have the <sys/time.h> header file. */
184#undef HAVE_SYS_TIME_H
185
186/* Define to 1 if you have the <sys/types.h> header file. */
187#undef HAVE_SYS_TYPES_H
188
189/* Define to 1 if you have the <unistd.h> header file. */
190#undef HAVE_UNISTD_H
191
192/* Define to 1 if you have the `vprintf' function. */
193#undef HAVE_VPRINTF
194
195/* define if you have vsyslog( prio, fmt, va_arg ) */
196#undef HAVE_VSYSLOG
197
198/* The name of the hw_* structure to use by default */
199#undef HW_DEFAULT
200
201/* Text string signifying which driver is configured */
202#undef LIRC_DRIVER
203
204/* Define to include most drivers */
205#undef LIRC_DRIVER_ANY
206
207/* Define if devfs support is present in current kernel */
208#undef LIRC_HAVE_DEVFS
209
210/* Define if your iMON is an LCD and not a VFD. */
211#undef LIRC_IMON_LCD
212
213/* Set the IRQ for the lirc driver */
214#undef LIRC_IRQ
215
216/* Set the default tty used by the drivers accessing /dev/ttyX */
217#undef LIRC_IRTTY
218
219/* Define if you want to cross-compile for the SA1100 */
220#undef LIRC_ON_SA1100
221
222/* Set the port address for the lirc driver */
223#undef LIRC_PORT
224
225/* Define if you have an animax serial port receiver */
226#undef LIRC_SERIAL_ANIMAX
227
228/* Define if you have an Igor Cesko receiver */
229#undef LIRC_SERIAL_IGOR
230
231/* Define if you have an IRdeo serial port receiver */
232#undef LIRC_SERIAL_IRDEO
233
234/* Define if you have an IRdeo remote transmitter */
235#undef LIRC_SERIAL_IRDEO_REMOTE
236
237/* Define if you have a Linksys NSLU2 and use CTS2+GreenLED */
238#undef LIRC_SERIAL_NSLU2
239
240/* Define if the software needs to generate the carrier frequency */
241#undef LIRC_SERIAL_SOFTCARRIER
242
243/* Define if you have a IR diode connected to the serial port */
244#undef LIRC_SERIAL_TRANSMITTER
245
246/* Define if you want to use a Actisys Act200L */
247#undef LIRC_SIR_ACTISYS_ACT200L
248
249/* Define if you want to use a Actisys Act220L */
250#undef LIRC_SIR_ACTISYS_ACT220L
251
252/* Define if you want to use a Tekram Irmate 210 */
253#undef LIRC_SIR_TEKRAM
254
255/* syslog facility to use */
256#undef LIRC_SYSLOG
257
258/* Set the timer for the parallel port driver */
259#undef LIRC_TIMER
260
261/* modifiable single-machine data */
262#undef LOCALSTATEDIR
263
264/* Define to the sub-directory in which libtool stores uninstalled libraries.
265   */
266#undef LT_OBJDIR
267
268/* define in maintainer mode */
269#undef MAINTAINER_MODE
270
271/* Define to 1 if your C compiler doesn't accept -c and -o together. */
272#undef NO_MINUS_C_MINUS_O
273
274/* Name of package */
275#undef PACKAGE
276
277/* Define to the address where bug reports for this package should be sent. */
278#undef PACKAGE_BUGREPORT
279
280/* Define to the full name of this package. */
281#undef PACKAGE_NAME
282
283/* Define to the full name and version of this package. */
284#undef PACKAGE_STRING
285
286/* Define to the one symbol short name of this package. */
287#undef PACKAGE_TARNAME
288
289/* Define to the version of this package. */
290#undef PACKAGE_VERSION
291
292/* Define as the return type of signal handlers (`int' or `void'). */
293#undef RETSIGTYPE
294
295/* Define to 1 if you have the ANSI C header files. */
296#undef STDC_HEADERS
297
298/* system configuration directory */
299#undef SYSCONFDIR
300
301/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
302#undef TIME_WITH_SYS_TIME
303
304/* Define to 1 if your <sys/time.h> declares `struct tm'. */
305#undef TM_IN_SYS_TIME
306
307/* define if you want to log to syslog instead of logfile */
308#undef USE_SYSLOG
309
310/* /var/run */
311#undef VARRUNDIR
312
313/* Version number of package */
314#undef VERSION
315
316/* Define to 1 if the X Window System is missing or not being used. */
317#undef X_DISPLAY_MISSING
318
319/* Define to empty if `const' does not conform to ANSI C. */
320#undef const
321
322/* Define to `__inline__' or `__inline' if that's what the C compiler
323   calls it, or to nothing if 'inline' is not supported under any name.  */
324#ifndef __cplusplus
325#undef inline
326#endif
327
328/* Define to `long int' if <sys/types.h> does not define. */
329#undef off_t
330
331/* Define to `int' if <sys/types.h> does not define. */
332#undef pid_t
333
334/* Define to `unsigned int' if <sys/types.h> does not define. */
335#undef size_t
336
337
338#ifdef LIRC_HAVE_DEVFS
339#define LIRC_DRIVER_DEVICE	DEVDIR "/" DEV_LIRC "/0"
340#else
341#define LIRC_DRIVER_DEVICE      DEVDIR "/" DEV_LIRC
342#endif /* LIRC_HAVE_DEVFS */
343
344#define LIRCD			VARRUNDIR "/" PACKAGE "/" DEV_LIRCD
345#define LIRCM			VARRUNDIR "/" PACKAGE "/" DEV_LIRCM
346
347#define LIRCDCFGFILE		SYSCONFDIR "/" PACKAGE "/" CFG_LIRCD
348#define LIRCMDCFGFILE		SYSCONFDIR "/" PACKAGE "/" CFG_LIRCM
349
350#define LIRCDOLDCFGFILE		SYSCONFDIR "/" CFG_LIRCD
351#define LIRCMDOLDCFGFILE	SYSCONFDIR "/" CFG_LIRCM
352
353#define LIRCRC_USER_FILE	"." CFG_LIRCRC
354#define LIRCRC_ROOT_FILE	SYSCONFDIR "/" PACKAGE "/" CFG_LIRCRC
355#define LIRCRC_OLD_ROOT_FILE	SYSCONFDIR "/" CFG_LIRCRC
356
357#define LOGFILE			LOCALSTATEDIR "/log/" LOG_LIRCD
358#define LIRMAND_LOGFILE		LOCALSTATEDIR "/log/" LOG_LIRMAND
359
360#define PIDFILE                 VARRUNDIR "/" PACKAGE "/" PID_LIRCD
361
362#define LIRC_RELEASE_SUFFIX     "_UP"
363
364