aboutsummaryrefslogtreecommitdiff
path: root/contrib/tcpdump/config.h.in
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>2001-04-03 07:45:48 +0000
committerBill Fenner <fenner@FreeBSD.org>2001-04-03 07:45:48 +0000
commit685295f4d740a26b206b4cae691262196b887f34 (patch)
tree6aab3a02ca4ebbeac636a060855172c8ebe77d46 /contrib/tcpdump/config.h.in
parentb0453382235492c8e30b09659b52d784128ca7d0 (diff)
downloadsrc-685295f4d740a26b206b4cae691262196b887f34.tar.gz
src-685295f4d740a26b206b4cae691262196b887f34.zip
Virgin import of tcpdump.org tcpdump v3.6.2
Notes
Notes: svn path=/vendor/tcpdump/dist/; revision=75115
Diffstat (limited to 'contrib/tcpdump/config.h.in')
-rw-r--r--contrib/tcpdump/config.h.in85
1 files changed, 35 insertions, 50 deletions
diff --git a/contrib/tcpdump/config.h.in b/contrib/tcpdump/config.h.in
index f07e42a850d0..36926814960b 100644
--- a/contrib/tcpdump/config.h.in
+++ b/contrib/tcpdump/config.h.in
@@ -18,46 +18,21 @@
byte first (like Motorola and SPARC, unlike Intel and VAX). */
#undef WORDS_BIGENDIAN
-/* Define if you have SSLeay XXX why isn't this HAVE_LIBCRYPTO? */
-#undef CRYPTO
-
/* Define if you have SSLeay 0.9.0b with the buggy cast128. */
#undef HAVE_BUGGY_CAST128
-/* Define both to enable IPv6 support XXX why 2? ENABLE_IPV6 is not used. */
-#undef ENABLE_IPV6
+/* Define if you enable IPv6 support */
#undef INET6
/* Define if you enable support for the libsmi. */
#undef LIBSMI
-/* Is T_AAAA predefined? */
-#undef HAVE_AAAA
-
-/* Fallback definition if not in headers */
-/* XXX why is this not #ifndef HAVE_AAA #define T_AAAA ... ? */
-/* XXX or even #ifndef T_AAAA ... */
-#undef T_AAAA
-
/* define if you have struct __res_state_ext */
#undef HAVE_RES_STATE_EXT
/* define if your struct __res_state has the nsort member */
#undef HAVE_NEW_RES_STATE
-/*
- * define if struct ether_header.ether_dhost is a struct with ether_addr_octet
- */
-#undef ETHER_HEADER_HAS_EA
-
-/*
- * define if struct ether_arp.arp_sha is a struct with ether_addr_octet
- */
-#undef ETHER_ARP_HAS_EA
-
-/* define if struct ether_arp contains arp_xsha */
-#undef ETHER_ARP_HAS_X
-
/* define if you have the addrinfo function. */
#undef HAVE_ADDRINFO
@@ -73,15 +48,9 @@
/* define if INADDRSZ is defined (XXX not used!) */
#undef HAVE_INADDRSZ
-/* define if you have <net/slip.h> */
-#undef HAVE_NET_SLIP_H
-
/* define if this is a development version, to use additional prototypes. */
#undef HAVE_OS_PROTO_H
-/* define if <unistd.h> defines __P() */
-#undef HAVE_PORTABLE_PROTOTYPE
-
/* define if RES_USE_INET6 is defined */
#undef HAVE_RES_USE_INET6
@@ -91,6 +60,9 @@
/* define if you have struct sockaddr_storage */
#undef HAVE_SOCKADDR_STORAGE
+/* define if you have both getipnodebyname() and getipnodebyaddr() */
+#undef USE_GETIPNODEBY
+
/* define if unaligned memory accesses fail */
#undef LBL_ALIGN
@@ -106,9 +78,6 @@
/* AIX hack. */
#undef _SUN
-/* OSF hack: "Workaround around ip_hl vs. ip_vhl problem in netinet/ip.h" */
-#undef __STDC__
-
/* Workaround for missing sized types */
/* XXX this should move to the more standard uint*_t */
#undef int16_t
@@ -129,14 +98,23 @@
/* The number of bytes in a short. */
#undef SIZEOF_SHORT
+/* Define if you have the bpf_dump function. */
+#undef HAVE_BPF_DUMP
+
/* Define if you have the ether_ntohost function. */
#undef HAVE_ETHER_NTOHOST
+/* Define if you have the freeaddrinfo function. */
+#undef HAVE_FREEADDRINFO
+
/* Define if you have the getaddrinfo function. */
#undef HAVE_GETADDRINFO
-/* Define if you have the gethostbyname2 function. */
-#undef HAVE_GETHOSTBYNAME2
+/* Define if you have the getipnodebyaddr function. */
+#undef HAVE_GETIPNODEBYADDR
+
+/* Define if you have the getipnodebyname function. */
+#undef HAVE_GETIPNODEBYNAME
/* Define if you have the getnameinfo function. */
#undef HAVE_GETNAMEINFO
@@ -162,26 +140,32 @@
/* Define if you have the sigset function. */
#undef HAVE_SIGSET
+/* Define if you have the snprintf function. */
+#undef HAVE_SNPRINTF
+
/* Define if you have the strcasecmp function. */
#undef HAVE_STRCASECMP
+/* Define if you have the strlcat function. */
+#undef HAVE_STRLCAT
+
+/* Define if you have the strlcpy function. */
+#undef HAVE_STRLCPY
+
/* Define if you have the vfprintf function. */
#undef HAVE_VFPRINTF
+/* Define if you have the vsnprintf function. */
+#undef HAVE_VSNPRINTF
+
/* Define if you have the <cast.h> header file. */
#undef HAVE_CAST_H
/* Define if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H
-/* Define if you have the <malloc.h> header file. */
-#undef HAVE_MALLOC_H
-
-/* Define if you have the <memory.h> header file. */
-#undef HAVE_MEMORY_H
-
-/* Define if you have the <net/slip.h> header file. */
-#undef HAVE_NET_SLIP_H
+/* Define if you have the <netinet/if_ether.h> header file. */
+#undef HAVE_NETINET_IF_ETHER_H
/* Define if you have the <rc5.h> header file. */
#undef HAVE_RC5_H
@@ -192,15 +176,15 @@
/* Define if you have the <smi.h> header file. */
#undef HAVE_SMI_H
-/* Define if you have the <zlib.h> header file. */
-#undef HAVE_ZLIB_H
-
/* Define if you have the crypto library (-lcrypto). */
#undef HAVE_LIBCRYPTO
/* Define if you have the dnet library (-ldnet). */
#undef HAVE_LIBDNET
+/* Define if you have the nsl library (-lnsl). */
+#undef HAVE_LIBNSL
+
/* Define if you have the resolv library (-lresolv). */
#undef HAVE_LIBRESOLV
@@ -216,5 +200,6 @@
/* Define if you have the str library (-lstr). */
#undef HAVE_LIBSTR
-/* Define if you have the z library (-lz). */
-#undef HAVE_LIBZ
+/* define if your compiler has __attribute__ */
+#undef HAVE___ATTRIBUTE__
+