summarylogtreecommitdiffstats
path: root/RegularExpression.h.patch
blob: fc0618742a864417a8bea114ec1fa360a9ec482d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
30,39c30,35
< //
< // Copy these definitions from pcre.h
< // to avoid pulling in the entire header file
< //
< extern "C"
< {
< 	struct real_pcre8_or_16;                 /* declaration; the definition is private  */
< 	typedef struct real_pcre8_or_16 pcre;
< 	struct pcre_extra;
< }
---
> #if defined(POCO_UNBUNDLED)
> #include <pcre.h>
> #else
> #include "pcre_config.h"
> #include "pcre.h"
> #endif