added (hack) check for GLOB_NOMATCH
This commit is contained in:
parent
a038bcbaf6
commit
f10f166229
|
|
@ -34,7 +34,10 @@
|
|||
#endif
|
||||
|
||||
#ifdef HAVE_GLOB_H
|
||||
#include <glob.h>
|
||||
#include <glob.h>
|
||||
#ifndef GLOB_NOMATCH
|
||||
#define GLOB_NOMATCH -3
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_DIRENT_H
|
||||
|
|
|
|||
Loading…
Reference in New Issue