summaryrefslogtreecommitdiff
path: root/src/tr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tr.c')
-rw-r--r--src/tr.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/tr.c b/src/tr.c
index 7e1f3a2c5..f4ec9e0e8 100644
--- a/src/tr.c
+++ b/src/tr.c
@@ -17,16 +17,7 @@
/* Written by Jim Meyering, meyering@cs.utexas.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
/* Get isblank from GNU libc. */
#define _GNU_SOURCE