Subject: | include is not accepted in options |
options {
include "file.conf".
}
is valid syntax, but is not accepted by Conf_Parser.
Also, include needs to default the directory to that of the containing file. E.g.
/etc/named.conf
include "file.conf"; # Should include /etc/file.conf, not ./file.conf