mxwcore-legion/dep/protobuf/tc_custom/config.h

12 lines
286 B
C
Raw Normal View History

2023-11-05 15:26:19 -05:00
/* 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