30 |
// Author: Sanjay Ghemawat |
// Author: Sanjay Ghemawat |
31 |
|
|
32 |
#ifdef HAVE_CONFIG_H |
#ifdef HAVE_CONFIG_H |
33 |
#include <config.h> |
#include "config.h" |
34 |
|
#endif |
35 |
|
|
36 |
|
#ifdef _WIN32 |
37 |
|
#define HAVE_STRTOQ 1 |
38 |
|
#define strtoll _strtoui64 |
39 |
|
#define strtoull _strtoi64 |
40 |
#endif |
#endif |
41 |
|
|
42 |
#include <stdlib.h> |
#include <stdlib.h> |
49 |
#include <algorithm> |
#include <algorithm> |
50 |
|
|
51 |
#include "pcrecpp_internal.h" |
#include "pcrecpp_internal.h" |
52 |
#include <pcre.h> |
#include "pcre.h" |
53 |
#include "pcrecpp.h" |
#include "pcrecpp.h" |
54 |
#include "pcre_stringpiece.h" |
#include "pcre_stringpiece.h" |
55 |
|
|