From 567b2a322ee3c61e39b58c9aaaf0c21d743adb29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Fri, 9 Jun 2006 08:39:05 +0000 Subject: [PATCH] Our glob(3) has all the required features. Submitted by: ache --- crypto/openssh/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crypto/openssh/config.h b/crypto/openssh/config.h index fc1a45a0b751..f22c3096010a 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 */