2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

support the cache-file option

This commit is contained in:
Brian Wellington
2001-02-22 05:45:28 +00:00
parent 2cb79d0f48
commit 325b200123

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: parser.c,v 1.16 2001/02/22 04:17:36 gson Exp $ */
/* $Id: parser.c,v 1.17 2001/02/22 05:45:28 bwelling Exp $ */
#include <config.h>
@@ -816,6 +816,7 @@ view_clauses[] = {
{ "max-cache-size", &cfg_type_size, 0 },
{ "check-names", &cfg_type_checknames,
CFG_CLAUSEFLAG_MULTI | CFG_CLAUSEFLAG_NOTIMP },
{ "cache-file", &cfg_type_qstring, 0 },
{ NULL, NULL, 0 }
};