Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
BIND
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
606
Issues
606
List
Boards
Labels
Service Desk
Milestones
Merge Requests
113
Merge Requests
113
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
BIND
Commits
29747dfe
Commit
29747dfe
authored
Dec 22, 2006
by
Mark Andrews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2123. [func] Use Doxygen to generate internal documention.
[RT #11398]
parent
c427260a
Changes
183
Hide whitespace changes
Inline
Side-by-side
Showing
183 changed files
with
1916 additions
and
388 deletions
+1916
-388
CHANGES
CHANGES
+3
-0
bin/named/log.c
bin/named/log.c
+3
-3
bin/named/win32/ntservice.c
bin/named/win32/ntservice.c
+2
-2
configure
configure
+55
-5
configure.in
configure.in
+12
-2
doc/Makefile.in
doc/Makefile.in
+2
-2
doc/doxygen/.cvsignore
doc/doxygen/.cvsignore
+5
-0
doc/doxygen/Doxyfile.in
doc/doxygen/Doxyfile.in
+1269
-0
doc/doxygen/Makefile.in
doc/doxygen/Makefile.in
+38
-0
doc/doxygen/doxygen-input-filter.in
doc/doxygen/doxygen-input-filter.in
+60
-0
doc/doxygen/isc-footer.html
doc/doxygen/isc-footer.html
+9
-0
doc/doxygen/isc-header.html
doc/doxygen/isc-header.html
+10
-0
doc/doxygen/mainpage
doc/doxygen/mainpage
+85
-0
lib/bind9/include/bind9/check.h
lib/bind9/include/bind9/check.h
+2
-2
lib/bind9/include/bind9/getaddresses.h
lib/bind9/include/bind9/getaddresses.h
+2
-2
lib/bind9/include/bind9/version.h
lib/bind9/include/bind9/version.h
+2
-2
lib/dns/include/dns/acl.h
lib/dns/include/dns/acl.h
+2
-2
lib/dns/include/dns/adb.h
lib/dns/include/dns/adb.h
+3
-3
lib/dns/include/dns/bit.h
lib/dns/include/dns/bit.h
+2
-2
lib/dns/include/dns/byaddr.h
lib/dns/include/dns/byaddr.h
+6
-6
lib/dns/include/dns/cache.h
lib/dns/include/dns/cache.h
+2
-2
lib/dns/include/dns/callbacks.h
lib/dns/include/dns/callbacks.h
+2
-2
lib/dns/include/dns/cert.h
lib/dns/include/dns/cert.h
+2
-2
lib/dns/include/dns/compress.h
lib/dns/include/dns/compress.h
+2
-2
lib/dns/include/dns/db.h
lib/dns/include/dns/db.h
+2
-2
lib/dns/include/dns/dbiterator.h
lib/dns/include/dns/dbiterator.h
+2
-2
lib/dns/include/dns/dbtable.h
lib/dns/include/dns/dbtable.h
+2
-2
lib/dns/include/dns/diff.h
lib/dns/include/dns/diff.h
+2
-2
lib/dns/include/dns/dispatch.h
lib/dns/include/dns/dispatch.h
+2
-2
lib/dns/include/dns/dlz.h
lib/dns/include/dns/dlz.h
+2
-2
lib/dns/include/dns/dnssec.h
lib/dns/include/dns/dnssec.h
+2
-2
lib/dns/include/dns/events.h
lib/dns/include/dns/events.h
+2
-2
lib/dns/include/dns/fixedname.h
lib/dns/include/dns/fixedname.h
+2
-2
lib/dns/include/dns/forward.h
lib/dns/include/dns/forward.h
+2
-2
lib/dns/include/dns/journal.h
lib/dns/include/dns/journal.h
+2
-2
lib/dns/include/dns/keyflags.h
lib/dns/include/dns/keyflags.h
+2
-2
lib/dns/include/dns/keyvalues.h
lib/dns/include/dns/keyvalues.h
+2
-2
lib/dns/include/dns/lib.h
lib/dns/include/dns/lib.h
+2
-2
lib/dns/include/dns/log.h
lib/dns/include/dns/log.h
+2
-2
lib/dns/include/dns/lookup.h
lib/dns/include/dns/lookup.h
+2
-2
lib/dns/include/dns/master.h
lib/dns/include/dns/master.h
+2
-2
lib/dns/include/dns/masterdump.h
lib/dns/include/dns/masterdump.h
+2
-2
lib/dns/include/dns/message.h
lib/dns/include/dns/message.h
+2
-2
lib/dns/include/dns/name.h
lib/dns/include/dns/name.h
+2
-2
lib/dns/include/dns/ncache.h
lib/dns/include/dns/ncache.h
+2
-2
lib/dns/include/dns/nsec.h
lib/dns/include/dns/nsec.h
+2
-2
lib/dns/include/dns/opcode.h
lib/dns/include/dns/opcode.h
+2
-2
lib/dns/include/dns/order.h
lib/dns/include/dns/order.h
+2
-2
lib/dns/include/dns/peer.h
lib/dns/include/dns/peer.h
+2
-2
lib/dns/include/dns/portlist.h
lib/dns/include/dns/portlist.h
+2
-2
lib/dns/include/dns/rbt.h
lib/dns/include/dns/rbt.h
+2
-2
lib/dns/include/dns/rcode.h
lib/dns/include/dns/rcode.h
+2
-2
lib/dns/include/dns/rdata.h
lib/dns/include/dns/rdata.h
+2
-2
lib/dns/include/dns/rdataclass.h
lib/dns/include/dns/rdataclass.h
+2
-2
lib/dns/include/dns/rdatalist.h
lib/dns/include/dns/rdatalist.h
+2
-2
lib/dns/include/dns/rdataset.h
lib/dns/include/dns/rdataset.h
+2
-2
lib/dns/include/dns/rdatasetiter.h
lib/dns/include/dns/rdatasetiter.h
+2
-2
lib/dns/include/dns/rdataslab.h
lib/dns/include/dns/rdataslab.h
+2
-2
lib/dns/include/dns/rdatatype.h
lib/dns/include/dns/rdatatype.h
+2
-2
lib/dns/include/dns/request.h
lib/dns/include/dns/request.h
+2
-2
lib/dns/include/dns/resolver.h
lib/dns/include/dns/resolver.h
+2
-2
lib/dns/include/dns/result.h
lib/dns/include/dns/result.h
+2
-2
lib/dns/include/dns/rootns.h
lib/dns/include/dns/rootns.h
+2
-2
lib/dns/include/dns/sdb.h
lib/dns/include/dns/sdb.h
+2
-2
lib/dns/include/dns/sdlz.h
lib/dns/include/dns/sdlz.h
+2
-2
lib/dns/include/dns/secalg.h
lib/dns/include/dns/secalg.h
+2
-2
lib/dns/include/dns/secproto.h
lib/dns/include/dns/secproto.h
+2
-2
lib/dns/include/dns/soa.h
lib/dns/include/dns/soa.h
+2
-2
lib/dns/include/dns/ssu.h
lib/dns/include/dns/ssu.h
+2
-2
lib/dns/include/dns/stats.h
lib/dns/include/dns/stats.h
+2
-2
lib/dns/include/dns/tcpmsg.h
lib/dns/include/dns/tcpmsg.h
+2
-2
lib/dns/include/dns/time.h
lib/dns/include/dns/time.h
+2
-2
lib/dns/include/dns/timer.h
lib/dns/include/dns/timer.h
+2
-2
lib/dns/include/dns/tkey.h
lib/dns/include/dns/tkey.h
+2
-2
lib/dns/include/dns/tsig.h
lib/dns/include/dns/tsig.h
+2
-2
lib/dns/include/dns/ttl.h
lib/dns/include/dns/ttl.h
+2
-2
lib/dns/include/dns/types.h
lib/dns/include/dns/types.h
+2
-2
lib/dns/include/dns/validator.h
lib/dns/include/dns/validator.h
+2
-2
lib/dns/include/dns/version.h
lib/dns/include/dns/version.h
+2
-2
lib/dns/include/dns/view.h
lib/dns/include/dns/view.h
+2
-2
lib/dns/include/dns/xfrin.h
lib/dns/include/dns/xfrin.h
+2
-2
lib/dns/include/dns/zone.h
lib/dns/include/dns/zone.h
+2
-2
lib/dns/include/dns/zonekey.h
lib/dns/include/dns/zonekey.h
+2
-2
lib/dns/include/dns/zt.h
lib/dns/include/dns/zt.h
+2
-2
lib/dns/include/dst/dst.h
lib/dns/include/dst/dst.h
+2
-2
lib/dns/include/dst/gssapi.h
lib/dns/include/dst/gssapi.h
+2
-2
lib/dns/include/dst/lib.h
lib/dns/include/dst/lib.h
+2
-2
lib/dns/include/dst/result.h
lib/dns/include/dst/result.h
+2
-2
lib/dns/log.c
lib/dns/log.c
+3
-3
lib/dns/rdata.c
lib/dns/rdata.c
+2
-2
lib/dns/spnego.c
lib/dns/spnego.c
+9
-21
lib/dns/validator.c
lib/dns/validator.c
+1
-3
lib/isc/include/isc/app.h
lib/isc/include/isc/app.h
+2
-2
lib/isc/include/isc/assertions.h
lib/isc/include/isc/assertions.h
+2
-2
lib/isc/include/isc/base64.h
lib/isc/include/isc/base64.h
+2
-2
lib/isc/include/isc/bitstring.h
lib/isc/include/isc/bitstring.h
+2
-2
lib/isc/include/isc/boolean.h
lib/isc/include/isc/boolean.h
+2
-2
lib/isc/include/isc/buffer.h
lib/isc/include/isc/buffer.h
+3
-3
lib/isc/include/isc/bufferlist.h
lib/isc/include/isc/bufferlist.h
+2
-2
lib/isc/include/isc/commandline.h
lib/isc/include/isc/commandline.h
+2
-2
lib/isc/include/isc/entropy.h
lib/isc/include/isc/entropy.h
+2
-2
lib/isc/include/isc/error.h
lib/isc/include/isc/error.h
+2
-2
lib/isc/include/isc/event.h
lib/isc/include/isc/event.h
+2
-2
lib/isc/include/isc/file.h
lib/isc/include/isc/file.h
+2
-2
lib/isc/include/isc/formatcheck.h
lib/isc/include/isc/formatcheck.h
+2
-2
lib/isc/include/isc/fsaccess.h
lib/isc/include/isc/fsaccess.h
+6
-5
lib/isc/include/isc/hash.h
lib/isc/include/isc/hash.h
+2
-2
lib/isc/include/isc/heap.h
lib/isc/include/isc/heap.h
+2
-2
lib/isc/include/isc/hex.h
lib/isc/include/isc/hex.h
+2
-2
lib/isc/include/isc/hmacmd5.h
lib/isc/include/isc/hmacmd5.h
+2
-2
lib/isc/include/isc/hmacsha.h
lib/isc/include/isc/hmacsha.h
+2
-2
lib/isc/include/isc/interfaceiter.h
lib/isc/include/isc/interfaceiter.h
+2
-2
lib/isc/include/isc/lang.h
lib/isc/include/isc/lang.h
+2
-2
lib/isc/include/isc/lfsr.h
lib/isc/include/isc/lfsr.h
+2
-2
lib/isc/include/isc/lib.h
lib/isc/include/isc/lib.h
+2
-2
lib/isc/include/isc/log.h
lib/isc/include/isc/log.h
+2
-2
lib/isc/include/isc/magic.h
lib/isc/include/isc/magic.h
+2
-2
lib/isc/include/isc/md5.h
lib/isc/include/isc/md5.h
+2
-2
lib/isc/include/isc/mem.h
lib/isc/include/isc/mem.h
+2
-2
lib/isc/include/isc/msgs.h
lib/isc/include/isc/msgs.h
+2
-2
lib/isc/include/isc/mutexblock.h
lib/isc/include/isc/mutexblock.h
+2
-2
lib/isc/include/isc/netaddr.h
lib/isc/include/isc/netaddr.h
+2
-2
lib/isc/include/isc/netscope.h
lib/isc/include/isc/netscope.h
+2
-2
lib/isc/include/isc/ondestroy.h
lib/isc/include/isc/ondestroy.h
+2
-2
lib/isc/include/isc/os.h
lib/isc/include/isc/os.h
+2
-2
lib/isc/include/isc/parseint.h
lib/isc/include/isc/parseint.h
+2
-2
lib/isc/include/isc/print.h
lib/isc/include/isc/print.h
+2
-2
lib/isc/include/isc/random.h
lib/isc/include/isc/random.h
+2
-2
lib/isc/include/isc/ratelimiter.h
lib/isc/include/isc/ratelimiter.h
+2
-2
lib/isc/include/isc/refcount.h
lib/isc/include/isc/refcount.h
+2
-2
lib/isc/include/isc/region.h
lib/isc/include/isc/region.h
+2
-2
lib/isc/include/isc/resource.h
lib/isc/include/isc/resource.h
+2
-2
lib/isc/include/isc/result.h
lib/isc/include/isc/result.h
+3
-1
lib/isc/include/isc/resultclass.h
lib/isc/include/isc/resultclass.h
+2
-2
lib/isc/include/isc/rwlock.h
lib/isc/include/isc/rwlock.h
+2
-2
lib/isc/include/isc/serial.h
lib/isc/include/isc/serial.h
+2
-2
lib/isc/include/isc/sha1.h
lib/isc/include/isc/sha1.h
+2
-2
lib/isc/include/isc/sockaddr.h
lib/isc/include/isc/sockaddr.h
+2
-2
lib/isc/include/isc/socket.h
lib/isc/include/isc/socket.h
+2
-2
lib/isc/include/isc/stdio.h
lib/isc/include/isc/stdio.h
+2
-2
lib/isc/include/isc/stdlib.h
lib/isc/include/isc/stdlib.h
+2
-2
lib/isc/include/isc/string.h
lib/isc/include/isc/string.h
+2
-2
lib/isc/include/isc/symtab.h
lib/isc/include/isc/symtab.h
+2
-2
lib/isc/include/isc/task.h
lib/isc/include/isc/task.h
+2
-2
lib/isc/include/isc/taskpool.h
lib/isc/include/isc/taskpool.h
+2
-2
lib/isc/include/isc/timer.h
lib/isc/include/isc/timer.h
+2
-2
lib/isc/include/isc/types.h
lib/isc/include/isc/types.h
+2
-2
lib/isc/include/isc/util.h
lib/isc/include/isc/util.h
+2
-2
lib/isc/include/isc/version.h
lib/isc/include/isc/version.h
+2
-2
lib/isc/sha2.c
lib/isc/sha2.c
+6
-6
lib/isc/win32/netdb.h
lib/isc/win32/netdb.h
+2
-2
lib/isccc/include/isccc/alist.h
lib/isccc/include/isccc/alist.h
+2
-2
lib/isccc/include/isccc/base64.h
lib/isccc/include/isccc/base64.h
+2
-2
lib/isccc/include/isccc/cc.h
lib/isccc/include/isccc/cc.h
+2
-2
lib/isccc/include/isccc/ccmsg.h
lib/isccc/include/isccc/ccmsg.h
+2
-2
lib/isccc/include/isccc/events.h
lib/isccc/include/isccc/events.h
+2
-2
lib/isccc/include/isccc/lib.h
lib/isccc/include/isccc/lib.h
+2
-2
lib/isccc/include/isccc/result.h
lib/isccc/include/isccc/result.h
+2
-2
lib/isccc/include/isccc/sexpr.h
lib/isccc/include/isccc/sexpr.h
+2
-2
lib/isccc/include/isccc/symtab.h
lib/isccc/include/isccc/symtab.h
+2
-2
lib/isccc/include/isccc/symtype.h
lib/isccc/include/isccc/symtype.h
+2
-2
lib/isccc/include/isccc/types.h
lib/isccc/include/isccc/types.h
+2
-2
lib/isccc/include/isccc/util.h
lib/isccc/include/isccc/util.h
+2
-2
lib/isccc/include/isccc/version.h
lib/isccc/include/isccc/version.h
+2
-2
lib/isccfg/include/isccfg/cfg.h
lib/isccfg/include/isccfg/cfg.h
+2
-2
lib/isccfg/include/isccfg/grammar.h
lib/isccfg/include/isccfg/grammar.h
+2
-2
lib/isccfg/include/isccfg/log.h
lib/isccfg/include/isccfg/log.h
+2
-2
lib/isccfg/include/isccfg/namedconf.h
lib/isccfg/include/isccfg/namedconf.h
+2
-2
lib/isccfg/include/isccfg/version.h
lib/isccfg/include/isccfg/version.h
+2
-2
lib/isccfg/log.c
lib/isccfg/log.c
+3
-3
lib/lwres/include/lwres/context.h
lib/lwres/include/lwres/context.h
+2
-2
lib/lwres/include/lwres/int.h
lib/lwres/include/lwres/int.h
+2
-2
lib/lwres/include/lwres/ipv6.h
lib/lwres/include/lwres/ipv6.h
+2
-2
lib/lwres/include/lwres/lang.h
lib/lwres/include/lwres/lang.h
+2
-2
lib/lwres/include/lwres/list.h
lib/lwres/include/lwres/list.h
+2
-2
lib/lwres/include/lwres/lwbuffer.h
lib/lwres/include/lwres/lwbuffer.h
+2
-2
lib/lwres/include/lwres/lwpacket.h
lib/lwres/include/lwres/lwpacket.h
+2
-2
lib/lwres/include/lwres/lwres.h
lib/lwres/include/lwres/lwres.h
+2
-2
lib/lwres/include/lwres/result.h
lib/lwres/include/lwres/result.h
+2
-2
lib/lwres/include/lwres/stdlib.h
lib/lwres/include/lwres/stdlib.h
+2
-2
lib/lwres/include/lwres/version.h
lib/lwres/include/lwres/version.h
+2
-2
lib/lwres/win32/include/lwres/netdb.h
lib/lwres/win32/include/lwres/netdb.h
+2
-2
lib/tests/include/tests/t_api.h
lib/tests/include/tests/t_api.h
+2
-2
No files found.
CHANGES
View file @
29747dfe
2123. [func] Use Doxygen to generate internal documention.
[RT #11398]
2122. [func] Experimental http server and statistics support
for named via xml.
...
...
bin/named/log.c
View file @
29747dfe
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: log.c,v 1.4
3 2006/06/09 00:54:0
9 marka Exp $ */
/* $Id: log.c,v 1.4
4 2006/12/22 01:44:5
9 marka Exp $ */
/*! \file */
...
...
@@ -33,7 +33,7 @@
/*%
* When adding a new category, be sure to add the appropriate
* #define to <named/log.h> and to update the list in
*
\
#define to <named/log.h> and to update the list in
* bin/check/check-tool.c.
*/
static
isc_logcategory_t
categories
[]
=
{
...
...
@@ -49,7 +49,7 @@ static isc_logcategory_t categories[] = {
/*%
* When adding a new module, be sure to add the appropriate
* #define to <dns/log.h>.
*
\
#define to <dns/log.h>.
*/
static
isc_logmodule_t
modules
[]
=
{
{
"main"
,
0
},
...
...
bin/named/win32/ntservice.c
View file @
29747dfe
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: ntservice.c,v 1.
8 2004/03/05 04:58:08
marka Exp $ */
/* $Id: ntservice.c,v 1.
9 2006/12/22 01:44:59
marka Exp $ */
#include <config.h>
#include <stdio.h>
...
...
@@ -221,7 +221,7 @@ void GetArgs(int *argc, char ***argv, char ***envp)
/*
* Set the app type to Console (check CRT/SRC/INTERNAL.H:
* #define _CONSOLE_APP 1)
*
\
#define _CONSOLE_APP 1)
*/
__set_app_type
(
1
);
...
...
configure
View file @
29747dfe
...
...
@@ -14,7 +14,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
#
# $Id: configure,v 1.41
1 2006/12/21 12:04:16
marka Exp $
# $Id: configure,v 1.41
2 2006/12/22 01:46:19
marka Exp $
#
# Portions Copyright (C) 1996-2001 Nominum, Inc.
#
...
...
@@ -29,7 +29,7 @@
# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# From configure.in Revision: 1.42
3
.
# From configure.in Revision: 1.42
4
.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59.
#
...
...
@@ -495,7 +495,7 @@ ac_includes_default="\
# include <unistd.h>
#endif"
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS subdirs build build_cpu build_vendor build_os host host_cpu host_vendor host_os SET_MAKE RANLIB ac_ct_RANLIB INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA LN_S STD_CINCLUDES STD_CDEFINES STD_CWARNINGS CCOPT AR ARFLAGS LN ETAGS PERL CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP EGREP ISC_SOCKADDR_LEN_T ISC_PLATFORM_HAVELONGLONG ISC_PLATFORM_HAVELIFCONF ISC_PLATFORM_NEEDSYSSELECTH LWRES_PLATFORM_NEEDSYSSELECTH USE_OPENSSL DST_OPENSSL_INC ISC_PLATFORM_HAVEGSSAPI ISC_PLATFORM_GSSAPIHEADER USE_GSSAPI DST_GSSAPI_INC DNS_GSSAPI_LIBS DNS_CRYPTO_LIBS ALWAYS_DEFINES ISC_PLATFORM_USETHREADS ISC_THREAD_DIR MKDEPCC MKDEPCFLAGS MKDEPPROG IRIX_DNSSEC_WARNINGS_HACK purify_path PURIFY ECHO ac_ct_AR STRIP ac_ct_STRIP CXX CXXFLAGS ac_ct_CXX CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL O A SA LIBTOOL_MKDEP_SED LIBTOOL_MODE_COMPILE LIBTOOL_MODE_INSTALL LIBTOOL_MODE_LINK LIBTOOL_ALLOW_UNDEFINED LIBTOOL_IN_MAIN LIBBIND ISC_PLATFORM_HAVEIPV6 LWRES_PLATFORM_HAVEIPV6 ISC_PLATFORM_NEEDNETINETIN6H LWRES_PLATFORM_NEEDNETINETIN6H ISC_PLATFORM_NEEDNETINET6IN6H LWRES_PLATFORM_NEEDNETINET6IN6H ISC_PLATFORM_HAVEINADDR6 LWRES_PLATFORM_HAVEINADDR6 ISC_PLATFORM_NEEDIN6ADDRANY LWRES_PLATFORM_NEEDIN6ADDRANY ISC_PLATFORM_NEEDIN6ADDRLOOPBACK LWRES_PLATFORM_NEEDIN6ADDRLOOPBACK ISC_PLATFORM_HAVEIN6PKTINFO ISC_PLATFORM_FIXIN6ISADDR ISC_IPV6_H ISC_IPV6_O ISC_ISCIPV6_O ISC_IPV6_C LWRES_HAVE_SIN6_SCOPE_ID ISC_PLATFORM_HAVESCOPEID ISC_PLATFORM_HAVEIF_LADDRREQ ISC_PLATFORM_HAVEIF_LADDRCONF ISC_PLATFORM_NEEDNTOP ISC_PLATFORM_NEEDPTON ISC_PLATFORM_NEEDATON ISC_PLATFORM_HAVESALEN LWRES_PLATFORM_HAVESALEN ISC_PLATFORM_MSGHDRFLAVOR ISC_PLATFORM_NEEDPORTT ISC_LWRES_NEEDADDRINFO ISC_LWRES_NEEDRRSETINFO ISC_LWRES_SETHOSTENTINT ISC_LWRES_ENDHOSTENTINT ISC_LWRES_GETNETBYADDRINADDR ISC_LWRES_SETNETENTINT ISC_LWRES_ENDNETENTINT ISC_LWRES_GETHOSTBYADDRVOID ISC_LWRES_NEEDHERRNO ISC_LWRES_GETIPNODEPROTO ISC_LWRES_GETADDRINFOPROTO ISC_LWRES_GETNAMEINFOPROTO ISC_PLATFORM_NEEDSTRSEP ISC_PLATFORM_NEEDMEMMOVE ISC_PLATFORM_NEEDSTRTOUL LWRES_PLATFORM_NEEDSTRTOUL GENRANDOMLIB ISC_PLATFORM_NEEDSTRLCPY ISC_PLATFORM_NEEDSTRLCAT ISC_PLATFORM_NEEDSPRINTF LWRES_PLATFORM_NEEDSPRINTF ISC_PLATFORM_NEEDVSNPRINTF LWRES_PLATFORM_NEEDVSNPRINTF ISC_EXTRA_OBJS ISC_EXTRA_SRCS USE_ISC_SPNEGO DST_EXTRA_OBJS DST_EXTRA_SRCS ISC_PLATFORM_QUADFORMAT LWRES_PLATFORM_QUADFORMAT ISC_PLATFORM_HAVESYSUNH ISC_PLATFORM_RLIMITTYPE ISC_PLATFORM_USEDECLSPEC LWRES_PLATFORM_USEDECLSPEC ISC_PLATFORM_BRACEPTHREADONCEINIT ISC_PLATFORM_HAVEIFNAMETOINDEX ISC_PLATFORM_HAVEXADD ISC_PLATFORM_HAVECMPXCHG ISC_PLATFORM_HAVEATOMICSTORE ISC_PLATFORM_USEGCCASM ISC_PLATFORM_USEOSFASM ISC_PLATFORM_USESTDASM ISC_ARCH_DIR LATEX PDFLATEX W3M XSLTPROC XMLLINT XSLT_DOCBOOK_STYLE_HTML XSLT_DOCBOOK_STYLE_XHTML XSLT_DOCBOOK_STYLE_MAN XSLT_DOCBOOK_CHUNK_HTML XSLT_DOCBOOK_CHUNK_XHTML XSLT_DOCBOOK_CHUNKTOC_HTML XSLT_DOCBOOK_CHUNKTOC_XHTML XSLT_DOCBOOK_MAKETOC_HTML XSLT_DOCBOOK_MAKETOC_XHTML XSLT_DB2LATEX_STYLE XSLT_DB2LATEX_ADMONITIONS IDNLIBS BIND9_TOP_BUILDDIR BIND9_ISC_BUILDINCLUDE BIND9_ISCCC_BUILDINCLUDE BIND9_ISCCFG_BUILDINCLUDE BIND9_DNS_BUILDINCLUDE BIND9_LWRES_BUILDINCLUDE BIND9_BIND9_BUILDINCLUDE BIND9_VERSION PG_CONFIG USE_DLZ DLZ_DRIVER_INCLUDES DLZ_DRIVER_LIBS DLZ_DRIVER_SRCS DLZ_DRIVER_OBJS BUILD_CC BUILD_CFLAGS BUILD_CPPFLAGS BUILD_LDFLAGS BUILD_LIBS LIBOBJS LTLIBOBJS'
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS subdirs build build_cpu build_vendor build_os host host_cpu host_vendor host_os SET_MAKE RANLIB ac_ct_RANLIB INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA LN_S STD_CINCLUDES STD_CDEFINES STD_CWARNINGS CCOPT AR ARFLAGS LN ETAGS PERL CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP EGREP ISC_SOCKADDR_LEN_T ISC_PLATFORM_HAVELONGLONG ISC_PLATFORM_HAVELIFCONF ISC_PLATFORM_NEEDSYSSELECTH LWRES_PLATFORM_NEEDSYSSELECTH USE_OPENSSL DST_OPENSSL_INC ISC_PLATFORM_HAVEGSSAPI ISC_PLATFORM_GSSAPIHEADER USE_GSSAPI DST_GSSAPI_INC DNS_GSSAPI_LIBS DNS_CRYPTO_LIBS ALWAYS_DEFINES ISC_PLATFORM_USETHREADS ISC_THREAD_DIR MKDEPCC MKDEPCFLAGS MKDEPPROG IRIX_DNSSEC_WARNINGS_HACK purify_path PURIFY ECHO ac_ct_AR STRIP ac_ct_STRIP CXX CXXFLAGS ac_ct_CXX CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL O A SA LIBTOOL_MKDEP_SED LIBTOOL_MODE_COMPILE LIBTOOL_MODE_INSTALL LIBTOOL_MODE_LINK LIBTOOL_ALLOW_UNDEFINED LIBTOOL_IN_MAIN LIBBIND ISC_PLATFORM_HAVEIPV6 LWRES_PLATFORM_HAVEIPV6 ISC_PLATFORM_NEEDNETINETIN6H LWRES_PLATFORM_NEEDNETINETIN6H ISC_PLATFORM_NEEDNETINET6IN6H LWRES_PLATFORM_NEEDNETINET6IN6H ISC_PLATFORM_HAVEINADDR6 LWRES_PLATFORM_HAVEINADDR6 ISC_PLATFORM_NEEDIN6ADDRANY LWRES_PLATFORM_NEEDIN6ADDRANY ISC_PLATFORM_NEEDIN6ADDRLOOPBACK LWRES_PLATFORM_NEEDIN6ADDRLOOPBACK ISC_PLATFORM_HAVEIN6PKTINFO ISC_PLATFORM_FIXIN6ISADDR ISC_IPV6_H ISC_IPV6_O ISC_ISCIPV6_O ISC_IPV6_C LWRES_HAVE_SIN6_SCOPE_ID ISC_PLATFORM_HAVESCOPEID ISC_PLATFORM_HAVEIF_LADDRREQ ISC_PLATFORM_HAVEIF_LADDRCONF ISC_PLATFORM_NEEDNTOP ISC_PLATFORM_NEEDPTON ISC_PLATFORM_NEEDATON ISC_PLATFORM_HAVESALEN LWRES_PLATFORM_HAVESALEN ISC_PLATFORM_MSGHDRFLAVOR ISC_PLATFORM_NEEDPORTT ISC_LWRES_NEEDADDRINFO ISC_LWRES_NEEDRRSETINFO ISC_LWRES_SETHOSTENTINT ISC_LWRES_ENDHOSTENTINT ISC_LWRES_GETNETBYADDRINADDR ISC_LWRES_SETNETENTINT ISC_LWRES_ENDNETENTINT ISC_LWRES_GETHOSTBYADDRVOID ISC_LWRES_NEEDHERRNO ISC_LWRES_GETIPNODEPROTO ISC_LWRES_GETADDRINFOPROTO ISC_LWRES_GETNAMEINFOPROTO ISC_PLATFORM_NEEDSTRSEP ISC_PLATFORM_NEEDMEMMOVE ISC_PLATFORM_NEEDSTRTOUL LWRES_PLATFORM_NEEDSTRTOUL GENRANDOMLIB ISC_PLATFORM_NEEDSTRLCPY ISC_PLATFORM_NEEDSTRLCAT ISC_PLATFORM_NEEDSPRINTF LWRES_PLATFORM_NEEDSPRINTF ISC_PLATFORM_NEEDVSNPRINTF LWRES_PLATFORM_NEEDVSNPRINTF ISC_EXTRA_OBJS ISC_EXTRA_SRCS USE_ISC_SPNEGO DST_EXTRA_OBJS DST_EXTRA_SRCS ISC_PLATFORM_QUADFORMAT LWRES_PLATFORM_QUADFORMAT ISC_PLATFORM_HAVESYSUNH ISC_PLATFORM_RLIMITTYPE ISC_PLATFORM_USEDECLSPEC LWRES_PLATFORM_USEDECLSPEC ISC_PLATFORM_BRACEPTHREADONCEINIT ISC_PLATFORM_HAVEIFNAMETOINDEX ISC_PLATFORM_HAVEXADD ISC_PLATFORM_HAVECMPXCHG ISC_PLATFORM_HAVEATOMICSTORE ISC_PLATFORM_USEGCCASM ISC_PLATFORM_USEOSFASM ISC_PLATFORM_USESTDASM ISC_ARCH_DIR LATEX PDFLATEX W3M XSLTPROC XMLLINT
DOXYGEN
XSLT_DOCBOOK_STYLE_HTML XSLT_DOCBOOK_STYLE_XHTML XSLT_DOCBOOK_STYLE_MAN XSLT_DOCBOOK_CHUNK_HTML XSLT_DOCBOOK_CHUNK_XHTML XSLT_DOCBOOK_CHUNKTOC_HTML XSLT_DOCBOOK_CHUNKTOC_XHTML XSLT_DOCBOOK_MAKETOC_HTML XSLT_DOCBOOK_MAKETOC_XHTML XSLT_DB2LATEX_STYLE XSLT_DB2LATEX_ADMONITIONS IDNLIBS BIND9_TOP_BUILDDIR BIND9_ISC_BUILDINCLUDE BIND9_ISCCC_BUILDINCLUDE BIND9_ISCCFG_BUILDINCLUDE BIND9_DNS_BUILDINCLUDE BIND9_LWRES_BUILDINCLUDE BIND9_BIND9_BUILDINCLUDE BIND9_VERSION PG_CONFIG USE_DLZ DLZ_DRIVER_INCLUDES DLZ_DRIVER_LIBS DLZ_DRIVER_SRCS DLZ_DRIVER_OBJS BUILD_CC BUILD_CFLAGS BUILD_CPPFLAGS BUILD_LDFLAGS BUILD_LIBS LIBOBJS LTLIBOBJS'
ac_subst_files='BIND9_MAKE_INCLUDES BIND9_MAKE_RULES LIBISC_API LIBISCCC_API LIBISCCFG_API LIBDNS_API LIBBIND9_API LIBLWRES_API DLZ_DRIVER_RULES'
# Initialize some variables set by options.
...
...
@@ -29197,6 +29197,52 @@ fi
#
# Look for Doxygen
#
# Extract the first word of "doxygen", so it can be a program name with args.
set dummy doxygen; ac_word=$2
echo "$as_me:$LINENO: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_path_DOXYGEN+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
case $DOXYGEN in
[\\/]* | ?:[\\/]*)
ac_cv_path_DOXYGEN="$DOXYGEN" # Let the user override the test with a path.
;;
*)
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ac_cv_path_DOXYGEN="$as_dir/$ac_word$ac_exec_ext"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
done
test -z "$ac_cv_path_DOXYGEN" && ac_cv_path_DOXYGEN="doxygen"
;;
esac
fi
DOXYGEN=$ac_cv_path_DOXYGEN
if test -n "$DOXYGEN"; then
echo "$as_me:$LINENO: result: $DOXYGEN" >&5
echo "${ECHO_T}$DOXYGEN" >&6
else
echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6
fi
#
# Subroutine for searching for an ordinary file (e.g., a stylesheet)
# in a number of directories:
...
...
@@ -30683,7 +30729,7 @@ DNS_CRYPTO_LIBS="$NEWFLAGS"
# elsewhere if there's a good reason for doing so.
#
ac_config_files="$ac_config_files Makefile make/Makefile make/mkdep lib/Makefile lib/isc/Makefile lib/isc/include/Makefile lib/isc/include/isc/Makefile lib/isc/include/isc/platform.h lib/isc/unix/Makefile lib/isc/unix/include/Makefile lib/isc/unix/include/isc/Makefile lib/isc/nls/Makefile lib/isc/$thread_dir/Makefile lib/isc/$thread_dir/include/Makefile lib/isc/$thread_dir/include/isc/Makefile lib/isccc/Makefile lib/isccc/include/Makefile lib/isccc/include/isccc/Makefile lib/isccfg/Makefile lib/isccfg/include/Makefile lib/isccfg/include/isccfg/Makefile lib/dns/Makefile lib/dns/include/Makefile lib/dns/include/dns/Makefile lib/dns/include/dst/Makefile lib/bind9/Makefile lib/bind9/include/Makefile lib/bind9/include/bind9/Makefile lib/lwres/Makefile lib/lwres/include/Makefile lib/lwres/include/lwres/Makefile lib/lwres/include/lwres/netdb.h lib/lwres/include/lwres/platform.h lib/lwres/man/Makefile lib/lwres/unix/Makefile lib/lwres/unix/include/Makefile lib/lwres/unix/include/lwres/Makefile lib/tests/Makefile lib/tests/include/Makefile lib/tests/include/tests/Makefile bin/Makefile bin/check/Makefile bin/named/Makefile bin/named/unix/Makefile bin/rndc/Makefile bin/rndc/unix/Makefile bin/dig/Makefile bin/nsupdate/Makefile bin/tests/Makefile bin/tests/names/Makefile bin/tests/master/Makefile bin/tests/rbt/Makefile bin/tests/db/Makefile bin/tests/tasks/Makefile bin/tests/timers/Makefile bin/tests/dst/Makefile bin/tests/mem/Makefile bin/tests/net/Makefile bin/tests/sockaddr/Makefile bin/tests/system/Makefile bin/tests/system/conf.sh bin/tests/system/lwresd/Makefile bin/tests/system/tkey/Makefile bin/tests/headerdep_test.sh bin/dnssec/Makefile doc/Makefile doc/arm/Makefile doc/misc/Makefile isc-config.sh doc/xsl/Makefile doc/xsl/isc-docbook-chunk.xsl doc/xsl/isc-docbook-html.xsl doc/xsl/isc-docbook-latex.xsl doc/xsl/isc-manpage.xsl
"
ac_config_files="$ac_config_files Makefile make/Makefile make/mkdep lib/Makefile lib/isc/Makefile lib/isc/include/Makefile lib/isc/include/isc/Makefile lib/isc/include/isc/platform.h lib/isc/unix/Makefile lib/isc/unix/include/Makefile lib/isc/unix/include/isc/Makefile lib/isc/nls/Makefile lib/isc/$thread_dir/Makefile lib/isc/$thread_dir/include/Makefile lib/isc/$thread_dir/include/isc/Makefile lib/isccc/Makefile lib/isccc/include/Makefile lib/isccc/include/isccc/Makefile lib/isccfg/Makefile lib/isccfg/include/Makefile lib/isccfg/include/isccfg/Makefile lib/dns/Makefile lib/dns/include/Makefile lib/dns/include/dns/Makefile lib/dns/include/dst/Makefile lib/bind9/Makefile lib/bind9/include/Makefile lib/bind9/include/bind9/Makefile lib/lwres/Makefile lib/lwres/include/Makefile lib/lwres/include/lwres/Makefile lib/lwres/include/lwres/netdb.h lib/lwres/include/lwres/platform.h lib/lwres/man/Makefile lib/lwres/unix/Makefile lib/lwres/unix/include/Makefile lib/lwres/unix/include/lwres/Makefile lib/tests/Makefile lib/tests/include/Makefile lib/tests/include/tests/Makefile bin/Makefile bin/check/Makefile bin/named/Makefile bin/named/unix/Makefile bin/rndc/Makefile bin/rndc/unix/Makefile bin/dig/Makefile bin/nsupdate/Makefile bin/tests/Makefile bin/tests/names/Makefile bin/tests/master/Makefile bin/tests/rbt/Makefile bin/tests/db/Makefile bin/tests/tasks/Makefile bin/tests/timers/Makefile bin/tests/dst/Makefile bin/tests/mem/Makefile bin/tests/net/Makefile bin/tests/sockaddr/Makefile bin/tests/system/Makefile bin/tests/system/conf.sh bin/tests/system/lwresd/Makefile bin/tests/system/tkey/Makefile bin/tests/headerdep_test.sh bin/dnssec/Makefile doc/Makefile doc/arm/Makefile doc/misc/Makefile isc-config.sh doc/xsl/Makefile doc/xsl/isc-docbook-chunk.xsl doc/xsl/isc-docbook-html.xsl doc/xsl/isc-docbook-latex.xsl doc/xsl/isc-manpage.xsl doc/doxygen/Doxyfile doc/doxygen/Makefile doc/doxygen/doxygen-input-filter
"
#
...
...
@@ -31296,6 +31342,9 @@ do
"doc/xsl/isc-docbook-html.xsl" ) CONFIG_FILES="$CONFIG_FILES doc/xsl/isc-docbook-html.xsl" ;;
"doc/xsl/isc-docbook-latex.xsl" ) CONFIG_FILES="$CONFIG_FILES doc/xsl/isc-docbook-latex.xsl" ;;
"doc/xsl/isc-manpage.xsl" ) CONFIG_FILES="$CONFIG_FILES doc/xsl/isc-manpage.xsl" ;;
"doc/doxygen/Doxyfile" ) CONFIG_FILES="$CONFIG_FILES doc/doxygen/Doxyfile" ;;
"doc/doxygen/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/doxygen/Makefile" ;;
"doc/doxygen/doxygen-input-filter" ) CONFIG_FILES="$CONFIG_FILES doc/doxygen/doxygen-input-filter" ;;
"chmod" ) CONFIG_COMMANDS="$CONFIG_COMMANDS chmod" ;;
"config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
*) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
...
...
@@ -31538,6 +31587,7 @@ s,@PDFLATEX@,$PDFLATEX,;t t
s,@W3M@,$W3M,;t t
s,@XSLTPROC@,$XSLTPROC,;t t
s,@XMLLINT@,$XMLLINT,;t t
s,@DOXYGEN@,$DOXYGEN,;t t
s,@XSLT_DOCBOOK_STYLE_HTML@,$XSLT_DOCBOOK_STYLE_HTML,;t t
s,@XSLT_DOCBOOK_STYLE_XHTML@,$XSLT_DOCBOOK_STYLE_XHTML,;t t
s,@XSLT_DOCBOOK_STYLE_MAN@,$XSLT_DOCBOOK_STYLE_MAN,;t t
...
...
@@ -32164,7 +32214,7 @@ esac
{ echo "$as_me:$LINENO: executing $ac_dest commands" >&5
echo "$as_me: executing $ac_dest commands" >&6;}
case $ac_dest in
chmod ) chmod a+x isc-config.sh ;;
chmod ) chmod a+x isc-config.sh
doc/doxygen/doxygen-input-filter
;;
esac
done
_ACEOF
...
...
configure.in
View file @
29747dfe
...
...
@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(1)dnl
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
AC_DIVERT_POP()dnl
AC_REVISION($Revision: 1.42
3
$)
AC_REVISION($Revision: 1.42
4
$)
AC_INIT(lib/dns/name.c)
AC_PREREQ(2.59)
...
...
@@ -2276,6 +2276,13 @@ AC_SUBST(XSLTPROC)
AC_PATH_PROG(XMLLINT, xmllint, xmllint)
AC_SUBST(XMLLINT)
#
# Look for Doxygen
#
AC_PATH_PROG(DOXYGEN, doxygen, doxygen)
AC_SUBST(DOXYGEN)
#
# Subroutine for searching for an ordinary file (e.g., a stylesheet)
# in a number of directories:
...
...
@@ -2646,7 +2653,7 @@ AC_SUBST(BUILD_LIBS)
AC_CONFIG_COMMANDS(
[chmod],
[chmod a+x isc-config.sh])
[chmod a+x isc-config.sh
doc/doxygen/doxygen-input-filter
])
#
# Files to configure. These are listed here because we used to
...
...
@@ -2729,6 +2736,9 @@ AC_CONFIG_FILES([
doc/xsl/isc-docbook-html.xsl
doc/xsl/isc-docbook-latex.xsl
doc/xsl/isc-manpage.xsl
doc/doxygen/Doxyfile
doc/doxygen/Makefile
doc/doxygen/doxygen-input-filter
])
#
...
...
doc/Makefile.in
View file @
29747dfe
...
...
@@ -13,7 +13,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.
7 2005/07/23 04:35:22
marka Exp $
# $Id: Makefile.in,v 1.
8 2006/12/22 01:44:59
marka Exp $
# This Makefile is a placeholder. It exists merely to make
# sure that its directory gets created in the object directory
...
...
@@ -23,7 +23,7 @@ srcdir = @srcdir@
VPATH
=
@srcdir@
top_srcdir
=
@top_srcdir@
SUBDIRS
=
arm misc xsl
SUBDIRS
=
arm misc xsl
doxygen
TARGETS
=
@BIND9_MAKE_RULES@
doc/doxygen/.cvsignore
0 → 100644
View file @
29747dfe
Doxyfile
Makefile
doxygen-input-filter
html
xml
doc/doxygen/Doxyfile.in
0 → 100644
View file @
29747dfe
# $Id: Doxyfile.in,v 1.2 2006/12/22 01:44:59 marka Exp $
# Doxyfile 1.4.7
# This file describes the settings to be used by the documentation system
# doxygen (www.doxygen.org) for a project
#
# All text after a hash (#) is considered a comment and will be ignored
# The format is:
# TAG = value [value, ...]
# For lists items can also be appended using:
# TAG += value [value, ...]
# Values that contain spaces should be placed between quotes (" ")
#---------------------------------------------------------------------------
# Project related configuration options
#---------------------------------------------------------------------------
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project.
PROJECT_NAME = "BIND9 Internals"
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or
# if some version control system is used.
PROJECT_NUMBER = $(BIND9_VERSION)
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
# If a relative path is entered, it will be relative to the location
# where doxygen was started. If left blank the current directory will be used.
OUTPUT_DIRECTORY =
# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
# 4096 sub-directories (in 2 levels) under the output directory of each output
# format and will distribute the generated files over these directories.
# Enabling this option can be useful when feeding doxygen a huge amount of
# source files, where putting all generated files in the same directory would
# otherwise cause performance problems for the file system.
CREATE_SUBDIRS = NO
# The OUTPUT_LANGUAGE tag is used to specify the language in which all
# documentation generated by doxygen is written. Doxygen will use this
# information to generate all constant output in the proper language.
# The default language is English, other supported languages are:
# Brazilian, Catalan, Chinese, Chinese-Traditional, Croatian, Czech, Danish,
# Dutch, Finnish, French, German, Greek, Hungarian, Italian, Japanese,
# Japanese-en (Japanese with English messages), Korean, Korean-en, Norwegian,
# Polish, Portuguese, Romanian, Russian, Serbian, Slovak, Slovene, Spanish,
# Swedish, and Ukrainian.
OUTPUT_LANGUAGE = English
# This tag can be used to specify the encoding used in the generated output.
# The encoding is not always determined by the language that is chosen,
# but also whether or not the output is meant for Windows or non-Windows users.
# In case there is a difference, setting the USE_WINDOWS_ENCODING tag to YES
# forces the Windows encoding (this is the default for the Windows binary),
# whereas setting the tag to NO uses a Unix-style encoding (the default for
# all platforms other than Windows).
USE_WINDOWS_ENCODING = NO
# If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
# include brief member descriptions after the members that are listed in
# the file and class documentation (similar to JavaDoc).
# Set to NO to disable this.
BRIEF_MEMBER_DESC = YES
# If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
# the brief description of a member or function before the detailed description.
# Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
# brief descriptions will be completely suppressed.
REPEAT_BRIEF = YES
# This tag implements a quasi-intelligent brief description abbreviator
# that is used to form the text in various listings. Each string
# in this list, if found as the leading text of the brief description, will be
# stripped from the text and the result after processing the whole list, is
# used as the annotated text. Otherwise, the brief description is used as-is.
# If left blank, the following values are used ("$name" is automatically
# replaced with the name of the entity): "The $name class" "The $name widget"
# "The $name file" "is" "provides" "specifies" "contains"
# "represents" "a" "an" "the"
ABBREVIATE_BRIEF =
# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
# Doxygen will generate a detailed section even if there is only a brief
# description.
ALWAYS_DETAILED_SEC = NO
# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
# inherited members of a class in the documentation of that class as if those
# members were ordinary class members. Constructors, destructors and assignment
# operators of the base classes will not be shown.
INLINE_INHERITED_MEMB = NO
# If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
# path before files name in the file list and in the header files. If set
# to NO the shortest path that makes the file name unique will be used.
FULL_PATH_NAMES = YES
# If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
# can be used to strip a user-defined part of the path. Stripping is
# only done if one of the specified strings matches the left-hand part of
# the path. The tag can be used to show relative paths in the file list.
# If left blank the directory from which doxygen is run is used as the
# path to strip.
STRIP_FROM_PATH = @BIND9_TOP_BUILDDIR@/
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
# the path mentioned in the documentation of a class, which tells
# the reader which header file to include in order to use a class.
# If left blank only the name of the header file containing the class
# definition is used. Otherwise one should specify the include paths that
# are normally passed to the compiler using the -I flag.
STRIP_FROM_INC_PATH =
# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
# (but less readable) file names. This can be useful is your file systems
# doesn't support long names like on DOS, Mac, or CD-ROM.
SHORT_NAMES = NO
# If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
# will interpret the first line (until the first dot) of a JavaDoc-style
# comment as the brief description. If set to NO, the JavaDoc
# comments will behave just like the Qt-style comments (thus requiring an
# explicit @brief command for a brief description.
JAVADOC_AUTOBRIEF = NO
# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen
# treat a multi-line C++ special comment block (i.e. a block of //! or ///
# comments) as a brief description. This used to be the default behaviour.
# The new default is to treat a multi-line C++ comment block as a detailed
# description. Set this tag to YES if you prefer the old behaviour instead.
MULTILINE_CPP_IS_BRIEF = NO
# If the DETAILS_AT_TOP tag is set to YES then Doxygen
# will output the detailed description near the top, like JavaDoc.
# If set to NO, the detailed description appears after the member
# documentation.
DETAILS_AT_TOP = NO
# If the INHERIT_DOCS tag is set to YES (the default) then an undocumented
# member inherits the documentation from any documented member that it
# re-implements.
INHERIT_DOCS = YES
# If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce
# a new page for each member. If set to NO, the documentation of a member will
# be part of the file/class/namespace that contains it.
SEPARATE_MEMBER_PAGES = NO
# The TAB_SIZE tag can be used to set the number of spaces in a tab.
# Doxygen uses this value to replace tabs by spaces in code fragments.
TAB_SIZE = 8
# This tag can be used to specify a number of aliases that acts
# as commands in the documentation. An alias has the form "name=value".
# For example adding "sideeffect=\par Side Effects:\n" will allow you to
# put the command \sideeffect (or @sideeffect) in the documentation, which
# will result in a user-defined paragraph with heading "Side Effects:".
# You can put \n's in the value part of an alias to insert newlines.
ALIASES =
# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C
# sources only. Doxygen will then generate output that is more tailored for C.
# For instance, some of the names that are used will be different. The list
# of all members will be omitted, etc.
OPTIMIZE_OUTPUT_FOR_C = YES
# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java
# sources only. Doxygen will then generate output that is more tailored for Java.
# For instance, namespaces will be presented as packages, qualified scopes
# will look different, etc.
OPTIMIZE_OUTPUT_JAVA = NO
# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want to
# include (a tag file for) the STL sources as input, then you should
# set this tag to YES in order to let doxygen match functions declarations and
# definitions whose arguments contain STL classes (e.g. func(std::string); v.s.
# func(std::string) {}). This also make the inheritance and collaboration
# diagrams that involve STL classes more complete and accurate.
BUILTIN_STL_SUPPORT = NO
# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
# tag is set to YES, then doxygen will reuse the documentation of the first
# member in the group (if any) for the other members of the group. By default
# all members of a group must be documented explicitly.
DISTRIBUTE_GROUP_DOC = YES
# Set the SUBGROUPING tag to YES (the default) to allow class member groups of
# the same type (for instance a group of public functions) to be put as a
# subgroup of that type (e.g. under the Public Functions section). Set it to
# NO to prevent subgrouping. Alternatively, this can be done per class using
# the \nosubgrouping command.
SUBGROUPING = YES
#---------------------------------------------------------------------------
# Build related configuration options
#---------------------------------------------------------------------------
# If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
# documentation are documented, even if no documentation was available.
# Private class members and static file members will be hidden unless
# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
EXTRACT_ALL = YES
# If the EXTRACT_PRIVATE tag is set to YES all private members of a class
# will be included in the documentation.
EXTRACT_PRIVATE = YES
# If the EXTRACT_STATIC tag is set to YES all static members of a file
# will be included in the documentation.
EXTRACT_STATIC = YES
# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
# defined locally in source files will be included in the documentation.
# If set to NO only classes defined in header files are included.
EXTRACT_LOCAL_CLASSES = YES
# This flag is only useful for Objective-C code. When set to YES local
# methods, which are defined in the implementation section but not in
# the interface are included in the documentation.
# If set to NO (the default) only methods in the interface are included.
EXTRACT_LOCAL_METHODS = YES
# If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all
# undocumented members of documented classes, files or namespaces.
# If set to NO (the default) these members will be included in the
# various overviews, but no documentation section is generated.
# This option has no effect if EXTRACT_ALL is enabled.
HIDE_UNDOC_MEMBERS = NO
# If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all
# undocumented classes that are normally visible in the class hierarchy.
# If set to NO (the default) these classes will be included in the various
# overviews. This option has no effect if EXTRACT_ALL is enabled.
HIDE_UNDOC_CLASSES = NO
# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all
# friend (class|struct|union) declarations.
# If set to NO (the default) these declarations will be included in the
# documentation.
HIDE_FRIEND_COMPOUNDS = NO
# If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any
# documentation blocks found inside the body of a function.
# If set to NO (the default) these blocks will be appended to the
# function's detailed documentation block.
HIDE_IN_BODY_DOCS = NO
# The INTERNAL_DOCS tag determines if documentation
# that is typed after a \internal command is included. If the tag is set
# to NO (the default) then the documentation will be excluded.
# Set it to YES to include the internal documentation.
INTERNAL_DOCS = NO
# If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate
# file names in lower-case letters. If set to YES upper-case letters are also
# allowed. This is useful if you have classes or files whose names only differ
# in case and if your file system supports case sensitive file names. Windows
# and Mac users are advised to set this option to NO.
CASE_SENSE_NAMES = YES
# If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen
# will show members with their full class and namespace scopes in the
# documentation. If set to YES the scope will be hidden.
HIDE_SCOPE_NAMES = NO
# If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen
# will put a list of the files that are included by a file in the documentation
# of that file.
SHOW_INCLUDE_FILES = YES
# If the INLINE_INFO tag is set to YES (the default) then a tag [inline]
# is inserted in the documentation for inline members.
INLINE_INFO = YES
# If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen
# will sort the (detailed) documentation of file and class members
# alphabetically by member name. If set to NO the members will appear in
# declaration order.
SORT_MEMBER_DOCS = NO
# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the
# brief documentation of file, namespace and class members alphabetically
# by member name. If set to NO (the default) the members will appear in
# declaration order.
SORT_BRIEF_DOCS = NO
# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be
# sorted by fully-qualified names, including namespaces. If set to
# NO (the default), the class list will be sorted only by class name,
# not including the namespace part.
# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
# Note: This option applies only to the class list, not to the
# alphabetical list.
SORT_BY_SCOPE_NAME = NO
# The GENERATE_TODOLIST tag can be used to enable (YES) or
# disable (NO) the todo list. This list is created by putting \todo
# commands in the documentation.
GENERATE_TODOLIST = YES
# The GENERATE_TESTLIST tag can be used to enable (YES) or
# disable (NO) the test list. This list is created by putting \test
# commands in the documentation.
GENERATE_TESTLIST = YES
# The GENERATE_BUGLIST tag can be used to enable (YES) or
# disable (NO) the bug list. This list is created by putting \bug
# commands in the documentation.
GENERATE_BUGLIST = YES
# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or
# disable (NO) the deprecated list. This list is created by putting
# \deprecated commands in the documentation.
GENERATE_DEPRECATEDLIST= YES