summaryrefslogtreecommitdiffstats
path: root/osdep
diff options
context:
space:
mode:
Diffstat (limited to 'osdep')
-rw-r--r--osdep/glob.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/osdep/glob.h b/osdep/glob.h
index 4505bdb0f2..d65dca4142 100644
--- a/osdep/glob.h
+++ b/osdep/glob.h
@@ -1,7 +1,5 @@
#include "config.h"
-#ifndef HAVE_GLOB
-#ifdef __MINGW32__
typedef struct {
size_t gl_pathc;
char **gl_pathv;
@@ -11,6 +9,3 @@ typedef struct {
void globfree(glob_t *pglob);
int glob(const char *pattern, int flags, int (*errfunc)(const char *epath, int eerrno), glob_t *pglob);
-
-#endif
-#endif