diff options
author | Jim Meyering <jim@meyering.net> | 1994-10-09 05:24:31 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1994-10-09 05:24:31 +0000 |
commit | ec7c19de56adcde87496f8607deb147400441c16 (patch) | |
tree | e9c3787f4e2e1717adca1d1025af762790894f5e | |
parent | a41f5ad96e6f043054eadfd48a59f6ff9a764885 (diff) | |
download | coreutils-ec7c19de56adcde87496f8607deb147400441c16.tar.xz |
.
-rw-r--r-- | lib/fnmatch.c | 7 | ||||
-rw-r--r-- | lib/rmdir.c | 7 |
2 files changed, 0 insertions, 14 deletions
diff --git a/lib/fnmatch.c b/lib/fnmatch.c index df1706cc0..2fb65b521 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 <config.h> 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 <config.h> -#else -#include "config.h" -#endif #endif #include <errno.h> diff --git a/lib/rmdir.c b/lib/rmdir.c index f10b3969e..477227ba9 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 <config.h> 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 <config.h> -#else -#include "config.h" -#endif #endif #include <sys/types.h> |