| OLD | NEW |
| (Empty) |
| 1 /* protobuf config.h for MSVC. On other platforms, this is generated | |
| 2 * automatically by autoheader / autoconf / configure. */ | |
| 3 | |
| 4 #include <google/protobuf/stubs/pbconfig.h> | |
| 5 | |
| 6 #define HASH_MAP_H GOOGLE_PROTOBUF_HASH_MAP_H | |
| 7 #define HASH_NAMESPACE GOOGLE_PROTOBUF_HASH_NAMESPACE | |
| 8 #define HASH_SET_H GOOGLE_PROTOBUF_HASH_SET_H | |
| 9 | |
| 10 #ifdef GOOGLE_PROTOBUF_HAVE_HASH_MAP | |
| 11 #define HAVE_HASH_MAP GOOGLE_PROTOBUF_HAVE_HASH_MAP | |
| 12 #endif | |
| 13 | |
| 14 #ifdef GOOGLE_PROTOBUF_HAVE_HASH_SET | |
| 15 #define HAVE_HASH_SET GOOGLE_PROTOBUF_HAVE_HASH_SET | |
| 16 #endif | |
| 17 | |
| 18 /* define if you want to use zlib. See readme.txt for additional | |
| 19 * requirements. */ | |
| 20 // #define HAVE_ZLIB 1 | |
| OLD | NEW |