Our glob(3) has all the required features.

Submitted by:	ache
This commit is contained in:
Dag-Erling Smørgrav 2006-06-09 08:39:05 +00:00
parent 98c61a2292
commit 567b2a322e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=159458

View File

@ -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 */