summaryrefslogtreecommitdiff
path: root/src/sum.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sum.c')
-rw-r--r--src/sum.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/sum.c b/src/sum.c
index bf7003cab..6c68c0b1a 100644
--- a/src/sum.c
+++ b/src/sum.c
@@ -19,16 +19,7 @@
/* Written by Kayvan Aghaiepour and David MacKenzie. */
-#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 <sys/types.h>