projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52d0642
)
Include <config.h> unconditionally, to be consistent
author
Jim Meyering
<jim@meyering.net>
Wed, 23 Aug 2000 16:26:39 +0000
(16:26 +0000)
committer
Jim 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
patch
|
blob
|
history
src/tsort.c
patch
|
blob
|
history
diff --git
a/src/md5sum.c
b/src/md5sum.c
index da994f18d3fea049c39ef43efab57c99d720f75f..86d16c5d4c1337fbdcd744d220813c6341e4a536 100644
(file)
--- a/
src/md5sum.c
+++ b/
src/md5sum.c
@@
-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>
diff --git
a/src/tsort.c
b/src/tsort.c
index b03e012a598587256c50777f41b5b572ce06a5fb..be0be95d3c7bfad8ef5c1f401669a14dee54fd82 100644
(file)
--- a/
src/tsort.c
+++ b/
src/tsort.c
@@
-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>