2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

Include config parser header files.

This commit is contained in:
James Brister
1999-09-03 20:51:29 +00:00
parent 67d3afc471
commit dcf97f1767

View File

@@ -24,10 +24,14 @@ HEADERS = callbacks.h cert.h compress.h db.h dbiterator.h dbtable.h \
lib.h master.h masterdump.h message.h name.h rbt.h \
rcode.h rdata.h rdataclass.h rdatalist.h rdataset.h \
rdatasetiter.h rdataslab.h rdatatype.h result.h \
secalg.h tcpmsg.h time.h ttl.h types.h view.h
secalg.h tcpmsg.h time.h ttl.h types.h view.h \
confacl.h confcommon.h confctl.h confctx.h \
confip.h confkeys.h conflog.h conflsn.h confparser.h \
confrrset.h confserv.h confzone.h
GENHEADERS = enumclass.h enumtype.h rdatastruct.h
SUBDIRS =
SUBDIRS =
TARGETS =
@BIND9_MAKE_RULES@