From: Jim Meyering Date: Sun, 9 Oct 1994 05:51:41 +0000 (+0000) Subject: GNU file utilities X-Git-Tag: FILEUTILS-3_9o X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=f2a19cd5f86b0af61882b11fa4e027b6b4d7b791;p=gnulib.git GNU file utilities --- diff --git a/lib/fnmatch.c b/lib/fnmatch.c index df1706cc0c..2fb65b5216 100644 --- a/lib/fnmatch.c +++ b/lib/fnmatch.c @@ -16,14 +16,7 @@ not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #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 diff --git a/lib/rmdir.c b/lib/rmdir.c index f10b3969e6..477227ba95 100644 --- a/lib/rmdir.c +++ b/lib/rmdir.c @@ -16,14 +16,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #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