diff options
author | Jim Meyering <jim@meyering.net> | 1994-10-19 03:39:33 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1994-10-19 03:39:33 +0000 |
commit | 544baf5482a56229515f24806f35ab1a847f3504 (patch) | |
tree | c522a976b4153fe4225529d50bab5a186bf55eb8 /src/csplit.c | |
parent | 6a76abbf9c911e179a4d6fbd38940077ad1a0f3a (diff) | |
download | coreutils-544baf5482a56229515f24806f35ab1a847f3504.tar.xz |
merge with 1.9.1h
Diffstat (limited to 'src/csplit.c')
-rw-r--r-- | src/csplit.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/csplit.c b/src/csplit.c index b7216cfd7..fa3dd70c0 100644 --- a/src/csplit.c +++ b/src/csplit.c @@ -18,16 +18,7 @@ /* Written by Stuart Kemp, cpsrk@groper.jcu.edu.au. Modified by David MacKenzie, djm@gnu.ai.mit.edu. */ -#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 #include <stdio.h> #include <getopt.h> |