/* config.h. Generated automatically by configure. */ /* config.h.in. Generated from configure.in by autoheader. */ /* $Id: acconfig.h,v 5.35 2005/12/26 09:51:57 lirc Exp $ */ /* * are you editing the correct file? * * acconfig.h - changes for distribution * you must run autoheader / configure * config.h.in - changes specific to your installation * these will be lost if you run autoheader * config.h - changes to this configuration * these will be lost if you run configure */ /* note. * if you want to change silly things like the device file names or the * configuration file names then remember you may also need to change * the Makefile.am files. */ /* device file names - beneath DEVDIR (default /dev) */ #define DEV_LIRC "lirc" #define DEV_LIRCD "lircd" #define DEV_LIRCM "lircm" /* config file names - beneath SYSCONFDIR (default /etc) */ #define CFG_LIRCD "lircd.conf" #define CFG_LIRCM "lircmd.conf" /* config file names - beneath $HOME or SYSCONFDIR */ #define CFG_LIRCRC "lircrc" /* log files */ #define LOG_LIRCD "lircd" #define LOG_LIRMAND "lirmand" /* pid file */ #define PID_LIRCD "lircd.pid" /* default port number */ #define LIRC_INET_PORT 8765 /* * below here are defines managed by autoheader / autoconf */ /* define in maintainer mode */ /* #undef MAINTAINER_MODE */ /* Define to use long long IR codes */ #define LONG_IR_CODE 1 /* Define to use dynamic IR codes */ /* #undef DYNCODES */ /* Define to enable debugging output */ /* #undef DEBUG */ /* Define to run daemons as daemons */ #define DAEMONIZE 1 /* Define if forkpty is available */ #define HAVE_FORKPTY 1 /* Define if the caraca library is installed */ /* #undef HAVE_LIBCARACA */ /* Define if the libirman library is installed */ /* #undef HAVE_LIBIRMAN */ /* Define if the software only test version of libirman is installed */ /* #undef HAVE_LIBIRMAN_SW */ /* Define if the portaudio library is installed */ /* #undef HAVE_LIBPORTAUDIO */ /* Define if the ALSA library is installed */ /* #undef HAVE_LIBALSA */ /* Define if the ALSA library with SB RC support is installed */ /* #undef HAVE_ALSA_SB_RC */ /* Define if libusb is installed */ #define HAVE_LIBUSB 1 /* Define if the complete vga libraries (vga, vgagl) are installed */ /* #undef HAVE_LIBVGA */ /* defined if Linux input interface is available */ /* #undef HAVE_LINUX_DEVINPUT */ /* defined if SCSI API is available */ /* #undef HAVE_SCSI */ /* defined if soundcard API is available */ /* #undef HAVE_SOUNDCARD */ /* define if you have vsyslog( prio, fmt, va_arg ) */ #define HAVE_VSYSLOG 1 /* define if you want to log to syslog instead of logfile */ /* #undef USE_SYSLOG */ /* Text string signifying which driver is configured */ #define LIRC_DRIVER "dvico" /* Set the device major for the lirc driver */ #define LIRC_MAJOR 61 /* Set the IRQ for the lirc driver */ /* #undef LIRC_IRQ */ /* Set the port address for the lirc driver */ /* #undef LIRC_PORT */ /* Set the timer for the parallel port driver */ /* #undef LIRC_TIMER */ /* Define if you want to use lirc_it87 with an Asus Digimatrix */ /* #undef LIRC_IT87_DIGIMATRIX */ /* Define if you have an animax serial port receiver */ /* #undef LIRC_SERIAL_ANIMAX */ /* Define if you have a IR diode connected to the serial port */ /* #undef LIRC_SERIAL_TRANSMITTER */ /* Define if the software needs to generate the carrier frequency */ #define LIRC_SERIAL_SOFTCARRIER 1 /* Define if you have an IRdeo serial port receiver */ /* #undef LIRC_SERIAL_IRDEO */ /* Define if you have an IRdeo remote transmitter */ /* #undef LIRC_SERIAL_IRDEO_REMOTE */ /* Define if you have an Igor Cesko receiver */ /* #undef LIRC_SERIAL_IGOR */ /* Define if you have a Linksys NSLU2 and use CTS2+GreenLED */ /* #undef LIRC_SERIAL_NSLU2 */ /* Define if you want to cross-compile for the SA1100 */ /* #undef LIRC_ON_SA1100 */ /* Define if you want to use a Tekram Irmate 210 */ /* #undef LIRC_SIR_TEKRAM */ /* Define if you want to use a Actisys Act200L */ /* #undef LIRC_SIR_ACTISYS_ACT200L */ /* Define if you want to use a Actisys Act220L */ /* #undef LIRC_SIR_ACTISYS_ACT220L */ /* Define if devfs support is present in current kernel */ /* #undef LIRC_HAVE_DEVFS */ /* syslog facility to use */ #define LIRC_SYSLOG /* modifiable single-machine data */ #define LOCALSTATEDIR "/var" /* Define to include most drivers */ /* #undef LIRC_DRIVER_ANY */ /* The name of the hw_* structure to use by default */ #define HW_DEFAULT hw_dvico /* system configuration directory */ #define SYSCONFDIR "/etc" /* device files directory */ #define DEVDIR "/var/run/lirc" /* This should only be set by configure */ #define PACKAGE "lirc" /* This should only be set by configure */ #define VERSION "0.8.0" /* Define to 1 if you have the header file. */ /* #undef HAVE_ALSA_ASOUNDLIB_H */ /* Define to 1 if you have the `daemon' function. */ #define HAVE_DAEMON 1 /* Define to 1 if you have the header file. */ #define HAVE_DLFCN_H 1 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ /* #undef HAVE_DOPRNT */ /* Define to 1 if you have the header file. */ #define HAVE_FCNTL_H 1 /* Define to 1 if you have the `forkpty' function. */ #define HAVE_FORKPTY 1 /* Define to 1 if you have the `gethostname' function. */ #define HAVE_GETHOSTNAME 1 /* Define to 1 if you have the `getopt_long' function. */ #define HAVE_GETOPT_LONG 1 /* Define to 1 if you have the `gettimeofday' function. */ #define HAVE_GETTIMEOFDAY 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_INTTYPES_H */ /* Define to 1 if you have the header file. */ #define HAVE_LIMITS_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_LINUX_INPUT_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_MEMORY_H */ /* Define to 1 if you have the `mkfifo' function. */ #define HAVE_MKFIFO 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_PORTAUDIO_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_SCSI_SG_H */ /* Define to 1 if you have the `select' function. */ #define HAVE_SELECT 1 /* Define to 1 if you have the `snprintf' function. */ #define HAVE_SNPRINTF 1 /* Define to 1 if you have the `socket' function. */ #define HAVE_SOCKET 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_STDINT_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STDLIB_H */ /* Define to 1 if you have the `strdup' function. */ #define HAVE_STRDUP 1 /* Define to 1 if you have the `strerror' function. */ #define HAVE_STRERROR 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_STRINGS_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STRING_H */ /* Define to 1 if you have the `strsep' function. */ #define HAVE_STRSEP 1 /* Define to 1 if you have the `strtoul' function. */ #define HAVE_STRTOUL 1 /* Define to 1 if you have the header file. */ #define HAVE_SYSLOG_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_IOCTL_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_SOUNDCARD_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_STAT_H */ /* Define to 1 if you have the header file. */ #define HAVE_SYS_TIME_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_TYPES_H */ /* Define to 1 if you have the header file. */ #define HAVE_UNISTD_H 1 /* Define to 1 if you have the `vprintf' function. */ #define HAVE_VPRINTF 1 /* Define to 1 if you have the `vsyslog' function. */ #define HAVE_VSYSLOG 1 /* Name of package */ #define PACKAGE "lirc" /* Define to the address where bug reports for this package should be sent. */ /* #undef PACKAGE_BUGREPORT */ /* Define to the full name of this package. */ /* #undef PACKAGE_NAME */ /* Define to the full name and version of this package. */ /* #undef PACKAGE_STRING */ /* Define to the one symbol short name of this package. */ /* #undef PACKAGE_TARNAME */ /* Define to the version of this package. */ /* #undef PACKAGE_VERSION */ /* Define as the return type of signal handlers (`int' or `void'). */ #define RETSIGTYPE void /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Define to 1 if you can safely include both and . */ #define TIME_WITH_SYS_TIME 1 /* Define to 1 if your declares `struct tm'. */ /* #undef TM_IN_SYS_TIME */ /* Version number of package */ #define VERSION "0.8.0" /* Define to 1 if the X Window System is missing or not being used. */ /* #undef X_DISPLAY_MISSING */ /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ /* Define to `__inline__' or `__inline' if that's what the C compiler calls it, or to nothing if 'inline' is not supported under any name. */ #ifndef __cplusplus /* #undef inline */ #endif /* Define to `long int' if does not define. */ /* #undef off_t */ /* Define to `int' if does not define. */ /* #undef pid_t */ /* Define to `unsigned int' if does not define. */ /* #undef size_t */ /* * compatibility and useability defines */ /* FIXME */ #ifdef LIRC_HAVE_DEVFS #define LIRC_DRIVER_DEVICE DEVDIR "/" DEV_LIRC "/0" #else #define LIRC_DRIVER_DEVICE DEVDIR "/" DEV_LIRC #endif /* LIRC_HAVE_DEVFS */ /* Set the default tty used by the irman/remotemaster driver */ #define LIRC_IRTTY "" "/" "ttyS0" #define LIRCD DEVDIR "/" DEV_LIRCD #define LIRCM DEVDIR "/" DEV_LIRCM #define LIRCDCFGFILE SYSCONFDIR "/" CFG_LIRCD #define LIRCMDCFGFILE SYSCONFDIR "/" CFG_LIRCM #define LIRCRC_USER_FILE "." CFG_LIRCRC #define LIRCRC_ROOT_FILE SYSCONFDIR "/" CFG_LIRCRC #define LOGFILE LOCALSTATEDIR "/log/" LOG_LIRCD #define LIRMAND_LOGFILE LOCALSTATEDIR "/log/" LOG_LIRMAND #define PIDFILE LOCALSTATEDIR "/run/" PID_LIRCD /* end of acconfig.h */