]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Again, we don't replace vfprintf().
authorGuy Harris <[email protected]>
Mon, 22 Jan 2018 02:42:09 +0000 (18:42 -0800)
committerGuy Harris <[email protected]>
Mon, 22 Jan 2018 02:42:09 +0000 (18:42 -0800)
cmakeconfig.h.in
config.h.in
configure

index 6b6adc32bb40e6210bd9b90190586162e7f5eb84..3346ad69b6923136b177646e61f17c9e1e02d0d9 100644 (file)
 /* 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
 
index 6d6930b19ab490ba94a9f5f1c4b8eed7d4caa179..43260010e04ea82a37af2a19bfc967dbe8d97e49 100644 (file)
 /* 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
 
index aeeecb6c1a01120c7543b82f30f00b6e017583c7..f2b5fdb9aaa7594e6ec237b160ceae263482365f 100755 (executable)
--- 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