From: Jim Meyering Date: Tue, 12 Oct 1993 05:02:22 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-19.34~11005 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2f4e547fcb56c6f99c620370434d888cd81d7082;p=emacs.git *** empty log message *** --- 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