AlarmNotifications
PANDA Slow Control Alarm Daemon
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
configfilelocation.inc
Go to the documentation of this file.
1 
34 #ifndef CONFIGFILELOCATION_INC
35 #define CONFIGFILELOCATION_INC
36 
37 #ifndef CONFIGFILELOCATION // Do not define here if already defined via compiler parameter
38 
47 #define CONFIGFILELOCATION "~/.config/alarmnotifications.ini"
48 #endif
49 
50 #endif