summaryrefslogtreecommitdiff
path: root/lib/getopt.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/getopt.c
parentd67dbfcf80f35fc86aeb5e991779b6ab8e80689d (diff)
downloadcoreutils-e13a0b7f4982846cb8165e5188bd306ce8499445.tar.xz
merge with 1.10n1
Diffstat (limited to 'lib/getopt.c')
-rw-r--r--lib/getopt.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/getopt.c b/lib/getopt.c
index 82f6ad916..ac0d6f3f7 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__