diff options
| author | Jim Meyering <jim@meyering.net> | 1998-03-15 11:09:10 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 1998-03-15 11:09:10 +0000 |
| commit | bfbc3ce20cdcfd00c27922c2e78cbff43846fe0d (patch) | |
| tree | 2045f8cb784dbc4f5cb1cbaf83e0d0b05f7277e2 /lib/fileblocks.c | |
| parent | . (diff) | |
| download | coreutils-bfbc3ce20cdcfd00c27922c2e78cbff43846fe0d.tar.gz coreutils-bfbc3ce20cdcfd00c27922c2e78cbff43846fe0d.zip | |
Use #if, not #ifdef with HAVE_ macros
Diffstat (limited to 'lib/fileblocks.c')
| -rw-r--r-- | lib/fileblocks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fileblocks.c b/lib/fileblocks.c index e94d903b0..0c182d8e0 100644 --- a/lib/fileblocks.c +++ b/lib/fileblocks.c @@ -17,7 +17,7 @@ /* Written by Brian L. Matthews, blm@6sceng.UUCP. */ -#ifdef HAVE_CONFIG_H +#if HAVE_CONFIG_H # include <config.h> #endif |
