Index: pcreposix.h --- pcreposix.h.orig 2007-08-01 11:06:39 +0200 +++ pcreposix.h 2007-11-01 20:28:15 +0100 @@ -129,6 +129,12 @@ /* The functions */ +/* link-time symbol namespace conflict prevention */ +#define regcomp pcreposix_regcomp +#define regexec pcreposix_regexec +#define regerror pcreposix_regerror +#define regfree pcreposix_regfree + PCREPOSIX_EXP_DECL int regcomp(regex_t *, const char *, int); PCREPOSIX_EXP_DECL int regexec(const regex_t *, const char *, size_t, regmatch_t *, int);