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:		1838dec318
MFC after:	1 month
X-MFC with:	1838dec318
This commit is contained in:
Cy Schubert 2023-01-14 22:55:05 -08:00
parent 1838dec318
commit 06b93ef8cd

View File

@ -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. */