Mercurial > hg > octave-jordi > gnulib-hg
changeset 127:db319931184f
merge with 1.8b
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Sun, 17 Oct 1993 02:57:53 +0000 |
parents | c74e20573782 |
children | 4aeea06507af |
files | lib/regex.c |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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>