summaryrefslogtreecommitdiff
path: root/pkg/nsd/config.h
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2018-09-29 18:13:13 -0700
committerMichael Forney <mforney@mforney.org>2018-09-29 18:13:13 -0700
commit2f54f77fe7a22b3257d70646f24ed5f84efdd2e7 (patch)
treea03cdaeb3ace022c30df83bc0740094d9a7fe52e /pkg/nsd/config.h
parent9ac0bf12e31feba49ac9c9752c6986ba95e5029e (diff)
nsd: Update to 4.1.25
Diffstat (limited to 'pkg/nsd/config.h')
-rw-r--r--pkg/nsd/config.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkg/nsd/config.h b/pkg/nsd/config.h
index 82f096f1..f03a023d 100644
--- a/pkg/nsd/config.h
+++ b/pkg/nsd/config.h
@@ -1,3 +1,4 @@
+#define ATTR_NORETURN __attribute__((__noreturn__))
#define BIND8_STATS /**/
/* #undef CHROOTDIR */
#define CONFIGDIR "/etc/nsd"
@@ -12,6 +13,7 @@
/* #undef HAVE_ARC4RANDOM_UNIFORM */
#define HAVE_ARPA_INET_H 1
#define HAVE_ATTR_FORMAT 1
+#define HAVE_ATTR_NORETURN 1
#define HAVE_ATTR_UNUSED 1
/* #undef HAVE_B64_NTOP */
/* #undef HAVE_B64_PTON */
@@ -143,10 +145,10 @@
/* #undef NSEC3 */
#define PACKAGE_BUGREPORT "nsd-bugs@nlnetlabs.nl"
#define PACKAGE_NAME "NSD"
-#define PACKAGE_STRING "NSD 4.1.24"
+#define PACKAGE_STRING "NSD 4.1.25"
#define PACKAGE_TARNAME "nsd"
#define PACKAGE_URL ""
-#define PACKAGE_VERSION "4.1.24"
+#define PACKAGE_VERSION "4.1.25"
/* #undef PACKED_STRUCTS */
#define PIDFILE "/run/nsd.pid"
/* #undef RATELIMIT */