96 |
#endif |
#endif |
97 |
|
|
98 |
/* Options. Some are compile-time only, some are run-time only, and some are |
/* Options. Some are compile-time only, some are run-time only, and some are |
99 |
both, so we keep them all distinct. However, almost all the bits in the options |
both, so we keep them all distinct. However, almost all the bits in the options |
100 |
word are now used. In the long run, we may have to re-use some of the |
word are now used. In the long run, we may have to re-use some of the |
101 |
compile-time only bits for runtime options, or vice versa. */ |
compile-time only bits for runtime options, or vice versa. */ |
102 |
|
|
129 |
#define PCRE_BSR_ANYCRLF 0x00800000 /* Compile, exec, DFA exec */ |
#define PCRE_BSR_ANYCRLF 0x00800000 /* Compile, exec, DFA exec */ |
130 |
#define PCRE_BSR_UNICODE 0x01000000 /* Compile, exec, DFA exec */ |
#define PCRE_BSR_UNICODE 0x01000000 /* Compile, exec, DFA exec */ |
131 |
#define PCRE_JAVASCRIPT_COMPAT 0x02000000 /* Compile */ |
#define PCRE_JAVASCRIPT_COMPAT 0x02000000 /* Compile */ |
132 |
#define PCRE_NO_START_OPTIMIZE 0x04000000 /* Exec, DFA exec */ |
#define PCRE_NO_START_OPTIMIZE 0x04000000 /* Compile, exec, DFA exec */ |
133 |
#define PCRE_NO_START_OPTIMISE 0x04000000 /* Synonym */ |
#define PCRE_NO_START_OPTIMISE 0x04000000 /* Synonym */ |
134 |
#define PCRE_PARTIAL_HARD 0x08000000 /* Exec, DFA exec */ |
#define PCRE_PARTIAL_HARD 0x08000000 /* Exec, DFA exec */ |
135 |
#define PCRE_NOTEMPTY_ATSTART 0x10000000 /* Exec, DFA exec */ |
#define PCRE_NOTEMPTY_ATSTART 0x10000000 /* Exec, DFA exec */ |