Include <config.h> unconditionally, to be consistent
authorJim Meyering <jim@meyering.net>
Wed, 23 Aug 2000 16:26:39 +0000 (16:26 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 23 Aug 2000 16:26:39 +0000 (16:26 +0000)
with all the other programs in this directory.

src/md5sum.c
src/tsort.c

index da994f18d3fea049c39ef43efab57c99d720f75f..86d16c5d4c1337fbdcd744d220813c6341e4a536 100644 (file)
@@ -18,9 +18,7 @@
 
 /* Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>.  */
 
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include <config.h>
 
 #include <getopt.h>
 #include <stdio.h>
index b03e012a598587256c50777f41b5b572ce06a5fb..be0be95d3c7bfad8ef5c1f401669a14dee54fd82 100644 (file)
@@ -21,9 +21,7 @@
    sort) in Donald E. Knuth, The Art of Computer Programming, Volume
    1/Fundamental Algorithms, page 262.  */
 
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include <config.h>
 
 #include <stdio.h>
 #include <assert.h>