tcpdump/missing
Guy Harris 687b442022 Get rid of unnecessary configure script tests and missing/XXX.h headers.
This also fixes configure-script problems on OSes that have IPv6 support
but don't have <netinet6/in6.h> - no standard I could find requires that
header for IPv6 support (the Single UNIX Specification speaks of
<netinet/in.h> for both IPv4 and IPv6, and RFCs 2292 and 3542 don't
mention <netinet6/in6.h>, just <netinet/in.h> and <netinet6/ip6.h>).
2011-02-01 02:08:41 -08:00
..
addrinfo.h Nothing in missing/getaddrinfo.c is used in tcpdump, and it's a pain to 2009-07-08 01:18:11 -07:00
datalinks.c Have the configure script arrange that the Makefile define _U_ 2003-11-16 09:36:07 +00:00
dlnames.c Print both the name and the description of a link-layer type (the name 2003-11-18 23:09:42 +00:00
getnameinfo.c Have the configure script arrange that the Makefile define _U_ 2003-11-16 09:36:07 +00:00
inet_aton.c Have the configure script arrange that the Makefile define _U_ 2003-11-16 09:36:07 +00:00
inet_ntop.c From Gisle Vanem: 2005-02-09 02:25:45 +00:00
inet_pton.c Have the configure script arrange that the Makefile define _U_ 2003-11-16 09:36:07 +00:00
snprintf.c Have the configure script arrange that the Makefile define _U_ 2003-11-16 09:36:07 +00:00
sockstorage.h __ss_len/family is now nonstandard. standards were clarified to use 2002-06-11 17:15:30 +00:00
strdup.c Patch from Pekka Savola <pekkas@netcore.fi> to get rid of "savestr()" 2001-01-20 07:22:20 +00:00
strlcat.c Have the configure script arrange that the Makefile define _U_ 2003-11-16 09:36:07 +00:00
strlcpy.c Have the configure script arrange that the Makefile define _U_ 2003-11-16 09:36:07 +00:00
strsep.c Fix up some compiler warnings. 2003-03-25 08:33:48 +00:00