]> andersk Git - openssh.git/blobdiff - includes.h
- Check for gl_matchc support in glob_t and fall back to the
[openssh.git] / includes.h
index 3f834ba86668ee9ed252c0625d44256a0e180564..8b7bb0ed83120fd0fa900ff256b92ca52f89867a 100644 (file)
@@ -54,7 +54,8 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
 #ifdef HAVE_BSTRING_H
 # include <bstring.h>
 #endif
-#if defined(HAVE_GLOB_H) && defined(GLOB_HAS_ALTDIRFUNC)
+#if defined(HAVE_GLOB_H) && defined(GLOB_HAS_ALTDIRFUNC) && \
+    defined(GLOB_HAS_GL_MATCHC)
 # include <glob.h>
 #endif
 #ifdef HAVE_NETGROUP_H
This page took 0.136515 seconds and 4 git commands to generate.