- (dtucker) [includes.h] Add missing ifdef GLOB_HAS_GL_STATV to fix build.
This commit is contained in:
parent
6fd2d7de4b
commit
a53939332d
|
@ -1,3 +1,6 @@
|
||||||
|
20101024
|
||||||
|
- (dtucker) [includes.h] Add missing ifdef GLOB_HAS_GL_STATV to fix build.
|
||||||
|
|
||||||
20101021
|
20101021
|
||||||
- OpenBSD CVS Sync
|
- OpenBSD CVS Sync
|
||||||
- dtucker@cvs.openbsd.org 2010/10/12 02:22:24
|
- dtucker@cvs.openbsd.org 2010/10/12 02:22:24
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
# include <bstring.h>
|
# include <bstring.h>
|
||||||
#endif
|
#endif
|
||||||
#if defined(HAVE_GLOB_H) && defined(GLOB_HAS_ALTDIRFUNC) && \
|
#if defined(HAVE_GLOB_H) && defined(GLOB_HAS_ALTDIRFUNC) && \
|
||||||
defined(GLOB_HAS_GL_MATCHC) && \
|
defined(GLOB_HAS_GL_MATCHC) && defined(GLOB_HAS_GL_STATV) && \
|
||||||
defined(HAVE_DECL_GLOB_NOMATCH) && HAVE_DECL_GLOB_NOMATCH != 0 && \
|
defined(HAVE_DECL_GLOB_NOMATCH) && HAVE_DECL_GLOB_NOMATCH != 0 && \
|
||||||
!defined(BROKEN_GLOB)
|
!defined(BROKEN_GLOB)
|
||||||
# include <glob.h>
|
# include <glob.h>
|
||||||
|
|
Loading…
Reference in New Issue