diff options
author | Loganaden Velvindron <logan@elandsys.com> | 2014-07-10 12:19:39 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2014-07-10 12:19:39 -0700 |
commit | c8275aaf91cdb3a949d4808f0b64236c8c752b72 (patch) | |
tree | 005f106fd2ccaa19c2ac53a3fabf54c69bb01164 /config.h.in | |
parent | 572d63471c921ba47c0a64fdde867a4afc801ea0 (diff) | |
download | tcpdump-c8275aaf91cdb3a949d4808f0b64236c8c752b72.tar.gz |
Add support for FreeBSD capsicum sandboxing.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index eb48e224..2138832f 100644 --- a/config.h.in +++ b/config.h.in @@ -9,6 +9,21 @@ /* Define to 1 if you have the `bpf_dump' function. */ #undef HAVE_BPF_DUMP +/* capsicum support available */ +#undef HAVE_CAPSICUM + +/* 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 + +/* Define to 1 if you have the `cap_rights_init' function. */ +#undef HAVE_CAP_RIGHTS_INIT + +/* Define to 1 if you have the `cap_rights_limit' function. */ +#undef HAVE_CAP_RIGHTS_LIMIT + /* Define to 1 if you have the declaration of `ether_ntohost', and to 0 if you don't. */ #undef HAVE_DECL_ETHER_NTOHOST @@ -67,6 +82,9 @@ /* Define to 1 if you have the <net/pfvar.h> header file. */ #undef HAVE_NET_PFVAR_H +/* Define to 1 if you have the `openat' function. */ +#undef HAVE_OPENAT + /* Define to 1 if you have the <openssl/evp.h> header file. */ #undef HAVE_OPENSSL_EVP_H |