summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2017-02-01 16:13:05 -0800
committerGleb Smirnoff <glebius@FreeBSD.org>2017-02-01 16:13:05 -0800
commitcd3c5880b13c9c25ad480ecafadbfe6e86a7c5c7 (patch)
tree9a72e5336f3a74a813ba07805c7d26aa341d2cbe /config.h.in
parent49b23c5a9b0198bb382dcf43c458d46fcf2fa809 (diff)
downloadtcpdump-cd3c5880b13c9c25ad480ecafadbfe6e86a7c5c7.tar.gz
Add support for libcasper library available on FreeBSD 11.0 and newer.
The patch allows tcpdump to run sandboxed and still do name resolution. The code is obtained from FreeBSD tree, where it was developed by Pawel Jakub Dawidek <pjd@FreeBSD.org> Mariusz Zaborski <oshogbo@FreeBSD.org>
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h.in b/config.h.in
index 27ba4b10..bf5f120d 100644
--- a/config.h.in
+++ b/config.h.in
@@ -12,8 +12,8 @@
/* capsicum support available */
#undef HAVE_CAPSICUM
-/* Define to 1 if you have the `cap_enter' function. */
-#undef HAVE_CAP_ENTER
+/* Casper library available */
+#undef HAVE_CASPER
/* Define to 1 if you have the `cap_ioctls_limit' function. */
#undef HAVE_CAP_IOCTLS_LIMIT