XFusion API v1.3.0
载入中...
搜索中...
未找到
xf_common_config.h
浏览该文件的文档.
1
13#ifndef __XF_COMMON_CONFIG_H__
14#define __XF_COMMON_CONFIG_H__
15
16/* ==================== [Includes] ========================================== */
17
18#include "../xf_utils_internal_config.h"
19
20#ifdef __cplusplus
21extern "C" {
22#endif
23
24/* ==================== [Defines] =========================================== */
25
29#if !defined(XF_COMMON_ERR_TO_NAME_LOOKUP_DISABLE) || (XF_COMMON_ERR_TO_NAME_LOOKUP_DISABLE)
30# define XF_COMMON_ERR_TO_NAME_LOOKUP_IS_ENABLE (0)
31#else
32# define XF_COMMON_ERR_TO_NAME_LOOKUP_IS_ENABLE (1)
33#endif
34
38#if !defined(XF_ATTRIBUTE_ENABLE) || (XF_ATTRIBUTE_ENABLE)
39# define XF_ATTRIBUTE_IS_ENABLE (1)
40#else
41# define XF_ATTRIBUTE_IS_ENABLE (0)
42#endif
43
47#if !defined(XF_VERSION_MAJOR)
48#define XF_VERSION_MAJOR 1
49#endif
50
54#if !defined(XF_VERSION_MINOR)
55#define XF_VERSION_MINOR 0
56#endif
57
61#if !defined(XF_VERSION_PATCH)
62#define XF_VERSION_PATCH 0
63#endif
64
65/* ==================== [Typedefs] ========================================== */
66
67/* ==================== [Global Prototypes] ================================= */
68
69/* ==================== [Macros] ============================================ */
70
71#ifdef __cplusplus
72} /*extern "C"*/
73#endif
74
75#endif /* __XF_COMMON_CONFIG_H__ */