mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
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:1838dec318MFC after: 1 month X-MFC with:1838dec318
This commit is contained in:
parent
1838dec318
commit
06b93ef8cd
1 changed files with 1 additions and 1 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Reference in a new issue