summaryrefslogtreecommitdiff
path: root/lib/makepath.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/makepath.c')
-rw-r--r--lib/makepath.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/makepath.c b/lib/makepath.c
index be5f8c3471..9e70ed72c6 100644
--- a/lib/makepath.c
+++ b/lib/makepath.c
@@ -43,17 +43,6 @@ char *alloca ();
#endif
#endif
-#ifdef HAVE_CONFIG_H
-#if defined (CONFIG_BROKETS)
-/* We use <config.h> instead of "config.h" so that a compilation
- using -I. -I will use ./config.h rather than /config.h
- (which it would do because it found this file in ). */
-#include <config.h>
-#else
-#include "config.h"
-#endif
-#endif
-
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>