summaryrefslogtreecommitdiffstats
path: root/contrib/tcpdump/acconfig.h
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2005-05-29 18:17:16 +0000
committersam <sam@FreeBSD.org>2005-05-29 18:17:16 +0000
commit777fc78fe5d7142db2a7e4b9fc3ad2f082e02446 (patch)
tree00ad2d6dd16ad34ea9cdf4e6521ac3fe7179a0f3 /contrib/tcpdump/acconfig.h
parent8c6500f369940b5e6f664368df8ecb0ac8e346d7 (diff)
parent88a191f109e4bbf287e317e4115185aa904a7757 (diff)
downloadFreeBSD-src-777fc78fe5d7142db2a7e4b9fc3ad2f082e02446.zip
FreeBSD-src-777fc78fe5d7142db2a7e4b9fc3ad2f082e02446.tar.gz
This commit was generated by cvs2svn to compensate for changes in r146773,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/tcpdump/acconfig.h')
-rw-r--r--contrib/tcpdump/acconfig.h21
1 files changed, 20 insertions, 1 deletions
diff --git a/contrib/tcpdump/acconfig.h b/contrib/tcpdump/acconfig.h
index 09e8351..4a743b8 100644
--- a/contrib/tcpdump/acconfig.h
+++ b/contrib/tcpdump/acconfig.h
@@ -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
@@ -126,3 +139,9 @@
/* 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
OpenPOWER on IntegriCloud