From a59640bf27db16e02e01484297e36b7456e163bb Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 22 Jan 2008 22:56:43 +0000 Subject: [PATCH] 2318. [port] ISC_PLATFORM_NEEDTIMESPEC missing from lib/bind/config.h.in. [RT #17514] --- CHANGES | 3 +++ lib/bind/config.h.in | 1 + 2 files changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index cc3cc97e4e..5535b49815 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +2318. [port] ISC_PLATFORM_NEEDTIMESPEC missing from + lib/bind/config.h.in. [RT #17514] + 2317. [bug] "make distclean" removed bind9.xsl.h. [RT #17518] 2316. [port] Missing #include in lib/dns/gssapictx.c. diff --git a/lib/bind/config.h.in b/lib/bind/config.h.in index 69ea285430..97b79a4d3b 100644 --- a/lib/bind/config.h.in +++ b/lib/bind/config.h.in @@ -13,6 +13,7 @@ #undef POSIX_GETGRNAM_R #undef HAVE_MEMMOVE #undef HAVE_MEMCHR +#undef ISC_PLATFORM_NEEDTIMESPEC #undef NEED_SETGROUPENT #undef NEED_GETGROUPLIST -- GitLab