From 2d4f737c35cfcb4c1b5bd1f03461919e0cd57dc4 Mon Sep 17 00:00:00 2001 From: Francois-Xavier Le Bail Date: Sun, 15 Feb 2015 15:32:23 +0100 Subject: configure: add support for cap-ng package It uses '--with-cap-ng', for using libcap-ng [default=yes, if available] --- config.h.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 43a6bc1b..11ce977b 100644 --- a/config.h.in +++ b/config.h.in @@ -18,6 +18,9 @@ /* Define to 1 if you have the `cap_ioctls_limit' function. */ #undef HAVE_CAP_IOCTLS_LIMIT +/* Define to 1 if you have the header file. */ +#undef HAVE_CAP_NG_H + /* Define to 1 if you have the `cap_rights_limit' function. */ #undef HAVE_CAP_RIGHTS_LIMIT @@ -52,6 +55,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H +/* Define to 1 if you have the `cap-ng' library (-lcap-ng). */ +#undef HAVE_LIBCAP_NG + /* Define to 1 if you have the `crypto' library (-lcrypto). */ #undef HAVE_LIBCRYPTO -- cgit v1.2.1