summaryrefslogtreecommitdiff
path: root/lib/getopt.c
diff options
context:
space:
mode:
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__