summaryrefslogtreecommitdiffstats
path: root/contrib/tcpdump/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tcpdump/config.h.in')
-rw-r--r--contrib/tcpdump/config.h.in37
1 files changed, 36 insertions, 1 deletions
diff --git a/contrib/tcpdump/config.h.in b/contrib/tcpdump/config.h.in
index a8d564d..a02d6b7 100644
--- a/contrib/tcpdump/config.h.in
+++ b/contrib/tcpdump/config.h.in
@@ -20,6 +20,8 @@
/* define if your struct __res_state has the nsort member */
#undef HAVE_NEW_RES_STATE
+/* define if <inttypes.h> defines PRI[doxu]64 macros */
+#undef INTTYPES_H_DEFINES_FORMATS
/*
* define if struct ether_header.ether_dhost is a struct with ether_addr_octet
@@ -86,6 +88,9 @@
/* define if libpcap has pcap_datalink_val_to_description() */
#undef HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION
+/* define if you have getrpcbynumber() */
+#undef HAVE_GETRPCBYNUMBER
+
/* define if unaligned memory accesses fail */
#undef LBL_ALIGN
@@ -106,9 +111,17 @@
#undef int8_t
#undef int16_t
#undef int32_t
+#undef int64_t
+#undef u_int8_t
#undef u_int16_t
#undef u_int32_t
-#undef u_int8_t
+#undef u_int64_t
+
+/* Workaround for missing 64-bit formats */
+#undef PRId64
+#undef PRIo64
+#undef PRIx64
+#undef PRIu64
/* Whether or not to include the possibly-buggy SMB printer */
#undef TCPDUMP_DO_SMB
@@ -127,9 +140,22 @@
/* Define if you have a dnet_htoa declaration in <netdnet/dnetdb.h>. */
#undef HAVE_NETDNET_DNETDB_H_DNET_HTOA
+/* define if should drop privileges by default */
+#undef WITH_USER
+
+/* define if should chroot when dropping privileges */
+#undef WITH_CHROOT
+
+/* Define to 1 if you have the `alarm' function. */
+#undef HAVE_ALARM
+
/* Define to 1 if you have the `bpf_dump' function. */
#undef HAVE_BPF_DUMP
+/* Define to 1 if you have the declaration of `ether_ntohost', and to 0 if you
+ don't. */
+#undef HAVE_DECL_ETHER_NTOHOST
+
/* Define to 1 if you have the `ether_ntohost' function. */
#undef HAVE_ETHER_NTOHOST
@@ -253,6 +279,12 @@
/* define if your compiler has __attribute__ */
#undef HAVE___ATTRIBUTE__
+/* Define to 1 if netinet/ether.h declares `ether_ntohost' */
+#undef NETINET_ETHER_H_DECLARES_ETHER_NTOHOST
+
+/* Define to 1 if netinet/if_ether.h declares `ether_ntohost' */
+#undef NETINET_IF_ETHER_H_DECLARES_ETHER_NTOHOST
+
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
@@ -280,6 +312,9 @@
/* The size of a `long', as computed by sizeof. */
#undef SIZEOF_LONG
+/* The size of a `long long', as computed by sizeof. */
+#undef SIZEOF_LONG_LONG
+
/* The size of a `short', as computed by sizeof. */
#undef SIZEOF_SHORT
OpenPOWER on IntegriCloud