config.h revision fbaaef999ba563838ebd00874ed8a1c01fbf286d
1/* protobuf config.h for MSVC.  On other platforms, this is generated
2 * automatically by autoheader / autoconf / configure. */
3
4/* the location of <hash_map> */
5#define HASH_MAP_H <hash_map>
6
7/* the namespace of hash_map/hash_set */
8#if _MSC_VER < 1310
9#define HASH_NAMESPACE std
10#else
11#define HASH_NAMESPACE stdext
12#endif
13
14/* the location of <hash_set> */
15#define HASH_SET_H <hash_set>
16
17/* define if the compiler has hash_map */
18#define HAVE_HASH_MAP 1
19
20/* define if the compiler has hash_set */
21#define HAVE_HASH_SET 1
22
23/* define if you want to use zlib.  See readme.txt for additional
24 * requirements. */
25// #define HAVE_ZLIB 1
26