aboutsummaryrefslogtreecommitdiff
path: root/dep/protobuf/tc_custom/config.h
blob: cadb14e9027e7ded0f7d2d1668fc889425ad8d9c (plain)
1
2
3
4
5
6
7
8
9
10
11
/* Do not define anything - we want to avoid having to maintain complex custom build scripts */

/* define if the compiler has hash_map */
//#define HAVE_HASH_MAP 1

/* define if the compiler has hash_set */
//#define HAVE_HASH_SET 1

#if !defined(_MSC_VER)
#define HAVE_PTHREAD
#endif