summaryrefslogtreecommitdiff
path: root/lib/getopt1.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-09-27 20:52:02 +0000
committerJim Meyering <jim@meyering.net>1994-09-27 20:52:02 +0000
commite13a0b7f4982846cb8165e5188bd306ce8499445 (patch)
tree8fa861d11433fe192a483142d9725fd6f67939cf /lib/getopt1.c
parentd67dbfcf80f35fc86aeb5e991779b6ab8e80689d (diff)
downloadcoreutils-e13a0b7f4982846cb8165e5188bd306ce8499445.tar.xz
merge with 1.10n1
Diffstat (limited to 'lib/getopt1.c')
-rw-r--r--lib/getopt1.c7
1 files changed, 0 insertions, 7 deletions
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 <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"