mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
281. [bug] fixed list of recognised config file category names.
This commit is contained in:
2
CHANGES
2
CHANGES
@@ -1,3 +1,5 @@
|
|||||||
|
281. [bug] fixed list of recognised config file category names.
|
||||||
|
|
||||||
280. [func] Add isc-config.sh, which can be used to more
|
280. [func] Add isc-config.sh, which can be used to more
|
||||||
easily build applications that link with
|
easily build applications that link with
|
||||||
our libraries.
|
our libraries.
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
* SOFTWARE.
|
* SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: confcommon.c,v 1.30 2000/06/01 18:25:42 tale Exp $ */
|
/* $Id: confcommon.c,v 1.31 2000/06/23 22:30:02 brister Exp $ */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
@@ -106,29 +106,49 @@ static struct dsn_c_pvt_sfnt {
|
|||||||
|
|
||||||
|
|
||||||
static const char *category_nametable[] = {
|
static const char *category_nametable[] = {
|
||||||
|
"default",
|
||||||
|
"general",
|
||||||
|
"database",
|
||||||
|
"security",
|
||||||
|
"config",
|
||||||
|
"resolver",
|
||||||
|
"xfer-in",
|
||||||
|
"xfer-out",
|
||||||
|
"notify",
|
||||||
|
"client",
|
||||||
|
"network",
|
||||||
|
"update",
|
||||||
|
#if 0
|
||||||
|
"client",
|
||||||
"cname",
|
"cname",
|
||||||
"config",
|
"config",
|
||||||
"control",
|
"control",
|
||||||
|
"database",
|
||||||
"db",
|
"db",
|
||||||
"default",
|
"default",
|
||||||
"eventlib",
|
"eventlib",
|
||||||
|
"general",
|
||||||
"insist",
|
"insist",
|
||||||
"lame-servers",
|
"lame-servers",
|
||||||
"load",
|
"load",
|
||||||
"maintenance",
|
"maintenance",
|
||||||
"ncache",
|
"ncache",
|
||||||
|
"network",
|
||||||
"notify",
|
"notify",
|
||||||
"os",
|
"os",
|
||||||
"packet",
|
"packet",
|
||||||
"panic",
|
"panic",
|
||||||
"parser",
|
"parser",
|
||||||
"queries",
|
"queries",
|
||||||
|
"resolver",
|
||||||
"response-checks",
|
"response-checks",
|
||||||
"security",
|
"security",
|
||||||
"statistics",
|
"statistics",
|
||||||
"update",
|
"update",
|
||||||
"xfer-in",
|
"xfer-in",
|
||||||
"xfer-out",
|
"xfer-out",
|
||||||
|
#endif
|
||||||
|
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user