diff options
author | Guy Harris <guy@alum.mit.edu> | 2017-02-02 12:19:28 -0800 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2017-02-02 12:19:28 -0800 |
commit | 1fb50928ce27360c1c987312774f686b23c69b51 (patch) | |
tree | b7260c69b0fef009b1269ac1c34c58a77ab25f17 /config.h.in | |
parent | b8c56aa09228ee6c59af9bd2565bc66b69ac7943 (diff) | |
download | tcpdump-1fb50928ce27360c1c987312774f686b23c69b51.tar.gz |
Regenerate config files.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/config.h.in b/config.h.in index bf5f120d..bbe1811b 100644 --- a/config.h.in +++ b/config.h.in @@ -12,8 +12,8 @@ /* capsicum support available */ #undef HAVE_CAPSICUM -/* Casper library available */ -#undef HAVE_CASPER +/* Define to 1 if you have the `cap_enter' function. */ +#undef HAVE_CAP_ENTER /* Define to 1 if you have the `cap_ioctls_limit' function. */ #undef HAVE_CAP_IOCTLS_LIMIT @@ -24,6 +24,9 @@ /* Define to 1 if you have the `cap_rights_limit' function. */ #undef HAVE_CAP_RIGHTS_LIMIT +/* Casper support available */ +#undef HAVE_CASPER + /* Define to 1 if you have the declaration of `ether_ntohost', and to 0 if you don't. */ #undef HAVE_DECL_ETHER_NTOHOST |