]> The Tcpdump Group git mirrors - tcpdump/commit
Remove more old-compiler compensation.
authorGuy Harris <[email protected]>
Fri, 9 Aug 2019 05:39:54 +0000 (22:39 -0700)
committerGuy Harris <[email protected]>
Fri, 9 Aug 2019 06:21:35 +0000 (23:21 -0700)
commit1ed63b5d0630a4b5b4a8d31174d9f3e95a970913
tree47373d65dd7495380858f848fda5368d1dcb180c
parentdfcccf43766e22aec8793b0a3f963d5ec5a52b80
Remove more old-compiler compensation.

We require an environment with a C99-compatible snprintf(), so we don't
need to work around older implementations.  Make the configuration
process fail if we don't have snprintf() and vsnprintf().

We require at least VS 2015, so we don't have to check for _MSC_VER >=
1400.  Make the build fail if we don't have at least VS 2015.

We apparently do, however, have to use __inline, as the VS 2015
documentation doesn't meaning plain old "inline".  Update a comment.
40 files changed:
CMakeLists.txt
addrtoname.c
addrtostr.c
cmakeconfig.h.in
config.h.in
configure
configure.ac
funcattrs.h
missing/getservent.c
missing/snprintf.c
missing/win_ether_ntohost.c
netdissect-stdinc.h
netdissect.c
netdissect.h
parsenfsfh.c
print-ascii.c
print-atalk.c
print-babel.c
print-bgp.c
print-cnfp.c
print-decnet.c
print-fr.c
print-hncp.c
print-icmp.c
print-icmp6.c
print-ipx.c
print-isakmp.c
print-isoclns.c
print-lldp.c
print-nfs.c
print-openflow-1.0.c
print-rx.c
print-snmp.c
print-stp.c
print-sunrpc.c
print-telnet.c
print-zephyr.c
smbutil.c
tcpdump.c
util-print.c