From 1fb50928ce27360c1c987312774f686b23c69b51 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 2 Feb 2017 12:19:28 -0800 Subject: Regenerate config files. --- config.h.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'config.h.in') 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 -- cgit v1.2.1