diff options
author | Francois-Xavier Le Bail <fx.lebail@yahoo.com> | 2015-02-15 15:32:23 +0100 |
---|---|---|
committer | Francois-Xavier Le Bail <fx.lebail@yahoo.com> | 2015-02-15 15:32:23 +0100 |
commit | 2d4f737c35cfcb4c1b5bd1f03461919e0cd57dc4 (patch) | |
tree | 3f24e8fb439cab0390e8a499f69f7d6a0a062be9 /config.h.in | |
parent | d5be981c91f153934cda3361567c857fc8d64886 (diff) | |
download | tcpdump-2d4f737c35cfcb4c1b5bd1f03461919e0cd57dc4.tar.gz |
configure: add support for cap-ng package
It uses '--with-cap-ng', for using libcap-ng [default=yes, if available]
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
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 <cap-ng.h> 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 <inttypes.h> 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 |