Added command line and configuration file options for controlling the log directory. The default log directory is now /var/log/maxscale/.
This commit is contained in:
Markus Makela
2015-04-24 17:15:28 +03:00
parent 89cae0e35b
commit c89c704705
3 changed files with 147 additions and 25 deletions

View File

@ -1 +1,2 @@
add_library(inih ini.c)
add_library(inih ini.c)
target_compile_definitions(inih PUBLIC INI_MAX_LINE=1024)