| 1 |
|
| 2 |
/* config.in is converted by configure into config.h. PCRE is written in
|
| 3 |
Standard C, but there are a few non-standard things it can cope with, allowing
|
| 4 |
it to run on SunOS4 and other "close to standard" systems. The defaults below
|
| 5 |
are the correct ones on a Standard C system. On a non-Unix system you can just
|
| 6 |
copy this file into config.h. */
|
| 7 |
|
| 8 |
/* Define to empty if the keyword does not work. */
|
| 9 |
#undef const
|
| 10 |
|
| 11 |
/* Define to `unsigned' if <stddef.h> doesn't define size_t. */
|
| 12 |
#undef size_t
|
| 13 |
|
| 14 |
/* Undefine if you don't have the strerror function. */
|
| 15 |
#define HAVE_STRERROR
|
| 16 |
|
| 17 |
/* Undefine if you don't have the memmove function. */
|
| 18 |
#define HAVE_MEMMOVE
|
| 19 |
|
| 20 |
/* End */
|