Added config.h, miscfn.h header files
authorewt <devnull@localhost>
Wed, 7 May 1997 15:07:50 +0000 (15:07 +0000)
committerewt <devnull@localhost>
Wed, 7 May 1997 15:07:50 +0000 (15:07 +0000)
CVS patchset: 1607
CVS date: 1997/05/07 15:07:50

lib/stringbuf.c
lib/uninstall.c
misc/fnmatch.c
misc/glob.c

index 2f3415d..320864e 100644 (file)
@@ -1,6 +1,10 @@
+#include "config.h"
+
 #include <stdlib.h>
 #include <ctype.h>
 #include <string.h>
+
+#include "miscfn.h"
 #include "stringbuf.h"
 
 #define BUF_CHUNK 1024
index 801db88..28a0932 100644 (file)
@@ -18,6 +18,7 @@
 #include "messages.h"
 #include "md5.h"
 #include "misc.h"
+#include "miscfn.h"
 #include "rpmdb.h"
 #include "rpmlib.h"
 
index 50b0a49..00d959b 100644 (file)
@@ -16,9 +16,10 @@ not, write to the Free Software Foundation, Inc., 675 Mass Ave,
 Cambridge, MA 02139, USA.  */
 
 #include <errno.h>
-#include "miscfn.h"
 #include <ctype.h>
 
+#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
index d8b4d54..4f83457 100644 (file)
@@ -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.