diff options
author | Guy Harris <guy@alum.mit.edu> | 2017-02-02 12:18:56 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-02 12:18:56 -0800 |
commit | b8c56aa09228ee6c59af9bd2565bc66b69ac7943 (patch) | |
tree | c02448066a1d68c134ceca9c09a92ad7bda71923 /config.h.in | |
parent | efd50b3e143aa6a2dad1a78a795174a71d6fb18b (diff) | |
parent | cd3c5880b13c9c25ad480ecafadbfe6e86a7c5c7 (diff) | |
download | tcpdump-b8c56aa09228ee6c59af9bd2565bc66b69ac7943.tar.gz |
Merge pull request #588 from glebius/casper
Add support for libcasper library available on FreeBSD 11.0 and newer.
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 |