aboutsummaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2018-09-17 07:29:48 +0200
committerAndreas Schneider <asn@cryptomilk.org>2018-09-17 10:48:49 +0200
commit2e8f2f03e794144701a0e391b9d582cda224ba1b (patch)
treed1bf43209e48ddb713054735dfccce3c3eced8e2 /config.h.cmake
parent983d1189d08436ba818b591d7a0185927758349c (diff)
downloadlibssh-2e8f2f03e794144701a0e391b9d582cda224ba1b.tar.gz
libssh-2e8f2f03e794144701a0e391b9d582cda224ba1b.tar.xz
libssh-2e8f2f03e794144701a0e391b9d582cda224ba1b.zip
cmake: Correctly detect if glob has gl_flags member
Thanks to Baruch Siach. Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 96dd4a87..d7adb154 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -89,6 +89,9 @@
/* Define to 1 if you have DSA */
#cmakedefine HAVE_DSA 1
+/* Define to 1 if you have gl_flags as a glob_t sturct member */
+#cmakedefine HAVE_GLOB_GL_FLAGS_MEMBER 1
+
/*************************** FUNCTIONS ***************************/
/* Define to 1 if you have the `EVP_aes128_ctr' function. */