summaryrefslogtreecommitdiff
path: root/build/cmake
diff options
context:
space:
mode:
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>2014-09-21 17:45:59 +0900
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>2014-09-21 17:45:59 +0900
commit9769e6f7d5683d79511b40c84fb1c60291e1b72d (patch)
tree36749ad03a5c6c1284ab36a32980051aeca709b4 /build/cmake
parent96c38181092faa7b76773f00bb3260f87d9ffc0d (diff)
downloadlibarchive-9769e6f7d5683d79511b40c84fb1c60291e1b72d.tar.gz
Implement reading a passphrase from ttys.
Diffstat (limited to 'build/cmake')
-rw-r--r--build/cmake/config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/build/cmake/config.h.in b/build/cmake/config.h.in
index baca049d..ee48de87 100644
--- a/build/cmake/config.h.in
+++ b/build/cmake/config.h.in
@@ -781,6 +781,12 @@ typedef uint64_t uintmax_t;
/* Define to 1 if you have the `readlinkat' function. */
#cmakedefine HAVE_READLINKAT 1
+/* Define to 1 if you have the `readpassphrase' function. */
+#cmakedefine HAVE_READPASSPHRASE 1
+
+/* Define to 1 if you have the <readpassphrase.h> header file. */
+#cmakedefine HAVE_READPASSPHRASE_H 1
+
/* Define to 1 if you have the <regex.h> header file. */
#cmakedefine HAVE_REGEX_H 1