summaryrefslogtreecommitdiff
path: root/lib/fileblocks.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-10-02 05:43:03 +0000
committerJim Meyering <jim@meyering.net>1994-10-02 05:43:03 +0000
commitf1ce35a10cd920ec7f3e0aeb99ca39ab665f5783 (patch)
treecef7664c3bbf19e50498589c896b1f31c346ff95 /lib/fileblocks.c
parentc543c4b10c69fba6a27cdd3baace3f677cc91b29 (diff)
downloadcoreutils-f1ce35a10cd920ec7f3e0aeb99ca39ab665f5783.tar.xz
merge with 3.9h
Diffstat (limited to 'lib/fileblocks.c')
-rw-r--r--lib/fileblocks.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/fileblocks.c b/lib/fileblocks.c
index ee82f7596..83ac04fd6 100644
--- a/lib/fileblocks.c
+++ b/lib/fileblocks.c
@@ -18,14 +18,7 @@
/* Written by Brian L. Matthews, blm@6sceng.UUCP. */
#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
#if !defined (HAVE_ST_BLOCKS) && !defined(_POSIX_SOURCE)