LIRC libraries
LinuxInfraredRemoteControl
lirc_config.h File Reference

Local configuration constants not managed by autotools. More...

Go to the source code of this file.

Macros

#define DEV_LIRCD   "lircd"
 lircd socket file name - beneath $varrundir (default /var/run/lirc)
 
#define DEV_LIRCM   "lircm"
 lircmd socket file name - beneath $varrundir (default /var/run/lirc)
 
#define CFG_LIRCD   "lircd.conf"
 lircd,conf file name - beneath SYSCONFDIR (default /etc)
 
#define CFG_LIRCM   "lircmd.conf"
 lircmd,conf file name - beneath SYSCONFDIR (default /etc)
 
#define CFG_LIRCRC   "lircrc"
 config file names - beneath $HOME or SYSCONFDIR
 
#define PID_LIRCD   "lircd.pid"
 pid file
 
#define LIRC_INET_PORT   8765
 default port number for UDP driver
 
#define LIRC_DRIVER_DEVICE   "/dev/lirc/0"
 
#define LIRCD   VARRUNDIR "/" PACKAGE "/" DEV_LIRCD
 Complete lircd socket path.
 
#define LIRCM   VARRUNDIR "/" PACKAGE "/" DEV_LIRCM
 Complete lircmd socket path.
 
#define LIRCDCFGFILE   SYSCONFDIR "/" PACKAGE "/" CFG_LIRCD
 Complete lircd.conf config file path.
 
#define LIRCMDCFGFILE   SYSCONFDIR "/" PACKAGE "/" CFG_LIRCM
 Complete lircmd.conf config file path.
 
#define LIRCDOLDCFGFILE   SYSCONFDIR "/" CFG_LIRCD
 Compatibility: Old lircd.conf location.
 
#define LIRCMDOLDCFGFILE   SYSCONFDIR "/" CFG_LIRCM
 Compatibility: Old lircmd.conf location.
 
#define LIRCRC_USER_FILE   "." CFG_LIRCRC
 User lircrc file name. More...
 
#define LIRCRC_ROOT_FILE   SYSCONFDIR "/" PACKAGE "/" CFG_LIRCRC
 System-wide lircrc path.
 
#define LIRCRC_OLD_ROOT_FILE   SYSCONFDIR "/" CFG_LIRCRC
 Compatibility: Old system-wide lircrc path.
 
#define PIDFILE   VARRUNDIR "/" PACKAGE "/" PID_LIRCD
 Complete pid file path.
 
#define LIRC_RELEASE_SUFFIX   "_EVUP"
 Suffix added to release events.
 
#define PLUGINDIR   LIBDIR "/lirc/plugins"
 Default directory for plugins/drivers.
 
#define LIRC_OPTIONS_PATH   SYSCONFDIR "/lirc/lirc_options.conf"
 Default options file path.
 
#define LIRC_OPTIONS_VAR   "LIRC_OPTIONS_PATH"
 Environment variable overriding options file path.
 
#define DEFAULT_PERMISSIONS   "666"
 Default permissions for /var/run/lircd.
 
#define SOCKET_TIMEOUT   "5000"
 Default timeout (ms) while waiting for socket.
 
#define DEFAULT_REPEAT_MAX   "600"
 Default for –repeat-max option.
 
#define PACKET_SIZE   (256)
 IR transmission packet size.
 
#define PLUGINDIR_VAR   "LIRC_PLUGIN_PATH"
 Environment variable holding defaults for PLUGINDIR.
 
#define LIRC_EOF   0x08000000
 Bit manipulator in lirc_t, see lirc.h . More...
 
#define MAX_PLUGINS   256
 Max number of plugins.
 

Detailed Description

Local configuration constants not managed by autotools.

Definition in file lirc_config.h.

Macro Definition Documentation

◆ LIRC_EOF

#define LIRC_EOF   0x08000000

Bit manipulator in lirc_t, see lirc.h .

Signals eof from remote.

Definition at line 90 of file lirc_config.h.

◆ LIRCRC_USER_FILE

#define LIRCRC_USER_FILE   "." CFG_LIRCRC

User lircrc file name.


Definition at line 51 of file lirc_config.h.