diff options
| author | Jim Meyering <jim@meyering.net> | 1993-10-12 05:02:22 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 1993-10-12 05:02:22 +0000 |
| commit | 2f4e547fcb56c6f99c620370434d888cd81d7082 (patch) | |
| tree | 0ceef14e153b17d8bb9e15b6ee9ee8c95e0844ea /src/regex.c | |
| parent | fd95709ebc2847722e899033f0e181fd73e5cd8f (diff) | |
| download | emacs-2f4e547fcb56c6f99c620370434d888cd81d7082.tar.gz | |
*** empty log message ***
Diffstat (limited to 'src/regex.c')
| -rw-r--r-- | src/regex.c | 11 |
1 files changed, 11 insertions, 0 deletions
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 <config.h> 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 <config.h> +#else +#include "config.h" +#endif +#endif + /* We need this for `regex.h', and perhaps for the Emacs include files. */ #include <sys/types.h> |
