LIRC libraries
LinuxInfraredRemoteControl
 All Classes Files Functions Variables Typedefs Enumerations Macros Modules Pages
lirc_config.h
Go to the documentation of this file.
1 
9 #define DEV_LIRCD "lircd"
10 
12 #define DEV_LIRCM "lircm"
13 
15 #define CFG_LIRCD "lircd.conf"
16 
18 #define CFG_LIRCM "lircmd.conf"
19 
21 #define CFG_LIRCRC "lircrc"
22 
24 #define PID_LIRCD "lircd.pid"
25 
27 #define LIRC_INET_PORT 8765
28 
29 
30 /* Default device in some places, notably drivers. */
31 #define LIRC_DRIVER_DEVICE "/dev/lirc/0"
32 
34 #define LIRCD VARRUNDIR "/" PACKAGE "/" DEV_LIRCD
35 
36 #define LIRCM VARRUNDIR "/" PACKAGE "/" DEV_LIRCM
37 
39 #define LIRCDCFGFILE SYSCONFDIR "/" PACKAGE "/" CFG_LIRCD
40 
42 #define LIRCMDCFGFILE SYSCONFDIR "/" PACKAGE "/" CFG_LIRCM
43 
45 #define LIRCDOLDCFGFILE SYSCONFDIR "/" CFG_LIRCD
46 
48 #define LIRCMDOLDCFGFILE SYSCONFDIR "/" CFG_LIRCM
49 
51 #define LIRCRC_USER_FILE "." CFG_LIRCRC
52 
54 #define LIRCRC_ROOT_FILE SYSCONFDIR "/" PACKAGE "/" CFG_LIRCRC
55 
57 #define LIRCRC_OLD_ROOT_FILE SYSCONFDIR "/" CFG_LIRCRC
58 
60 #define PIDFILE VARRUNDIR "/" PACKAGE "/" PID_LIRCD
61 
63 #define LIRC_RELEASE_SUFFIX "_EVUP"
64 
66 #define PLUGINDIR LIBDIR "/lirc/plugins"
67 
69 #define LIRC_OPTIONS_PATH SYSCONFDIR "/lirc/lirc_options.conf"
70 
72 #define LIRC_OPTIONS_VAR "LIRC_OPTIONS_PATH"
73 
75 #define DEFAULT_PERMISSIONS "666"
76 
78 #define SOCKET_TIMEOUT "5000"
79 
81 #define DEFAULT_REPEAT_MAX "600"
82 
84 #define PACKET_SIZE (256)
85 
87 #define PLUGINDIR_VAR "LIRC_PLUGIN_PATH"
88 
90 #define LIRC_EOF 0x08000000
91 
93 #define MAX_PLUGINS 256