diff options
Diffstat (limited to 'system.h')
-rw-r--r-- | system.h | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -137,18 +137,7 @@ extern const char *__progname; /* ============== from misc/miscfn.h */ -#if !defined(USE_GNU_GLOB) -#if HAVE_FNMATCH_H -#include <fnmatch.h> -#endif - -#if HAVE_GLOB_H -#include <glob.h> -#endif -#else -#include "misc/glob.h" #include "misc/fnmatch.h" -#endif #include <dlfcn.h> |