remove CONFIG_BROKETS
authorDavid J. MacKenzie <djm@gnu.org>
Mon, 26 Sep 1994 21:59:04 +0000 (21:59 +0000)
committerDavid J. MacKenzie <djm@gnu.org>
Mon, 26 Sep 1994 21:59:04 +0000 (21:59 +0000)
regex.c

diff --git a/regex.c b/regex.c
index 87c3e63edfda539e0c9b3c8a432d36a3098bc48e..d05493b15dd018f63135d352e6df58727eab8d66 100644 (file)
--- a/regex.c
+++ b/regex.c
 #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.  */