X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fmakepath.c;h=f0303fa8f5de78c900cb6ca6d237205d42de3d87;hb=5b60c6dfee0e445f95117a760622cd33944119d8;hp=e109865c55f44b3e7610497bf4d20c16b7c4899c;hpb=68eb0d909e6de636f9af9a621e34eeaafa5fbac9;p=gnulib.git diff --git a/lib/makepath.c b/lib/makepath.c index e109865c5..f0303fa8f 100644 --- a/lib/makepath.c +++ b/lib/makepath.c @@ -19,14 +19,7 @@ Jim Meyering . */ #ifdef HAVE_CONFIG_H -#if defined (CONFIG_BROKETS) -/* We use 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 -#else -#include "config.h" -#endif #endif #ifdef __GNUC__ @@ -50,11 +43,9 @@ char *alloca (); #include #endif -#ifdef STAT_MACROS_BROKEN -#ifdef S_ISDIR +#ifdef STAT_MACROS_BROKEN #undef S_ISDIR -#endif -#endif /* STAT_MACROS_BROKEN. */ +#endif /* STAT_MACROS_BROKEN. */ #if !defined(S_ISDIR) && defined(S_IFDIR) #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)