aboutsummaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorJakub Jelen <jjelen@redhat.com>2017-12-11 15:37:02 +0100
committerAndreas Schneider <asn@cryptomilk.org>2017-12-21 11:43:19 +0100
commitb8e301ade328fdfbef37e967241fc5da67111975 (patch)
tree9b24d8c0d25c5d775fed05047235d12bd9192578 /config.h.cmake
parent99c5160cb5a1a169f86d334017efde4cef23ead8 (diff)
downloadlibssh-b8e301ade328fdfbef37e967241fc5da67111975.tar.gz
libssh-b8e301ade328fdfbef37e967241fc5da67111975.tar.xz
libssh-b8e301ade328fdfbef37e967241fc5da67111975.zip
config: Add CMake check for glob()
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index f8869df7..e0460c57 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -20,6 +20,9 @@
/* Define to 1 if you have the <aprpa/inet.h> header file. */
#cmakedefine HAVE_ARPA_INET_H 1
+/* Define to 1 if you have the <glob.h> header file. */
+#cmakedefine HAVE_GLOB_H 1
+
/* Define to 1 if you have the <pty.h> header file. */
#cmakedefine HAVE_PTY_H 1
@@ -151,6 +154,9 @@
/* Define to 1 if you have the `_strtoui64' function. */
#cmakedefine HAVE__STRTOUI64 1
+/* Define to 1 if you have the `glob' function. */
+#cmakedefine HAVE_GLOB 1
+
/*************************** LIBRARIES ***************************/
/* Define to 1 if you have the `crypto' library (-lcrypto). */