added support for retrieving configuration files from config service URL and changed that to be the default, always store loaded files by relative path, changed FileReader to allow reading from stream as well

This commit is contained in:
john30
2018-04-04 10:08:46 +02:00
parent a77b740720
commit a36174c02f
10 changed files with 238 additions and 148 deletions
Regular → Executable
-3
View File
@@ -25,9 +25,6 @@
/* The address where bug reports for this package should be sent. */
#cmakedefine PACKAGE_BUGREPORT "${PACKAGE_BUGREPORT}"
/* The default path of the configuration files. */
#define PACKAGE_CONFIGPATH SYSCONFDIR "/" PACKAGE
/* The path and name of the log file. */
#define PACKAGE_LOGFILE LOCALSTATEDIR "/log/" PACKAGE ".log"