]> Savannah Git Hosting - gnulib.git/commitdiff
GNU shell utilities SHELLUTILS-1_10n1
authorJim Meyering <jim@meyering.net>
Tue, 27 Sep 1994 19:58:10 +0000 (19:58 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 27 Sep 1994 19:58:10 +0000 (19:58 +0000)
lib/alloca.c
lib/error.c
lib/getopt.c
lib/getopt1.c
lib/xmalloc.c

index d1f4d1a302b6b824c2269dd42b16198590c1149c..7020f32c88232398fdcc691bc030958eea68c8d2 100644 (file)
    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
index df8c048defc3fe73078d7eb3854f17c37a8a73fc..e1d24dfce8ea9347b4b9c617efed08477b1ce16e 100644 (file)
 /* 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>
index 48e9a539f3eee9ba67f419270c045a2d71229b8a..964189d2dd4f2f8f0f608cd41417e74cf9c4c17e 100644 (file)
 #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__
index f784b5757c59e1cd26d45fc5ddb0273a7f50b0f4..725c653bbcc25ccb52b1b54a57ac18a17436de61 100644 (file)
    Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 \f
 #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"
index 2c1532a79734b2c2acad177cb4508d90aa2defb8..dc44ba4cf7dbd50a7e629ccdd003149bdbe96978 100644 (file)
    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__