summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-03-17 01:15:38 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-03-17 01:15:38 +0000
commit45b14dbddc244bba8c17d71186c2bc49b355636a (patch)
tree379b4872dcd775fc18feff237342aa331d63031a /acconfig.h
parent7bb8b49596156b85df403d09c2195e2533ec372c (diff)
- Check for gl_matchc support in glob_t and fall back to the
openbsd-compat/glob.[ch] support if it does not exist.
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h
index 65584fc3f..57b5e6076 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
1/* $Id: acconfig.h,v 1.107 2001/03/14 00:39:46 djm Exp $ */ 1/* $Id: acconfig.h,v 1.108 2001/03/17 01:15:38 mouring Exp $ */
2 2
3#ifndef _CONFIG_H 3#ifndef _CONFIG_H
4#define _CONFIG_H 4#define _CONFIG_H
@@ -305,6 +305,9 @@
305/* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */ 305/* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */
306#undef GLOB_HAS_ALTDIRFUNC 306#undef GLOB_HAS_ALTDIRFUNC
307 307
308/* Define if your system glob() function has gl_matchc options in glob_t */
309#undef GLOB_HAS_GL_MATCHC
310
308@BOTTOM@ 311@BOTTOM@
309 312
310/* ******************* Shouldn't need to edit below this line ************** */ 313/* ******************* Shouldn't need to edit below this line ************** */