| 45 |
|
|
| 46 |
|
|
| 47 |
#ifdef HAVE_CONFIG_H |
#ifdef HAVE_CONFIG_H |
| 48 |
#include <config.h> |
#include "config.h" |
| 49 |
#endif |
#endif |
| 50 |
|
|
| 51 |
#define NLBLOCK md /* Block containing newline information */ |
#define NLBLOCK md /* Block containing newline information */ |
| 2604 |
md->moptions |= re->options & (PCRE_BSR_ANYCRLF|PCRE_BSR_UNICODE); |
md->moptions |= re->options & (PCRE_BSR_ANYCRLF|PCRE_BSR_UNICODE); |
| 2605 |
#ifdef BSR_ANYCRLF |
#ifdef BSR_ANYCRLF |
| 2606 |
else md->moptions |= PCRE_BSR_ANYCRLF; |
else md->moptions |= PCRE_BSR_ANYCRLF; |
| 2607 |
#endif |
#endif |
| 2608 |
} |
} |
| 2609 |
|
|
| 2610 |
/* Handle different types of newline. The three bits give eight cases. If |
/* Handle different types of newline. The three bits give eight cases. If |
| 2611 |
nothing is set at run time, whatever was used at compile time applies. */ |
nothing is set at run time, whatever was used at compile time applies. */ |