diff options
author | Gleb Smirnoff <glebius@FreeBSD.org> | 2017-02-01 16:13:05 -0800 |
---|---|---|
committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2017-02-01 16:13:05 -0800 |
commit | cd3c5880b13c9c25ad480ecafadbfe6e86a7c5c7 (patch) | |
tree | 9a72e5336f3a74a813ba07805c7d26aa341d2cbe /config.h.in | |
parent | 49b23c5a9b0198bb382dcf43c458d46fcf2fa809 (diff) | |
download | tcpdump-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.in | 4 |
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 |