changeset 21862:a42f91a779b8

Remove superfluous #ifdefs.
author diego
date Thu, 11 Jan 2007 16:55:59 +0000
parents 0d7fe401a5a7
children 3ede153201f4
files osdep/glob.h
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/osdep/glob.h	Thu Jan 11 09:07:57 2007 +0000
+++ b/osdep/glob.h	Thu Jan 11 16:55:59 2007 +0000
@@ -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 @@
 void globfree(glob_t *pglob);
 
 int  glob(const char *pattern, int flags, int (*errfunc)(const char *epath, int eerrno), glob_t *pglob);
-
-#endif
-#endif