| 53 |
circumstance. */ |
circumstance. */ |
| 54 |
|
|
| 55 |
#define PCRE_MAJOR 6 |
#define PCRE_MAJOR 6 |
| 56 |
#define PCRE_MINOR 5 |
#define PCRE_MINOR 6 |
| 57 |
#define PCRE_PRERELEASE |
#define PCRE_PRERELEASE |
| 58 |
#define PCRE_DATE 01-Feb-2006 |
#define PCRE_DATE 06-Feb-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 |