# HG changeset patch # User Jim Meyering # Date 750402142 0 # Node ID df5046c4e18b40fa38d91f87d1791d0e4530be73 # Parent 6b7954afe2bf1c5bea5fd29e84d60f09e22d218e *** empty log message *** diff -r 6b7954afe2bf -r df5046c4e18b src/regex.c --- a/src/regex.c Tue Oct 12 00:53:28 1993 +0000 +++ b/src/regex.c Tue Oct 12 05:02:22 1993 +0000 @@ -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