Files
sudo/doc
Todd C. Miller 741c6f274e Add support for @include and @includedir
These are less confusing than #include and #includedir when the
hash character is also the comment character.

This commit also adds real parsing of include directives as opposed
to the pure lexer approach used previously.  As a result, it is now
possible to include files with spaces by either using a double-quoted
string or escaping the space characters with a backslash.
2020-05-20 13:10:53 -06:00
..
2018-11-29 08:47:42 -07:00
2017-12-03 17:53:40 -07:00
2019-12-31 07:48:57 -07:00