summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorLoganaden Velvindron <logan@elandsys.com>2014-07-10 12:19:39 -0700
committerGuy Harris <guy@alum.mit.edu>2014-07-10 12:19:39 -0700
commitc8275aaf91cdb3a949d4808f0b64236c8c752b72 (patch)
tree005f106fd2ccaa19c2ac53a3fabf54c69bb01164 /config.h.in
parent572d63471c921ba47c0a64fdde867a4afc801ea0 (diff)
downloadtcpdump-c8275aaf91cdb3a949d4808f0b64236c8c752b72.tar.gz
Add support for FreeBSD capsicum sandboxing.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in18
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