diff options
author | Jim Meyering <jim@meyering.net> | 1993-10-06 16:44:26 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1993-10-06 16:44:26 +0000 |
commit | f2080b7714a4dc451a40c9ba12d4c6125a1e69f5 (patch) | |
tree | 1fc76c1b7d92d4010cc1bd278b67a6e540cfabc2 /src/dd.c | |
parent | 19cd821ddb4b6c195239870de617a99781e081ce (diff) | |
download | coreutils-f2080b7714a4dc451a40c9ba12d4c6125a1e69f5.tar.xz |
merge with 3.8.3b
Diffstat (limited to 'src/dd.c')
-rw-r--r-- | src/dd.c | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -53,6 +53,17 @@ 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> |