| 2 |
// Author: Sanjay Ghemawat |
// Author: Sanjay Ghemawat |
| 3 |
|
|
| 4 |
#ifdef HAVE_CONFIG_H |
#ifdef HAVE_CONFIG_H |
| 5 |
#include <config.h> |
#include "config.h" |
| 6 |
#endif |
#endif |
| 7 |
|
|
| 8 |
#include <stdio.h> |
#include <stdio.h> |
| 9 |
#include <map> |
#include <map> |
| 10 |
#include <algorithm> // for make_pair |
#include <algorithm> // for make_pair |
| 11 |
|
|
| 12 |
#include <pcrecpp.h> |
#include "pcrecpp.h" |
| 13 |
#include <pcre_stringpiece.h> |
#include "pcre_stringpiece.h" |
| 14 |
|
|
| 15 |
// CHECK dies with a fatal error if condition is not true. It is *not* |
// CHECK dies with a fatal error if condition is not true. It is *not* |
| 16 |
// controlled by NDEBUG, so the check will be executed regardless of |
// controlled by NDEBUG, so the check will be executed regardless of |