comparison src/regex.c @ 9097:35bc87e0b41c

remove CONFIG_BROKETS
author David J. MacKenzie <djm@gnu.org>
date Mon, 26 Sep 1994 21:59:04 +0000
parents dc5353720725
children 0c6e2b5d3850
comparison
equal deleted inserted replaced
9096:51a06d484c05 9097:35bc87e0b41c
25 #endif 25 #endif
26 26
27 #define _GNU_SOURCE 27 #define _GNU_SOURCE
28 28
29 #ifdef HAVE_CONFIG_H 29 #ifdef HAVE_CONFIG_H
30 #if defined (emacs) || defined (CONFIG_BROKETS)
31 /* We use <config.h> instead of "config.h" so that a compilation
32 using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h
33 (which it would do because it found this file in $srcdir). */
34 #include <config.h> 30 #include <config.h>
35 #else
36 #include "config.h"
37 #endif
38 #endif 31 #endif
39 32
40 /* We need this for `regex.h', and perhaps for the Emacs include files. */ 33 /* We need this for `regex.h', and perhaps for the Emacs include files. */
41 #include <sys/types.h> 34 #include <sys/types.h>
42 35