mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 05:57:52 +00:00
281. [bug] fixed list of recognised config file category names.
This commit is contained in:
parent
c4c5c242cd
commit
406ce0cd96
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
|
||||
easily build applications that link with
|
||||
our libraries.
|
||||
|
@ -15,7 +15,7 @@
|
||||
* 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>
|
||||
|
||||
@ -106,29 +106,49 @@ static struct dsn_c_pvt_sfnt {
|
||||
|
||||
|
||||
static const char *category_nametable[] = {
|
||||
"default",
|
||||
"general",
|
||||
"database",
|
||||
"security",
|
||||
"config",
|
||||
"resolver",
|
||||
"xfer-in",
|
||||
"xfer-out",
|
||||
"notify",
|
||||
"client",
|
||||
"network",
|
||||
"update",
|
||||
#if 0
|
||||
"client",
|
||||
"cname",
|
||||
"config",
|
||||
"control",
|
||||
"database",
|
||||
"db",
|
||||
"default",
|
||||
"eventlib",
|
||||
"general",
|
||||
"insist",
|
||||
"lame-servers",
|
||||
"load",
|
||||
"maintenance",
|
||||
"ncache",
|
||||
"network",
|
||||
"notify",
|
||||
"os",
|
||||
"packet",
|
||||
"panic",
|
||||
"parser",
|
||||
"queries",
|
||||
"resolver",
|
||||
"response-checks",
|
||||
"security",
|
||||
"statistics",
|
||||
"update",
|
||||
"xfer-in",
|
||||
"xfer-out",
|
||||
#endif
|
||||
|
||||
NULL
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user