⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 config.h.in

📁 很少见的linux下的红外口的工具
💻 IN
字号:
/* config.h.in.  Generated automatically from configure.in by autoheader.  *//*      $Id: acconfig.h,v 5.22 2002/07/27 09:17:08 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 /usr/local/etc) */#define CFG_LIRCD	"lircd.conf"#define CFG_LIRCM	"lircmd.conf"/* config file names - beneath $HOME */#define CFG_USER	".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 */#undef LONG_IR_CODE/* Define to enable debugging output */#undef DEBUG/* Define to run daemons as daemons */#undef DAEMONIZE/* Define if forkpty is available */#undef HAVE_FORKPTY/* 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 complete vga libraries (vga, vgagl) are installed */#undef HAVE_LIBVGA/* define if you have vsyslog( prio, fmt, va_arg ) */#undef HAVE_VSYSLOG/* define if you want to log to syslog instead of logfile */#undef USE_SYSLOG/* Text string signifying which driver is configured */#define LIRC_DRIVER		"unknown"/* Set the device major for the lirc driver */#define LIRC_MAJOR		61/* Set the IRQ for the lirc driver */#define LIRC_IRQ		4/* Set the port address for the lirc driver */#define LIRC_PORT		0x3f8/* Set the timer for the parallel port driver */#define LIRC_TIMER		65536/* 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 */#undef LIRC_SERIAL_SOFTCARRIER/* 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 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 devfs support is present in current kernel */#undef LIRC_HAVE_DEVFS/* syslog facility to use */#define LIRC_SYSLOG		LOG_DAEMON/* 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 */#undef HW_DEFAULT/* system configuration directory */#define SYSCONFDIR		"/etc"/* device files directory */#define DEVDIR			"/dev"/* This should only be set by configure */#define PACKAGE			"unset"/* This should only be set by configure */#define VERSION			"0.0.0"/* Define if you have the `daemon' function. */#undef HAVE_DAEMON/* Define if you have the <dlfcn.h> header file. */#undef HAVE_DLFCN_H/* Define if you don't have `vprintf' but do have `_doprnt.' */#undef HAVE_DOPRNT/* Define if you have the <fcntl.h> header file. */#undef HAVE_FCNTL_H/* Define if you have the `forkpty' function. */#undef HAVE_FORKPTY/* Define if you have the `gethostname' function. */#undef HAVE_GETHOSTNAME/* Define if you have the `gettimeofday' function. */#undef HAVE_GETTIMEOFDAY/* Define if you have the <inttypes.h> header file. */#undef HAVE_INTTYPES_H/* Define if you have the <limits.h> header file. */#undef HAVE_LIMITS_H/* Define if you have the <memory.h> header file. */#undef HAVE_MEMORY_H/* Define if you have the `mkfifo' function. */#undef HAVE_MKFIFO/* Define if you have the `select' function. */#undef HAVE_SELECT/* Define if you have the `snprintf' function. */#undef HAVE_SNPRINTF/* Define if you have the `socket' function. */#undef HAVE_SOCKET/* Define if you have the <stdint.h> header file. */#undef HAVE_STDINT_H/* Define if you have the <stdlib.h> header file. */#undef HAVE_STDLIB_H/* Define if you have the `strdup' function. */#undef HAVE_STRDUP/* Define if you have the `strerror' function. */#undef HAVE_STRERROR/* Define if you have the <strings.h> header file. */#undef HAVE_STRINGS_H/* Define if you have the <string.h> header file. */#undef HAVE_STRING_H/* Define if you have the `strsep' function. */#undef HAVE_STRSEP/* Define if you have the `strtoul' function. */#undef HAVE_STRTOUL/* Define if you have the <syslog.h> header file. */#undef HAVE_SYSLOG_H/* Define if you have the <sys/ioctl.h> header file. */#undef HAVE_SYS_IOCTL_H/* Define if you have the <sys/stat.h> header file. */#undef HAVE_SYS_STAT_H/* Define if you have the <sys/time.h> header file. */#undef HAVE_SYS_TIME_H/* Define if you have the <sys/types.h> header file. */#undef HAVE_SYS_TYPES_H/* Define if you have the <unistd.h> header file. */#undef HAVE_UNISTD_H/* Define if you have the `vprintf' function. */#undef HAVE_VPRINTF/* Define if you have the `vsyslog' function. */#undef HAVE_VSYSLOG/* Name of package */#undef PACKAGE/* Define as the return type of signal handlers (`int' or `void'). */#undef RETSIGTYPE/* Define if you have the ANSI C header files. */#undef STDC_HEADERS/* Define if you can safely include both <sys/time.h> and <time.h>. */#undef TIME_WITH_SYS_TIME/* Define if your <sys/time.h> declares `struct tm'. */#undef TM_IN_SYS_TIME/* Version number of package */#undef VERSION/* Define 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 as `__inline' if that's what the C compiler calls it, or to nothing   if it is not supported. */#undef inline/* Define to `long' if <sys/types.h> does not define. */#undef off_t/* Define to `int' if <sys/types.h> does not define. */#undef pid_t/* Define to `unsigned' if <sys/types.h> 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		DEVDIR "/" "ttyS0"#define LIRCD			DEVDIR "/" DEV_LIRCD#define LIRCM			DEVDIR "/" DEV_LIRCM#define LIRCDCFGFILE		SYSCONFDIR "/" CFG_LIRCD#define LIRCMDCFGFILE		SYSCONFDIR "/" CFG_LIRCM#define LIRCCFGFILE		CFG_USER#define LOGFILE			LOCALSTATEDIR "/log/" LOG_LIRCD#define LIRMAND_LOGFILE		LOCALSTATEDIR "/log/" LOG_LIRMAND#define PIDFILE                 LOCALSTATEDIR "/run/" PID_LIRCD/* end of acconfig.h */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -