# HG changeset patch # User Jim Meyering # Date 780695890 0 # Node ID 74478d22a1fec9c36811ed0e3433636c6973a311 # Parent ed5f0b3d4c40f0e04de33d882d1eb5d90b71ea9c GNU shell utilities diff -r ed5f0b3d4c40 -r 74478d22a1fe lib/alloca.c --- a/lib/alloca.c Wed Jul 13 13:49:14 1994 +0000 +++ b/lib/alloca.c Tue Sep 27 19:58:10 1994 +0000 @@ -22,11 +22,7 @@ your main control loop, etc. to force garbage collection. */ #ifdef HAVE_CONFIG_H -#if defined (emacs) || defined (CONFIG_BROKETS) #include -#else -#include "config.h" -#endif #endif #ifdef emacs diff -r ed5f0b3d4c40 -r 74478d22a1fe lib/error.c --- a/lib/error.c Wed Jul 13 13:49:14 1994 +0000 +++ b/lib/error.c Tue Sep 27 19:58:10 1994 +0000 @@ -18,14 +18,7 @@ /* Written by David MacKenzie. */ #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 -r ed5f0b3d4c40 -r 74478d22a1fe lib/getopt.c --- a/lib/getopt.c Wed Jul 13 13:49:14 1994 +0000 +++ b/lib/getopt.c Tue Sep 27 19:58:10 1994 +0000 @@ -27,14 +27,7 @@ #endif #ifdef HAVE_CONFIG_H -#if defined (emacs) || 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 #ifndef __STDC__ diff -r ed5f0b3d4c40 -r 74478d22a1fe lib/getopt1.c --- a/lib/getopt1.c Wed Jul 13 13:49:14 1994 +0000 +++ b/lib/getopt1.c Tue Sep 27 19:58:10 1994 +0000 @@ -17,14 +17,7 @@ Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifdef HAVE_CONFIG_H -#if defined (emacs) || 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 "getopt.h" diff -r ed5f0b3d4c40 -r 74478d22a1fe lib/xmalloc.c --- a/lib/xmalloc.c Wed Jul 13 13:49:14 1994 +0000 +++ b/lib/xmalloc.c Tue Sep 27 19:58:10 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 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 #if __STDC__