Document the defines

Signed-off-by: Ikey Doherty <ikey@solus-project.com>
This commit is contained in:
Ikey Doherty
2016-05-27 02:08:54 +01:00
parent 15d64f5261
commit 4d9bc8c3ce
+9 -2
View File
@@ -31,9 +31,16 @@
*/
#define LSI_CONFIG_FILE "linux-steam-integration.conf"
#define LSI_SYSTEM_CONFIG_FILE SYSTEMCONFDIR "/linux-steam-integration.conf"
/**
* System config file, i.e. /etc/linux-steam-integration.conf
*/
#define LSI_SYSTEM_CONFIG_FILE SYSTEMCONFDIR "/" LSI_CONFIG_FILE
#define LSI_VENDOR_CONFIG_FILE VENDORDIR "/linux-steam-integration.conf"
/**
* Vendor configuration file, lowest priority.
* /usr/share/defaults/linux-steam-integration/linux-steam-integration.conf
*/
#define LSI_VENDOR_CONFIG_FILE VENDORDIR "/ " LSI_CONFIG_FILE
/**
* Determine the home directory