changeset 249:74478d22a1fe

GNU shell utilities
author Jim Meyering <jim@meyering.net>
date Tue, 27 Sep 1994 19:58:10 +0000
parents ed5f0b3d4c40
children 8cf333566445
files lib/alloca.c lib/error.c lib/getopt.c lib/getopt1.c lib/xmalloc.c
diffstat 5 files changed, 0 insertions(+), 32 deletions(-) [+]
line wrap: on
line diff
--- 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 <config.h>
-#else
-#include "config.h"
-#endif
 #endif
 
 #ifdef emacs
--- 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 <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 <stdio.h>
--- 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 <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
 
 #ifndef __STDC__
--- 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 <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 "getopt.h"
--- 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 <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
 
 #if __STDC__