From: ewt Date: Wed, 7 May 1997 15:07:50 +0000 (+0000) Subject: Added config.h, miscfn.h header files X-Git-Tag: rpm-4.4-release~4128 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9c2a152c85f5c6b97f25ac4b0b355d6a816fe967;p=platform%2Fupstream%2Frpm.git Added config.h, miscfn.h header files CVS patchset: 1607 CVS date: 1997/05/07 15:07:50 --- diff --git a/lib/stringbuf.c b/lib/stringbuf.c index 2f3415d..320864e 100644 --- a/lib/stringbuf.c +++ b/lib/stringbuf.c @@ -1,6 +1,10 @@ +#include "config.h" + #include #include #include + +#include "miscfn.h" #include "stringbuf.h" #define BUF_CHUNK 1024 diff --git a/lib/uninstall.c b/lib/uninstall.c index 801db88..28a0932 100644 --- a/lib/uninstall.c +++ b/lib/uninstall.c @@ -18,6 +18,7 @@ #include "messages.h" #include "md5.h" #include "misc.h" +#include "miscfn.h" #include "rpmdb.h" #include "rpmlib.h" diff --git a/misc/fnmatch.c b/misc/fnmatch.c index 50b0a49..00d959b 100644 --- a/misc/fnmatch.c +++ b/misc/fnmatch.c @@ -16,9 +16,10 @@ not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include -#include "miscfn.h" #include +#include "miscfn.h" + /* Comment out all this code if we are using the GNU C Library, and are not actually compiling the library itself. This code is part of the GNU C diff --git a/misc/glob.c b/misc/glob.c index d8b4d54..4f83457 100644 --- a/misc/glob.c +++ b/misc/glob.c @@ -7,7 +7,7 @@ #endif #if defined(sun) && !defined(__svr4__) -#define SYSNDIR +#define SYSDIR #endif /* Copyright (C) 1991, 1992, 1993, 1994 Free Software Foundation, Inc.