diff options
author | Darren Tucker <dtucker@zip.com.au> | 2007-12-31 21:29:26 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2007-12-31 21:29:26 +1100 |
commit | 528d6fa10afce818b794eb73c8e3693ac5d2c493 (patch) | |
tree | 13711f594511454f9a3ee2af5ea2a110d2cc5ed4 /openbsd-compat/glob.h | |
parent | 5baa170d771de9e95cf30b4c469ece684244cf3e (diff) |
- (dtucker) [configure.ac openbsd-compat/glob.{c,h}] Bug #1407: force use of
builtin glob implementation on Mac OS X. Based on a patch from
vgiffin at apple.
Diffstat (limited to 'openbsd-compat/glob.h')
-rw-r--r-- | openbsd-compat/glob.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsd-compat/glob.h b/openbsd-compat/glob.h index 9f53f7a21..a2b36f974 100644 --- a/openbsd-compat/glob.h +++ b/openbsd-compat/glob.h | |||
@@ -39,7 +39,8 @@ | |||
39 | 39 | ||
40 | #if !defined(HAVE_GLOB_H) || !defined(GLOB_HAS_ALTDIRFUNC) || \ | 40 | #if !defined(HAVE_GLOB_H) || !defined(GLOB_HAS_ALTDIRFUNC) || \ |
41 | !defined(GLOB_HAS_GL_MATCHC) || \ | 41 | !defined(GLOB_HAS_GL_MATCHC) || \ |
42 | !defined(HAVE_DECL_GLOB_NOMATCH) || HAVE_DECL_GLOB_NOMATCH == 0 | 42 | !defined(HAVE_DECL_GLOB_NOMATCH) || HAVE_DECL_GLOB_NOMATCH == 0 || \ |
43 | defined(BROKEN_GLOB) | ||
43 | 44 | ||
44 | #ifndef _GLOB_H_ | 45 | #ifndef _GLOB_H_ |
45 | #define _GLOB_H_ | 46 | #define _GLOB_H_ |