Skip to content

Global Configs

William Young edited this page May 12, 2018 · 4 revisions

Global configs are processed from the file without runnig any conditionals or scripts.

UDPComment

UDPComment="

This sets the character sequence to use when commenting out lines. The sequence has no specific length, so it can be used also on systems that use a multi character comment. This is also used when the output-type is set to mini to detect commented lines to remove.

Defaults to #

UDPOutput

Options

  • UDP - Output disabled lines in comments, and leave all UDP commands in place, recommended that the UDP commands are commented in the source file.
  • Comment - Output disabled lines in comments, and remove all UDP commands completely
  • Mini - Do not output disabled lines or UDP commands at all
  • Pico - Do not output disabled lines or UDP commands at all, and strip all baked in comments leaving only non-commented lines in the file

Default is Mini

#UDPOutput=Pico