mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
configure generated.
git-svn-id: file:///svn/unbound/trunk@3082 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
a2bf135003
commit
93009bd9f2
2 changed files with 8 additions and 0 deletions
|
|
@ -572,6 +572,9 @@
|
|||
/* Define to 1 if on MINIX. */
|
||||
#undef _MINIX
|
||||
|
||||
/* Enable for compile on Minix */
|
||||
#undef _NETBSD_SOURCE
|
||||
|
||||
/* Define to 2 if the system does not provide POSIX.1 features except with
|
||||
this defined. */
|
||||
#undef _POSIX_1_SOURCE
|
||||
|
|
|
|||
5
configure
vendored
5
configure
vendored
|
|
@ -4156,6 +4156,11 @@ $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
|
|||
|
||||
|
||||
|
||||
if test "$ac_cv_header_minix_config_h" = "yes"; then
|
||||
|
||||
$as_echo "#define _NETBSD_SOURCE 1" >>confdefs.h
|
||||
|
||||
fi
|
||||
|
||||
case "$prefix" in
|
||||
NONE)
|
||||
|
|
|
|||
Loading…
Reference in a new issue