diff options
author | Russell King <rmk+kernel@armlinux.org.uk> | 2020-11-19 14:35:34 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@armlinux.org.uk> | 2020-11-19 14:35:34 +0000 |
commit | da61ea6e7af1b92a1e823fbb7b3bb3421e1bd73a (patch) | |
tree | d6ebde7934cfa4349ac0c4f6b53394533a9adfcf /config.h.in | |
parent | 94e91aa0e60551ebfe1c236176f455761909df7c (diff) |
Update autoconf files
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 692cf85..aec9458 100644 --- a/config.h.in +++ b/config.h.in @@ -76,6 +76,9 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H +/* Define to 1 if libcap (-lcap) is available. */ +#undef HAVE_LIBCAP + /* Define to 1 if you have the `crypto' library (-lcrypto). */ #undef HAVE_LIBCRYPTO |