changeset 261:215ee9f8804d

GNU file utilities
author Jim Meyering <jim@meyering.net>
date Sun, 09 Oct 1994 05:51:41 +0000
parents 75dc3184a4ff
children 91cbd5d6f7d4
files lib/fnmatch.c lib/rmdir.c
diffstat 2 files changed, 0 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
--- a/lib/fnmatch.c	Sat Oct 08 17:15:23 1994 +0000
+++ b/lib/fnmatch.c	Sun Oct 09 05:51:41 1994 +0000
@@ -16,14 +16,7 @@
 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>
--- a/lib/rmdir.c	Sat Oct 08 17:15:23 1994 +0000
+++ b/lib/rmdir.c	Sun Oct 09 05:51:41 1994 +0000
@@ -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>