config.h 518 B

123456789101112131415161718192021
  1. /* protobuf config.h for MSVC. On other platforms, this is generated
  2. * automatically by autoheader / autoconf / configure. */
  3. /* the location of <hash_map> */
  4. #define HASH_MAP_H <hash_map>
  5. /* the namespace of hash_map/hash_set */
  6. #if _MSC_VER < 1310
  7. #define HASH_NAMESPACE std
  8. #else
  9. #define HASH_NAMESPACE stdext
  10. #endif
  11. /* the location of <hash_set> */
  12. #define HASH_SET_H <hash_set>
  13. /* define if the compiler has hash_map */
  14. #define HAVE_HASH_MAP
  15. /* define if the compiler has hash_set */
  16. #define HAVE_HASH_SET