## ## sample.cfg ## /* now comes a C/C++ style block comment ** quux */ foo bar -b --bar -qX --quux=X baz; rootdir /; // C++ style EOL comment tmpdir /tmp; directory /foo { deny from all; allow from { 1.2.3.4; 6.7.8.9 }; fuck; foobar { baz } quux; }; directory /foo2 { deny from all; # shell-style EOL comment allow from { 1.2.3.4; 6.7.8.9 } butnot { 1; 2; 3; }; fuck; foobar { baz } quux "multiline string,\ without blanks" baz; };