LIRC libraries
LinuxInfraredRemoteControl
 All Data Structures Files Functions Variables Typedefs Enumerations Macros Groups Pages
paths.h
1 #ifndef PATHS_H
2 #define PATHS_H
3 #define DATADIR "/usr/local/share"
4 #define SYSCONFDIR "/usr/local/etc"
5 #define VARRUNDIR "/usr/local/var/run"
6 #define LOCALSTATEDIR "/usr/local/var"
7 #define LIBDIR "/usr/local/lib"
8 #endif