| 114 |
#include "pcreposix.h" |
#include "pcreposix.h" |
| 115 |
#endif |
#endif |
| 116 |
|
|
| 117 |
/* It is also possible, for the benefit of the version imported into Exim, to |
/* It is also possible, for the benefit of the version currently imported into |
| 118 |
build pcretest without support for UTF8 (define NOUTF8), without the interface |
Exim, to build pcretest without support for UTF8 (define NOUTF8), without the |
| 119 |
to the DFA matcher (NODFA), and without the doublecheck of the old "info" |
interface to the DFA matcher (NODFA), and without the doublecheck of the old |
| 120 |
function (define NOINFOCHECK). */ |
"info" function (define NOINFOCHECK). In fact, we automatically cut out the |
| 121 |
|
UTF8 support if PCRE is built without it. */ |
| 122 |
|
|
| 123 |
|
#ifndef SUPPORT_UTF8 |
| 124 |
|
#ifndef NOUTF8 |
| 125 |
|
#define NOUTF8 |
| 126 |
|
#endif |
| 127 |
|
#endif |
| 128 |
|
|
| 129 |
|
|
| 130 |
/* Other parameters */ |
/* Other parameters */ |