summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2006-06-09 08:39:05 +0000
committerdes <des@FreeBSD.org>2006-06-09 08:39:05 +0000
commitd9ba51b5fc925504334864d33f2c31a380ac7e6c (patch)
treea78a8b86c591888c3cb626f3b6ca25dc3875c696 /crypto
parenta34ad0a5f7e494b35b0de8ca96e123cfe4b6d9aa (diff)
downloadFreeBSD-src-d9ba51b5fc925504334864d33f2c31a380ac7e6c.zip
FreeBSD-src-d9ba51b5fc925504334864d33f2c31a380ac7e6c.tar.gz
Our glob(3) has all the required features.
Submitted by: ache
Diffstat (limited to 'crypto')
-rw-r--r--crypto/openssh/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssh/config.h b/crypto/openssh/config.h
index fc1a45a..f22c309 100644
--- a/crypto/openssh/config.h
+++ b/crypto/openssh/config.h
@@ -122,10 +122,10 @@
/* #undef GETSPNAM_CONFLICTING_DEFS */
/* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */
-/* #undef GLOB_HAS_ALTDIRFUNC */
+#define GLOB_HAS_ALTDIRFUNC 1
/* Define if your system glob() function has gl_matchc options in glob_t */
-/* #undef GLOB_HAS_GL_MATCHC */
+#define GLOB_HAS_GL_MATCHC 1
/* Define this if you want GSSAPI support in the version 2 protocol */
/* #undef GSSAPI */
OpenPOWER on IntegriCloud