summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-09-27 19:58:10 +0000
committerJim Meyering <jim@meyering.net>1994-09-27 19:58:10 +0000
commit972bfd0560896b74a4e6189d861dd18c194f1dc3 (patch)
tree3585a2111e9f81ef2e80a8a26cdfc13e6c833cb7
parent5ea8d4e765bcb94873c5fdb816a46acb7606f644 (diff)
downloadgnulib-972bfd0560896b74a4e6189d861dd18c194f1dc3.tar.gz
GNU shell utilitiesSHELLUTILS-1_10n1
-rw-r--r--lib/alloca.c4
-rw-r--r--lib/error.c7
-rw-r--r--lib/getopt.c7
-rw-r--r--lib/getopt1.c7
-rw-r--r--lib/xmalloc.c7
5 files changed, 0 insertions, 32 deletions
diff --git a/lib/alloca.c b/lib/alloca.c
index d1f4d1a302..7020f32c88 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 <config.h>
-#else
-#include "config.h"
-#endif
#endif
#ifdef emacs
diff --git a/lib/error.c b/lib/error.c
index df8c048def..e1d24dfce8 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 <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>
diff --git a/lib/getopt.c b/lib/getopt.c
index 48e9a539f3..964189d2dd 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 <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__
diff --git a/lib/getopt1.c b/lib/getopt1.c
index f784b5757c..725c653bbc 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 <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"
diff --git a/lib/xmalloc.c b/lib/xmalloc.c
index 2c1532a797..dc44ba4cf7 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 <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__