maint: include <config.h> first in many files
authorJim Meyering <meyering@redhat.com>
Sat, 26 Sep 2009 18:36:55 +0000 (20:36 +0200)
committerJim Meyering <meyering@redhat.com>
Sat, 26 Sep 2009 18:36:55 +0000 (20:36 +0200)
amiga/tailor.c
crypt.c
lib/match.c
msdos/tailor.c
primos/primos.c
sample/add.c
sample/makecrc.c
sample/sub.c
sample/zread.c
vms/vms.c

index 9f14cc45b6c64e053121527d44d17b95144c7984..50847749e53aadb72ebb5d0110ad0c1ba6e89ce4 100644 (file)
@@ -8,6 +8,7 @@
  * This file contains Amiga specific functions for gzip.
  */
 
+#include <config.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
diff --git a/crypt.c b/crypt.c
index 7be11d85dec70e72c35228ffe00833f3df85a4c7..ff14a7ba0d69676396353a92a8a142b92b99d9a9 100644 (file)
--- a/crypt.c
+++ b/crypt.c
@@ -1,4 +1,5 @@
 /* crypt.c (dummy version) -- do not perform encryption
  * Hardly worth copyrighting :-)
  */
+#include <config.h>
 typedef int dummy;
index ecbf89b8f3f949e04069096ddae5ef493bc60171..48bf5da1f2218c854954ccdf3d527a8e97c42cc2 100644 (file)
@@ -28,6 +28,8 @@
  * David Mosberger-Tang <davidm@hpl.hp.com>.
  */
 
+#include <config.h>
+
 /* Preprocess with -DNO_UNDERLINE if your C compiler does not prefix
  * external symbols with an underline character '_'.
  */
index 3357328421746541811a33b7b30ab5edf191a168..83d86a6087d5c0433ca22084774bb5f7bab72908 100644 (file)
@@ -8,6 +8,7 @@
  * It should be kept to a minimum.
  */
 
+#include <config.h>
 #include "tailor.h"
 #include "gzip.h"
 
index 25dd57e5f08217be5c5482cd0e5ef26b008d4aee..18e228b69be8c5eaad809f5dce407073af73e046 100644 (file)
@@ -8,6 +8,7 @@
 
 #ifdef __50SERIES
 
+#include <config.h>
 #include <stdio.h>
 #include <fcntl.h>
 #include <sys/stat.h>
index 0058d9e39c40edaa35b0be40cec2db878d5f9f7e..cbde9152ad1f047c105ddbe5cd8497712e36df4d 100644 (file)
@@ -6,6 +6,7 @@
    in the stream.  See sub.c for what the filtering is and what it's
    good for. */
 
+#include <config.h>
 #include <stdio.h>
 
 #define MAGIC1    'S' /* sub data */
index e5a95933e6107e7651299260f8d7ff851dc55459..8fa2959c6ee44f60f5fd38b47ee618f365fdf073 100644 (file)
@@ -1,5 +1,6 @@
 /* Not copyrighted 1990 Mark Adler */
 
+#include <config.h>
 #include <stdio.h>
 
 main()
index ec57ca4f232adf0f492a7f8ecf26caf90843b72a..7ac120c4eb13eb640e87f795e6668696dae17eb2 100644 (file)
@@ -33,6 +33,7 @@
       gunzip < double.data.sgz | add > double.data
 */
 
+#include <config.h>
 #include <stdio.h>
 
 #define MAGIC1    'S' /* sub data */
index 3163d42a55892578a86e76b0172587c0f17b3728..12c5a357106904450bc683e2223bcf8c32588d34 100644 (file)
@@ -1,3 +1,4 @@
+#include <config.h>
 #include <stdio.h>
 
 /* Trivial example of reading a gzip'ed file or gzip'ed standard input
index b13b3bb49f2fe257228cb72eee9ce7eab08786d5..3383ee9a4e7f78bda48c31ee7917d18d2d81f1ad 100644 (file)
--- a/vms/vms.c
+++ b/vms/vms.c
@@ -6,6 +6,7 @@
  * and updated by Jean-loup Gailly.
  */
 
+#include <config.h>
 #include <stdio.h>
 
 static char **vms_argv = NULL;