summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2012-05-31 15:51:15 +0300
committerPanu Matilainen <pmatilai@redhat.com>2012-05-31 16:46:40 +0300
commitbf088dbeb5fbc67cae647ec13d02fdabc1a4f64c (patch)
treef76c1f5deab52bf4ae8fc2fb82e9f467d96137b1 /system.h
parent38932d1d175b8ff8a509d2d9995ffb3eb576ff3a (diff)
downloadrpm-bf088dbeb5fbc67cae647ec13d02fdabc1a4f64c.tar.gz
Bury our glob() implementation entirely inside rpmglob.c (RhBug:819680)
- Lump glob.h and glob.c into rpmglob.c in all their g(l)ory libc decorations and make everything static to stop overriding system library symbols with our own glob().
Diffstat (limited to 'system.h')
-rw-r--r--system.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/system.h b/system.h
index dd3573859..6f0b76b67 100644
--- a/system.h
+++ b/system.h
@@ -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>