From 77078ddc9a1413db626fb0fb9a09d049edadc898 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Wed, 6 Dec 2000 01:24:24 +0000 Subject: [PATCH] added msgs.h --- lib/isc/include/isc/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/isc/include/isc/Makefile.in b/lib/isc/include/isc/Makefile.in index d55e02bc88..064de55d38 100644 --- a/lib/isc/include/isc/Makefile.in +++ b/lib/isc/include/isc/Makefile.in @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.46 2000/11/14 23:39:14 tale Exp $ +# $Id: Makefile.in,v 1.47 2000/12/06 01:24:24 tale Exp $ srcdir = @srcdir@ VPATH = @srcdir@ @@ -31,7 +31,7 @@ HEADERS = assertions.h base64.h bitstring.h boolean.h buffer.h \ eventclass.h \ file.h formatcheck.h fsaccess.h heap.h hex.h hmacmd5.h \ interfaceiter.h @ISC_IPV6_H@ lang.h lex.h \ - lfsr.h lib.h list.h log.h magic.h md5.h mem.h msgcat.h \ + lfsr.h lib.h list.h log.h magic.h md5.h mem.h msgcat.h msgs.h \ mutexblock.h netaddr.h ondestroy.h os.h \ print.h quota.h random.h ratelimiter.h region.h resource.h \ result.h resultclass.h rwlock.h serial.h sha1.h sockaddr.h \