summaryrefslogtreecommitdiff
path: root/src/cksum.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-10-19 03:39:33 +0000
committerJim Meyering <jim@meyering.net>1994-10-19 03:39:33 +0000
commit544baf5482a56229515f24806f35ab1a847f3504 (patch)
treec522a976b4153fe4225529d50bab5a186bf55eb8 /src/cksum.c
parent6a76abbf9c911e179a4d6fbd38940077ad1a0f3a (diff)
downloadcoreutils-544baf5482a56229515f24806f35ab1a847f3504.tar.xz
merge with 1.9.1h
Diffstat (limited to 'src/cksum.c')
-rw-r--r--src/cksum.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/cksum.c b/src/cksum.c
index 6304c071f..802816d96 100644
--- a/src/cksum.c
+++ b/src/cksum.c
@@ -40,16 +40,7 @@
except foreign language interface (4.9.5.3 of P1003.2/D11.2) support.
Any inconsistency with the standard except 4.9.5.3 is a bug. */
-#ifdef HAVE_CONFIG_H
-#if defined (CONFIG_BROKETS)
-/* We use <config.h> instead of "config.h" so that a compilation
- using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h
- (which it would do because it found this file in $srcdir). */
#include <config.h>
-#else
-#include "config.h"
-#endif
-#endif
#ifdef CRCTAB