From 972bfd0560896b74a4e6189d861dd18c194f1dc3 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 27 Sep 1994 19:58:10 +0000 Subject: [PATCH] GNU shell utilities --- lib/alloca.c | 4 ---- lib/error.c | 7 ------- lib/getopt.c | 7 ------- lib/getopt1.c | 7 ------- lib/xmalloc.c | 7 ------- 5 files changed, 32 deletions(-) diff --git a/lib/alloca.c b/lib/alloca.c index d1f4d1a30..7020f32c8 100644 --- a/lib/alloca.c +++ b/lib/alloca.c @@ -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 --git a/lib/error.c b/lib/error.c index df8c048de..e1d24dfce 100644 --- a/lib/error.c +++ b/lib/error.c @@ -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 --git a/lib/getopt.c b/lib/getopt.c index 48e9a539f..964189d2d 100644 --- a/lib/getopt.c +++ b/lib/getopt.c @@ -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 --git a/lib/getopt1.c b/lib/getopt1.c index f784b5757..725c653bb 100644 --- a/lib/getopt1.c +++ b/lib/getopt1.c @@ -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 --git a/lib/xmalloc.c b/lib/xmalloc.c index 2c1532a79..dc44ba4cf 100644 --- a/lib/xmalloc.c +++ b/lib/xmalloc.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 #if __STDC__ -- 2.11.0