mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-01 00:51:19 +00:00
19 lines
280 B
C
19 lines
280 B
C
#ifndef _INCLUDE_CONFIG_H_
|
|
#define _INCLUDE_CONFIG_H_
|
|
|
|
/* inlined APIs */
|
|
#define R_INLINE 0
|
|
|
|
#define R_ASM_STATIC_PLUGINS \
|
|
&r_asm_plugin_java, \
|
|
&r_asm_plugin_x86_olly, \
|
|
&r_asm_plugin_mips, 0
|
|
|
|
#define R_BIN_STATIC_PLUGINS \
|
|
0
|
|
|
|
#define R_BININFO_STATIC_PLUGINS \
|
|
0
|
|
|
|
#endif
|