mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-10 00:32:54 -05:00
snprintf on windows can do %lld, just spurious compiler warnings.
git-svn-id: file:///svn/unbound/trunk@3030 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
e5059e7406
commit
9146dd90b3
2 changed files with 0 additions and 10 deletions
5
configure
vendored
5
configure
vendored
|
|
@ -18073,9 +18073,6 @@ esac
|
|||
fi
|
||||
|
||||
|
||||
|
||||
if test "$on_mingw" != "yes"; then
|
||||
# on windows we use our own snprintf because it is nicer with 64bit %lld.
|
||||
ac_fn_c_check_func "$LINENO" "snprintf" "ac_cv_func_snprintf"
|
||||
if test "x$ac_cv_func_snprintf" = xyes; then :
|
||||
$as_echo "#define HAVE_SNPRINTF 1" >>confdefs.h
|
||||
|
|
@ -18090,8 +18087,6 @@ esac
|
|||
fi
|
||||
|
||||
|
||||
fi
|
||||
|
||||
ac_fn_c_check_func "$LINENO" "strlcat" "ac_cv_func_strlcat"
|
||||
if test "x$ac_cv_func_strlcat" = xyes; then :
|
||||
$as_echo "#define HAVE_STRLCAT 1" >>confdefs.h
|
||||
|
|
|
|||
|
|
@ -953,12 +953,7 @@ fi
|
|||
AC_REPLACE_FUNCS(inet_aton)
|
||||
AC_REPLACE_FUNCS(inet_pton)
|
||||
AC_REPLACE_FUNCS(inet_ntop)
|
||||
|
||||
if test "$on_mingw" != "yes"; then
|
||||
# on windows we use our own snprintf because it is nicer with 64bit %lld.
|
||||
AC_REPLACE_FUNCS(snprintf)
|
||||
fi
|
||||
|
||||
AC_REPLACE_FUNCS(strlcat)
|
||||
AC_REPLACE_FUNCS(strlcpy)
|
||||
AC_REPLACE_FUNCS(memmove)
|
||||
|
|
|
|||
Loading…
Reference in a new issue