/*
* Copyright (C) 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include "config.h"
#ifndef HAVE_LMDB
#endif
#include <stdio.h>
#include <stdlib.h>
#include <lmdb.h>
int
int status;
const char *path;
if (argc != 2) {
exit(1);
}
if (status != MDB_SUCCESS) {
exit(1);
}
if (status != MDB_SUCCESS) {
exit(1);
}
if (status != MDB_SUCCESS) {
exit(1);
}
if (status != MDB_SUCCESS) {
exit(1);
}
if (status != MDB_SUCCESS) {
exit(1);
}
status == MDB_SUCCESS;
{
{
"named-nzd2nzf: empty column found in "
"database '%s'", path);
exit(1);
}
/* zone zonename { config; }; */
printf("zone \"%.*s\" %.*s;\n",
}
exit(0);
}