|
|
@ -578,6 +578,20 @@ samples: adsi
|
|
|
|
echo "astlogdir => $(ASTLOGDIR)" ; \
|
|
|
|
echo "astlogdir => $(ASTLOGDIR)" ; \
|
|
|
|
echo "" ; \
|
|
|
|
echo "" ; \
|
|
|
|
echo ";[options]" ; \
|
|
|
|
echo ";[options]" ; \
|
|
|
|
|
|
|
|
echo ";verbose = 3" ; \
|
|
|
|
|
|
|
|
echo ";debug = 3" ; \
|
|
|
|
|
|
|
|
echo ";alwaysfork = yes ; same as -F at startup" ; \
|
|
|
|
|
|
|
|
echo ";nofork = yes ; same as -f at startup" ; \
|
|
|
|
|
|
|
|
echo ";quiet = yes ; same as -q at startup" ; \
|
|
|
|
|
|
|
|
echo ";timestamp = yes ; same as -T at startup" ; \
|
|
|
|
|
|
|
|
echo ";execincludes = yes ; support #exec in config files" ; \
|
|
|
|
|
|
|
|
echo ";console = yes ; Run as console (same as -c at startup)" ; \
|
|
|
|
|
|
|
|
echo ";highpriority = yes ; Run realtime priority (same as -p at startup)" ; \
|
|
|
|
|
|
|
|
echo ";initcrypto = yes ; Initialize crypto keys (same as -i at startup)" ; \
|
|
|
|
|
|
|
|
echo ";nocolor = yes ; Disable console colors" ; \
|
|
|
|
|
|
|
|
echo ";dontwarn = yes ; Disable some warnings" ; \
|
|
|
|
|
|
|
|
echo ";dumpcore = yes ; Dump core on crash (same as -g at startup)" ; \
|
|
|
|
|
|
|
|
echo ";languageprefix = yes ; Use the new sound prefix path syntax" ; \
|
|
|
|
echo ";internal_timing = yes" ; \
|
|
|
|
echo ";internal_timing = yes" ; \
|
|
|
|
echo ";systemname = my_system_name ; prefix uniqueid with a system name for global uniqueness issues" ; \
|
|
|
|
echo ";systemname = my_system_name ; prefix uniqueid with a system name for global uniqueness issues" ; \
|
|
|
|
echo ";autosystemname = yes ; automatically set systemname to hostname - uses 'localhost' on failure, or systemname if set" ; \
|
|
|
|
echo ";autosystemname = yes ; automatically set systemname to hostname - uses 'localhost' on failure, or systemname if set" ; \
|
|
|
|