version 1.3, 2004/06/16 07:43:54 |
version 1.4, 2005/01/18 14:20:19 |
Line 13 static char rcsid[]= |
|
Line 13 static char rcsid[]= |
|
#include "fep_glob.h" |
#include "fep_glob.h" |
#include "fep_funcs.h" |
#include "fep_funcs.h" |
|
|
#if defined(__FreeBSD__) || defined(__CYGWIN__) || defined(__APPLE_CC__) |
#if defined(__FreeBSD__) || defined(__CYGWIN__) || defined(__APPLE_CC__) || defined(__INTERIX) |
#include <regex.h> |
#include <regex.h> |
regex_t Re_pat; |
regex_t Re_pat; |
#define re_comp(p) (regcomp(&Re_pat,(p), REG_EXTENDED|REG_NOSUB)) |
#define re_comp(p) (regcomp(&Re_pat,(p), REG_EXTENDED|REG_NOSUB)) |