aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2023-01-15 06:55:05 +0000
committerCy Schubert <cy@FreeBSD.org>2023-01-15 07:06:40 +0000
commit06b93ef8cda227d755d7f6cfa95d08c0ccc9dc2d (patch)
tree34f81a4a492bfc217ecedddbea623037d9405b70 /usr.sbin
parent1838dec31895fd4752fa8631322ab93be0705a66 (diff)
downloadsrc-06b93ef8cda227d755d7f6cfa95d08c0ccc9dc2d.tar.gz
src-06b93ef8cda227d755d7f6cfa95d08c0ccc9dc2d.zip
unbound: Fix config.h
FreeBSD src does not support HAVE_DECL_EVSIGNAL_ASSIGN. While reviewing the new config.h after regenerating it, this definition was not removed. Updating config.h is a manual process of configuring the port and copying/merging the generated config.h into src. This definition was missed and not removed (#undef'd). Fixes: 1838dec31895fd4752fa8631322ab93be0705a66 MFC after: 1 month X-MFC with: 1838dec31895fd4752fa8631322ab93be0705a66
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/unbound/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/unbound/config.h b/usr.sbin/unbound/config.h
index 7ea0d3151ac5..bd36bb7573f8 100644
--- a/usr.sbin/unbound/config.h
+++ b/usr.sbin/unbound/config.h
@@ -117,7 +117,7 @@
/* Define to 1 if you have the declaration of `evsignal_assign', and to 0 if
you don't. */
-#define HAVE_DECL_EVSIGNAL_ASSIGN 1
+/* #undef HAVE_DECL_EVSIGNAL_ASSIGN */
/* Define to 1 if you have the declaration of `inet_ntop', and to 0 if you
don't. */