| 260 |
fi |
fi |
| 261 |
|
|
| 262 |
AC_DEFINE_UNQUOTED([NEWLINE], [$ac_pcre_newline_value], [ |
AC_DEFINE_UNQUOTED([NEWLINE], [$ac_pcre_newline_value], [ |
| 263 |
The value of NEWLINE determines the newline character. On Unix-like |
The value of NEWLINE determines the newline character sequence. On |
| 264 |
systems, "configure" can be used to override the default.]) |
Unix-like systems, "configure" can be used to override the default, |
| 265 |
|
which is 10. The possible values are 10 (LF), 13 (CR), 3338 (CRLF), |
| 266 |
|
or -1 (ANY).]) |
| 267 |
|
|
| 268 |
AC_DEFINE_UNQUOTED([LINK_SIZE], [$with_link_size], [ |
AC_DEFINE_UNQUOTED([LINK_SIZE], [$with_link_size], [ |
| 269 |
The value of LINK_SIZE determines the number of bytes used to store |
The value of LINK_SIZE determines the number of bytes used to store |