From: David J. MacKenzie Date: Mon, 26 Sep 1994 21:59:04 +0000 (+0000) Subject: remove CONFIG_BROKETS X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee000fca49980bc2a39687b8461106fe14cf92e4;p=pspp remove CONFIG_BROKETS --- 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. */