diff options
| author | David J. MacKenzie | 1994-09-26 21:59:04 +0000 |
|---|---|---|
| committer | David J. MacKenzie | 1994-09-26 21:59:04 +0000 |
| commit | 0981d1a45e48ecad8219eb62e2e06cc4688b8d6d (patch) | |
| tree | ed7e22459044e89f4cd92a572cd3a653bf8efa3e | |
| parent | fe56ec1329484031acc3e3820846ceead5f403c9 (diff) | |
| download | emacs-0981d1a45e48ecad8219eb62e2e06cc4688b8d6d.tar.gz emacs-0981d1a45e48ecad8219eb62e2e06cc4688b8d6d.zip | |
remove CONFIG_BROKETS
| -rw-r--r-- | src/alloca.c | 4 | ||||
| -rw-r--r-- | src/regex.c | 7 |
2 files changed, 0 insertions, 11 deletions
diff --git a/src/alloca.c b/src/alloca.c index d1f4d1a302b..7020f32c882 100644 --- a/src/alloca.c +++ b/src/alloca.c | |||
| @@ -22,11 +22,7 @@ | |||
| 22 | your main control loop, etc. to force garbage collection. */ | 22 | your main control loop, etc. to force garbage collection. */ |
| 23 | 23 | ||
| 24 | #ifdef HAVE_CONFIG_H | 24 | #ifdef HAVE_CONFIG_H |
| 25 | #if defined (emacs) || defined (CONFIG_BROKETS) | ||
| 26 | #include <config.h> | 25 | #include <config.h> |
| 27 | #else | ||
| 28 | #include "config.h" | ||
| 29 | #endif | ||
| 30 | #endif | 26 | #endif |
| 31 | 27 | ||
| 32 | #ifdef emacs | 28 | #ifdef emacs |
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. */ |