2
0
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:
James Brister 2000-06-23 22:30:02 +00:00
parent c4c5c242cd
commit 406ce0cd96
2 changed files with 23 additions and 1 deletions

View File

@ -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.

View File

@ -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
};