| 36 |
# 2009-04-11 PH applied Christian Ehrlicher's patch to show compiler flags that |
# 2009-04-11 PH applied Christian Ehrlicher's patch to show compiler flags that |
| 37 |
# are set by specifying a release type. |
# are set by specifying a release type. |
| 38 |
# 2010-01-02 PH added test for stdint.h |
# 2010-01-02 PH added test for stdint.h |
| 39 |
# 2010-03-02 PH addes test for inttypes.h |
# 2010-03-02 PH added test for inttypes.h |
| 40 |
|
# 2011-08-01 PH added PCREGREP_BUFSIZE |
| 41 |
|
|
| 42 |
PROJECT(PCRE C CXX) |
PROJECT(PCRE C CXX) |
| 43 |
|
|
| 100 |
SET(PCRE_MATCH_LIMIT_RECURSION "MATCH_LIMIT" CACHE STRING |
SET(PCRE_MATCH_LIMIT_RECURSION "MATCH_LIMIT" CACHE STRING |
| 101 |
"Default limit on internal recursion. See MATCH_LIMIT_RECURSION in config.h.in for details.") |
"Default limit on internal recursion. See MATCH_LIMIT_RECURSION in config.h.in for details.") |
| 102 |
|
|
| 103 |
|
SET(PCREGREP_BUFSIZE "20480" CACHE STRING |
| 104 |
|
"Buffer size parameter for pcregrep. See PCREGREP_BUFSIZE in config.h.in for details.") |
| 105 |
|
|
| 106 |
SET(PCRE_NEWLINE "LF" CACHE STRING |
SET(PCRE_NEWLINE "LF" CACHE STRING |
| 107 |
"What to recognize as a newline (one of CR, LF, CRLF, ANY, ANYCRLF).") |
"What to recognize as a newline (one of CR, LF, CRLF, ANY, ANYCRLF).") |
| 108 |
|
|