summaryrefslogtreecommitdiff
path: root/lib/makepath.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1993-10-12 04:30:50 +0000
committerJim Meyering <jim@meyering.net>1993-10-12 04:30:50 +0000
commit9cfcec5b05d51fd2b2d72adb283b327b08ce868d (patch)
tree804cf6fa977729fd4a77e7a49b03174ec8297581 /lib/makepath.c
parentd463bda0668397cf570d6ca3c1f72dc1110eef43 (diff)
downloadcoreutils-9cfcec5b05d51fd2b2d72adb283b327b08ce868d.tar.xz
merge with 3.8.4b
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 be5f8c347..9e70ed72c 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>