237 |
|
|
238 |
If you are going to build PCRE "by hand" on a system without "configure" you |
If you are going to build PCRE "by hand" on a system without "configure" you |
239 |
should copy the distributed config.h.generic to config.h, and then set up the |
should copy the distributed config.h.generic to config.h, and then set up the |
240 |
macros the way you need them. Alternatively, you can avoid editing by using -D |
macro definitions the way you need them. You must then add -DHAVE_CONFIG_H to |
241 |
on the compiler command line to set the macro values. |
all of your compile commands, so that config.h is included at the start of |
242 |
|
every source. |
243 |
|
|
244 |
|
Alternatively, you can avoid editing by using -D on the compiler command line |
245 |
|
to set the macro values. In this case, you do not have to set -DHAVE_CONFIG_H. |
246 |
|
|
247 |
PCRE uses memmove() if HAVE_MEMMOVE is set to 1; otherwise it uses bcopy() if |
PCRE uses memmove() if HAVE_MEMMOVE is set to 1; otherwise it uses bcopy() if |
248 |
HAVE_BCOPY is set to 1. If your system has neither bcopy() nor memmove(), set |
HAVE_BCOPY is set to 1. If your system has neither bcopy() nor memmove(), set |