From ee000fca49980bc2a39687b8461106fe14cf92e4 Mon Sep 17 00:00:00 2001 From: "David J. MacKenzie" Date: Mon, 26 Sep 1994 21:59:04 +0000 Subject: [PATCH] remove CONFIG_BROKETS --- regex.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/regex.c b/regex.c index 87c3e63edf..d05493b15d 100644 --- a/regex.c +++ b/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. */ -- 2.30.2