rizin/librz/config.h.in

25 lines
778 B
C

#ifndef _INCLUDE_CONFIG_H_
#define _INCLUDE_CONFIG_H_
#define RZ_DEBUG 0
#define RZ_RTDEBUG 1
/* inlined APIs */
#define RZ_INLINE 0
#define RZ_LOADLIBS 1
#define RZ_EGG_STATIC_PLUGINS @plugins_egg@
#define RZ_BIN_STATIC_PLUGINS @plugins_bin@
#define RZ_BIN_LDR_STATIC_PLUGINS @plugins_bin_ldr@
#define RZ_BIN_XTR_STATIC_PLUGINS @plugins_bin_xtr@
#define RZ_IO_STATIC_PLUGINS @plugins_io@
#define RZ_DEBUG_STATIC_PLUGINS @plugins_debug@
#define RZ_BP_STATIC_PLUGINS @plugins_bp@
#define RZ_ASM_STATIC_PLUGINS @plugins_asm@
#define RZ_ANALYSIS_STATIC_PLUGINS @plugins_analysis@
#define RZ_CORE_STATIC_PLUGINS @plugins_core@
#define RZ_LANG_STATIC_PLUGINS @plugins_lang@
#define RZ_PARSE_STATIC_PLUGINS @plugins_parse@
#define RZ_CRYPTO_STATIC_PLUGINS @plugins_crypto@
#endif