|
|
| version 1.2, 2003/06/17 04:25:45 | version 1.3, 2004/02/03 19:22:57 |
|---|---|
| Line 19 | Line 19 |
| Modified July, 1988 by Arthur David Olson to assist BMG speedups */ | Modified July, 1988 by Arthur David Olson to assist BMG speedups */ |
| /* $FreeBSD: src/gnu/usr.bin/grep/dfa.c,v 1.12 2000/01/31 13:28:08 ru Exp $ */ | /* $FreeBSD: src/gnu/usr.bin/grep/dfa.c,v 1.12 2000/01/31 13:28:08 ru Exp $ */ |
| /* $DragonFly: src/gnu/usr.bin/grep/dfa.c,v 1.1 2003/06/16 04:07:08 dillon Exp $ */ | /* $DragonFly$ */ |
| #ifdef HAVE_CONFIG_H | #ifdef HAVE_CONFIG_H |
| #include <config.h> | #include <config.h> |
| Line 103 extern void free(); | Line 103 extern void free(); |
| # endif | # endif |
| #endif | #endif |
| #ifdef __FreeBSD__ | |
| #include <gnuregex.h> | #include <gnuregex.h> |
| #else | |
| #include "regex.h" | |
| #endif | |
| #include "dfa.h" | #include "dfa.h" |
| /* HPUX, define those as macros in sys/param.h */ | /* HPUX, define those as macros in sys/param.h */ |