From: Guy Harris Date: Mon, 22 Jan 2018 02:42:09 +0000 (-0800) Subject: Again, we don't replace vfprintf(). X-Git-Tag: tcpdump-4.99-bp~1429 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/a7f76515c46b60d57b4923b77c7100ccc928d077?hp=cc4797157d4dc03b39053c1e11b682f52927d003 Again, we don't replace vfprintf(). --- diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in index 6b6adc32..3346ad69 100644 --- a/cmakeconfig.h.in +++ b/cmakeconfig.h.in @@ -241,9 +241,6 @@ /* Define to 1 if you have the `vfork' function. */ #cmakedefine HAVE_VFORK 1 -/* Define to 1 if you have the `vfprintf' function. */ -#cmakedefine HAVE_VFPRINTF 1 - /* Define to 1 if you have the `vsnprintf' function. */ #cmakedefine HAVE_VSNPRINTF 1 diff --git a/config.h.in b/config.h.in index 6d6930b1..43260010 100644 --- a/config.h.in +++ b/config.h.in @@ -241,9 +241,6 @@ /* Define to 1 if you have the `vfork' function. */ #undef HAVE_VFORK -/* Define to 1 if you have the `vfprintf' function. */ -#undef HAVE_VFPRINTF - /* Define to 1 if you have the `vsnprintf' function. */ #undef HAVE_VSNPRINTF diff --git a/configure b/configure index aeeecb6c..f2b5fdb9 100755 --- a/configure +++ b/configure @@ -5080,19 +5080,6 @@ fi fi -ac_fn_c_check_func "$LINENO" "vfprintf" "ac_cv_func_vfprintf" -if test "x$ac_cv_func_vfprintf" = xyes; then : - $as_echo "#define HAVE_VFPRINTF 1" >>confdefs.h - -else - case " $LIBOBJS " in - *" vfprintf.$ac_objext "* ) ;; - *) LIBOBJS="$LIBOBJS vfprintf.$ac_objext" - ;; -esac - -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