save options before doing DNS multiline mode

This commit is contained in:
Bob Halley
1999-01-28 18:15:57 +00:00
parent 1453fd8dde
commit 918ef3a73e
2 changed files with 9 additions and 10 deletions

View File

@@ -75,8 +75,9 @@
/*
* The ISC_LEXOPT_DNSMULTILINE option handles the processing of '(' and ')' in
* the DNS master file format. If this option is set, then the
* ISC_LEXOPT_INITIALWS and ISC_LEXOPT_EOL options will be ignored.
* To use this option, '(' and ')' must be special characters.
* ISC_LEXOPT_INITIALWS and ISC_LEXOPT_EOL options will be ignored when
* the paren count is > 0. To use this option, '(' and ')' must be special
* characters.
*/
#define ISC_LEXOPT_DNSMULTILINE 0x20 /* Handle '(' and ')'. */
#define ISC_LEXOPT_NOMORE 0x40 /* Want "no more" token. */