From 79da6e74863b54e7fb8a619959a7ed5dbda9b1e8 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 17 Oct 1993 02:57:53 +0000 Subject: [PATCH] merge with 1.8b --- lib/regex.c | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lib/regex.c b/lib/regex.c index 15ca91bc54..8b7aecf0d8 100644 --- a/lib/regex.c +++ b/lib/regex.c @@ -26,6 +26,17 @@ #define _GNU_SOURCE +#ifdef HAVE_CONFIG_H +#if 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. */ #include -- 2.30.2