diff options
author | Guy Harris <guy@alum.mit.edu> | 2018-01-21 18:42:09 -0800 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2018-01-21 18:42:09 -0800 |
commit | a7f76515c46b60d57b4923b77c7100ccc928d077 (patch) | |
tree | 00902fcb33e0e32fb9351c6343d7fccfb4edf431 /config.h.in | |
parent | cc4797157d4dc03b39053c1e11b682f52927d003 (diff) | |
download | tcpdump-a7f76515c46b60d57b4923b77c7100ccc928d077.tar.gz |
Again, we don't replace vfprintf().
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
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 |