From: David J. MacKenzie Date: Mon, 26 Sep 1994 21:59:04 +0000 (+0000) Subject: remove CONFIG_BROKETS X-Git-Tag: emacs-19.34~6757 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0981d1a45e48ecad8219eb62e2e06cc4688b8d6d;p=emacs.git remove CONFIG_BROKETS --- 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 @@ your main control loop, etc. to force garbage collection. */ #ifdef HAVE_CONFIG_H -#if defined (emacs) || defined (CONFIG_BROKETS) #include -#else -#include "config.h" -#endif #endif #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 @@ #define _GNU_SOURCE #ifdef HAVE_CONFIG_H -#if defined (emacs) || defined (CONFIG_BROKETS) -/* We use 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 -#else -#include "config.h" -#endif #endif /* We need this for `regex.h', and perhaps for the Emacs include files. */