43 |
|
|
44 |
|
|
45 |
#ifdef HAVE_CONFIG_H |
#ifdef HAVE_CONFIG_H |
46 |
#include <config.h> |
#include "config.h" |
47 |
#endif |
#endif |
48 |
|
|
49 |
|
|
57 |
# define PCREPOSIX_EXP_DEFN __declspec(dllexport) |
# define PCREPOSIX_EXP_DEFN __declspec(dllexport) |
58 |
#endif |
#endif |
59 |
|
|
60 |
#include <pcre.h> |
#include "pcre.h" |
61 |
#include "pcre_internal.h" |
#include "pcre_internal.h" |
62 |
#include "pcreposix.h" |
#include "pcreposix.h" |
63 |
|
|
64 |
|
|
|
|
|
65 |
/* Table to translate PCRE compile time error codes into POSIX error codes. */ |
/* Table to translate PCRE compile time error codes into POSIX error codes. */ |
66 |
|
|
67 |
static const int eint[] = { |
static const int eint[] = { |