aboutsummaryrefslogtreecommitdiffstats
path: root/src/regex.c
diff options
context:
space:
mode:
authorDavid J. MacKenzie1994-09-26 21:59:04 +0000
committerDavid J. MacKenzie1994-09-26 21:59:04 +0000
commit0981d1a45e48ecad8219eb62e2e06cc4688b8d6d (patch)
treeed7e22459044e89f4cd92a572cd3a653bf8efa3e /src/regex.c
parentfe56ec1329484031acc3e3820846ceead5f403c9 (diff)
downloademacs-0981d1a45e48ecad8219eb62e2e06cc4688b8d6d.tar.gz
emacs-0981d1a45e48ecad8219eb62e2e06cc4688b8d6d.zip
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 @@
27#define _GNU_SOURCE 27#define _GNU_SOURCE
28 28
29#ifdef HAVE_CONFIG_H 29#ifdef HAVE_CONFIG_H
30#if defined (emacs) || defined (CONFIG_BROKETS)
31/* We use <config.h> instead of "config.h" so that a compilation
32 using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h
33 (which it would do because it found this file in $srcdir). */
34#include <config.h> 30#include <config.h>
35#else
36#include "config.h"
37#endif
38#endif 31#endif
39 32
40/* We need this for `regex.h', and perhaps for the Emacs include files. */ 33/* We need this for `regex.h', and perhaps for the Emacs include files. */