X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fmodechange.c;h=8eb8dc55db11c099c4d1f80dd15562bb758c4ab8;hb=e48f10e4203e9770b4c5b9ca75de51b05e7ea0b6;hp=e1212e90a3ce805a1ba545d9310d945e9ce86f4e;hpb=8dcddcc0e43ef50dac490a371163c695cf4c9323;p=gnulib.git diff --git a/lib/modechange.c b/lib/modechange.c index e1212e90a..8eb8dc55d 100644 --- a/lib/modechange.c +++ b/lib/modechange.c @@ -25,14 +25,7 @@ performance gain. */ #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 #include @@ -49,11 +42,9 @@ char *malloc (); #define NULL 0 #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)