aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2017-02-02 19:56:41 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2017-02-02 19:56:41 +0000
commit3057e051bed1268846bad616bcb715927c558293 (patch)
treef1f8b0cd56a29cfef9c1f52202d25c6ac88170b4 /usr.sbin/tcpdump
parenta6b15641d66580c4f053df308e3345848e3891ea (diff)
downloadsrc-3057e051bed1268846bad616bcb715927c558293.tar.gz
src-3057e051bed1268846bad616bcb715927c558293.zip
Reduce diff to upstream using HAVE_CAPSICUM instead of __FreeBSD__. It'll also
make it easier to upstream HAVE_CASPER patch.
Notes
Notes: svn path=/head/; revision=313104
Diffstat (limited to 'usr.sbin/tcpdump')
-rw-r--r--usr.sbin/tcpdump/tcpdump/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/tcpdump/tcpdump/config.h b/usr.sbin/tcpdump/tcpdump/config.h
index cd1a712ca3d2..8980b31c8591 100644
--- a/usr.sbin/tcpdump/tcpdump/config.h
+++ b/usr.sbin/tcpdump/tcpdump/config.h
@@ -13,6 +13,9 @@
/* Define to 1 if you have the `bpf_dump' function. */
#define HAVE_BPF_DUMP 1
+/* capsicum support available */
+#define HAVE_CAPSICUM 1
+
/* Casper library support available */
/* See Makefile */
/* #undef HAVE_CASPER */