| 53 |
circumstance. */ |
circumstance. */ |
| 54 |
|
|
| 55 |
#define PCRE_MAJOR 6 |
#define PCRE_MAJOR 6 |
| 56 |
#define PCRE_MINOR 5 |
#define PCRE_MINOR 7 |
| 57 |
#define PCRE_PRERELEASE |
#define PCRE_PRERELEASE |
| 58 |
#define PCRE_DATE 01-Feb-2006 |
#define PCRE_DATE 04-Jul-2006 |
| 59 |
|
|
| 60 |
/* Win32 uses DLL by default; it needs special stuff for exported functions. */ |
/* Win32 uses DLL by default; it needs special stuff for exported functions |
| 61 |
|
when building PCRE. */ |
| 62 |
|
|
| 63 |
#ifdef _WIN32 |
#ifdef _WIN32 |
| 64 |
# ifdef PCRE_DEFINITION |
# ifdef PCRE_DEFINITION |
| 72 |
# endif |
# endif |
| 73 |
#endif |
#endif |
| 74 |
|
|
| 75 |
/* For other operating systems, we use the standard "extern". */ |
/* Otherwise, we use the standard "extern". */ |
| 76 |
|
|
| 77 |
#ifndef PCRE_DATA_SCOPE |
#ifndef PCRE_DATA_SCOPE |
| 78 |
# ifdef __cplusplus |
# ifdef __cplusplus |
| 114 |
#define PCRE_DFA_SHORTEST 0x00010000 |
#define PCRE_DFA_SHORTEST 0x00010000 |
| 115 |
#define PCRE_DFA_RESTART 0x00020000 |
#define PCRE_DFA_RESTART 0x00020000 |
| 116 |
#define PCRE_FIRSTLINE 0x00040000 |
#define PCRE_FIRSTLINE 0x00040000 |
| 117 |
|
#define PCRE_DUPNAMES 0x00080000 |
| 118 |
|
#define PCRE_NEWLINE_CR 0x00100000 |
| 119 |
|
#define PCRE_NEWLINE_LF 0x00200000 |
| 120 |
|
#define PCRE_NEWLINE_CRLF 0x00300000 |
| 121 |
|
|
| 122 |
/* Exec-time and get/set-time error codes */ |
/* Exec-time and get/set-time error codes */ |
| 123 |
|
|
| 271 |
PCRE_DATA_SCOPE int pcre_get_named_substring(const pcre *, const char *, |
PCRE_DATA_SCOPE int pcre_get_named_substring(const pcre *, const char *, |
| 272 |
int *, int, const char *, const char **); |
int *, int, const char *, const char **); |
| 273 |
PCRE_DATA_SCOPE int pcre_get_stringnumber(const pcre *, const char *); |
PCRE_DATA_SCOPE int pcre_get_stringnumber(const pcre *, const char *); |
| 274 |
|
PCRE_DATA_SCOPE int pcre_get_stringtable_entries(const pcre *, const char *, |
| 275 |
|
char **, char **); |
| 276 |
PCRE_DATA_SCOPE int pcre_get_substring(const char *, int *, int, int, |
PCRE_DATA_SCOPE int pcre_get_substring(const char *, int *, int, int, |
| 277 |
const char **); |
const char **); |
| 278 |
PCRE_DATA_SCOPE int pcre_get_substring_list(const char *, int *, int, |
PCRE_DATA_SCOPE int pcre_get_substring_list(const char *, int *, int, |