From dfe5d3330c982d0a46ed2d0856d00b76709cf779 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Mon, 29 Oct 2018 11:26:38 -0700 Subject: [PATCH] added stdatomic.h and md.h --- lib/isc/include/isc/Makefile.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/isc/include/isc/Makefile.in b/lib/isc/include/isc/Makefile.in index 94a42e4a0c4..ece66dc5067 100644 --- a/lib/isc/include/isc/Makefile.in +++ b/lib/isc/include/isc/Makefile.in @@ -18,21 +18,21 @@ VERSION=@BIND9_VERSION@ # machine generated. The latter are handled specially in the # install target below. # -HEADERS = aes.h app.h assertions.h atomic.h backtrace.h base32.h base64.h \ - bind9.h buffer.h bufferlist.h \ +HEADERS = aes.h app.h assertions.h atomic.h backtrace.h \ + base32.h base64.h bind9.h buffer.h bufferlist.h \ commandline.h counter.h crc64.h deprecated.h \ errno.h error.h event.h eventclass.h \ file.h formatcheck.h fsaccess.h fuzz.h \ hash.h heap.h hex.h hmac.h ht.h httpd.h \ interfaceiter.h iterated_hash.h \ json.h lang.h lex.h lfsr.h lib.h likely.h list.h log.h \ - magic.h mem.h meminfo.h msgcat.h msgs.h mutexblock.h \ + magic.h md.h mem.h meminfo.h msgcat.h msgs.h mutexblock.h \ netaddr.h netscope.h nonce.h os.h parseint.h \ pool.h portset.h print.h queue.h quota.h \ radix.h random.h ratelimiter.h refcount.h regex.h \ region.h resource.h result.h resultclass.h rwlock.h \ safe.h serial.h sockaddr.h socket.h \ - stats.h stdio.h strerr.h string.h symtab.h \ + stats.h stdatomic.h stdio.h strerr.h string.h symtab.h \ task.h taskpool.h timer.h tm.h types.h util.h version.h \ xml.h -- GitLab