From 2f4e547fcb56c6f99c620370434d888cd81d7082 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 12 Oct 1993 05:02:22 +0000 Subject: [PATCH] *** empty log message *** --- src/regex.c | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/regex.c b/src/regex.c index 15ca91bc54a..8b7aecf0d80 100644 --- a/src/regex.c +++ b/src/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.39.5