diff options
author | Jim Meyering <jim@meyering.net> | 1994-10-02 02:09:38 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1994-10-02 02:09:38 +0000 |
commit | f17c045d219e48e96f7a35d37f239627fa0f8fcf (patch) | |
tree | c1cc2f8565c315aebefda2e283632a00595fa4d0 /src/dd.c | |
parent | b055972c6b12e52f0e41a47d47b711e10b530c1b (diff) | |
download | coreutils-f17c045d219e48e96f7a35d37f239627fa0f8fcf.tar.xz |
.
Diffstat (limited to 'src/dd.c')
-rw-r--r-- | src/dd.c | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -53,17 +53,7 @@ sync Pad every input block to size of ibs with trailing NULs. */ -#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 <ctype.h> |