summaryrefslogtreecommitdiff
path: root/src/tac.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tac.c')
-rw-r--r--src/tac.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/tac.c b/src/tac.c
index f5669a91a..d4326a604 100644
--- a/src/tac.c
+++ b/src/tac.c
@@ -35,16 +35,7 @@
tac -r -s '.\|
' file */
-#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 <getopt.h>