| 9 |
(1) Copy or rename the file config.in as config.h, and change the macros that |
(1) Copy or rename the file config.in as config.h, and change the macros that |
| 10 |
define HAVE_STRERROR and HAVE_MEMMOVE to define them as 1 rather than 0. |
define HAVE_STRERROR and HAVE_MEMMOVE to define them as 1 rather than 0. |
| 11 |
Unfortunately, because of the way Unix autoconf works, the default setting has |
Unfortunately, because of the way Unix autoconf works, the default setting has |
| 12 |
to be 0. |
to be 0. You may also want to make changes to other macros in config.h. In |
| 13 |
|
particular, if you want to force a specific value for newline, you can define |
| 14 |
|
the NEWLINE macro. The default is to use '\n', thereby using whatever value |
| 15 |
|
your compiler gives to '\n'. |
| 16 |
|
|
| 17 |
(2) Copy or rename the file pcre.in as pcre.h, and change the macro definitions |
(2) Copy or rename the file pcre.in as pcre.h, and change the macro definitions |
| 18 |
for PCRE_MAJOR, PCRE_MINOR, and PCRE_DATE near its start to the values set in |
for PCRE_MAJOR, PCRE_MINOR, and PCRE_DATE near its start to the values set in |