# HG changeset patch # User Karl Heuer # Date 762819963 0 # Node ID 5442ffe004ec28190549ff20d7159073ca0ed6e2 # Parent d71dedd123c186e08eb5b933db790b2487dc050f *** empty log message *** diff -r d71dedd123c1 -r 5442ffe004ec src/regex.c --- a/src/regex.c Fri Mar 04 21:21:08 1994 +0000 +++ b/src/regex.c Fri Mar 04 22:26:03 1994 +0000 @@ -27,7 +27,7 @@ #define _GNU_SOURCE #ifdef HAVE_CONFIG_H -#if defined (CONFIG_BROKETS) +#if defined (emacs) || 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). */