summaryrefslogtreecommitdiff
path: root/src/regex.c
diff options
context:
space:
mode:
authorDavid J. MacKenzie <djm@gnu.org>1994-09-26 21:59:04 +0000
committerDavid J. MacKenzie <djm@gnu.org>1994-09-26 21:59:04 +0000
commit67eb5c9a3a00656789188811f905ed27ad8981f0 (patch)
tree92851f041c19d9eb235eaf7e0cca369fa62cb951 /src/regex.c
parentc2daf80cb5a3f1ea8a865e1eb38e4cb9b4c08455 (diff)
downloademacs-67eb5c9a3a00656789188811f905ed27ad8981f0.tar.gz
remove CONFIG_BROKETS
Diffstat (limited to 'src/regex.c')
-rw-r--r--src/regex.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/regex.c b/src/regex.c
index 87c3e63edfd..d05493b15dd 100644
--- a/src/regex.c
+++ b/src/regex.c
@@ -27,14 +27,7 @@
#define _GNU_SOURCE
#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
/* We need this for `regex.h', and perhaps for the Emacs include files. */