|
a/src/conf_post.h |
|
b/src/conf_post.h |
|
... |
|
... |
33 |
#undef PACKAGE_NAME
|
33 |
#undef PACKAGE_NAME
|
34 |
#undef PACKAGE_STRING
|
34 |
#undef PACKAGE_STRING
|
35 |
#undef PACKAGE_TARNAME
|
35 |
#undef PACKAGE_TARNAME
|
36 |
#undef PACKAGE_URL
|
36 |
#undef PACKAGE_URL
|
37 |
#undef PACKAGE_VERSION
|
37 |
#undef PACKAGE_VERSION
|
38 |
|
|
|
39 |
#ifdef __cplusplus
|
|
|
40 |
#define UNORDERED_MAP_INCLUDE <unordered_map>
|
|
|
41 |
#define UNORDERED_SET_INCLUDE <unordered_set>
|
|
|
42 |
#define STD_UNORDERED_MAP std::unordered_map
|
|
|
43 |
#define STD_UNORDERED_SET std::unordered_set
|
|
|
44 |
#define STD_FUNCTION std::function
|
|
|
45 |
#define STD_BIND std::bind
|
|
|
46 |
#define STD_PLACEHOLDERS std::placeholders
|
|
|
47 |
#define MEMORY_INCLUDE <memory>
|
|
|
48 |
#define STD_SHARED_PTR std::shared_ptr
|
|
|
49 |
#define STD_WEAK_PTR std::weak_ptr
|
|
|
50 |
#endif /* c++ */
|
|
|