tcpdump/missing
Guy Harris 1ed63b5d06 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.
2019-08-08 23:21:35 -07:00
..
datalinks.c Always include <config.h> rather than "config.h". 2018-01-21 12:27:28 -08:00
dlnames.c Always include <config.h> rather than "config.h". 2018-01-21 12:27:28 -08:00
getopt_long.c Revert "Clean up the code a bit." 2018-09-14 18:05:55 -07:00
getopt_long.h Move getopt_long.h to missing. 2018-09-14 19:21:06 -07:00
getservent.c Remove more old-compiler compensation. 2019-08-08 23:21:35 -07:00
pcap_dump_ftell.c Stick with one version of pcap_dump_ftell.c. 2018-07-28 13:36:17 +01:00
snprintf.c Remove more old-compiler compensation. 2019-08-08 23:21:35 -07:00
strdup.c libnetdissect code must include 'netdissect.h', not 'interface.h' 2015-09-11 13:22:56 +02:00
strlcat.c Remove all storage class specifier 'register' 2017-12-13 19:17:47 +01:00
strlcpy.c Remove all storage class specifier 'register' 2017-12-13 19:17:47 +01:00
strsep.c Remove all storage class specifier 'register' 2017-12-13 19:17:47 +01:00
win_ether_ntohost.c Remove more old-compiler compensation. 2019-08-08 23:21:35 -07:00
win_ether_ntohost.h Oops, forgot to add missing/win_ether_ntohost.h. 2018-01-23 10:59:09 -08:00