mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-01 09:00:46 +00:00
12 lines
161 B
Plaintext
12 lines
161 B
Plaintext
|
#ifndef _INCLUDE_CONFIG_H_
|
||
|
#define _INCLUDE_CONFIG_H_
|
||
|
|
||
|
#define R_DEBUG 0
|
||
|
#define R_RTDEBUG 1
|
||
|
|
||
|
/* inlined APIs */
|
||
|
#define R_INLINE 0
|
||
|
|
||
|
#define DEFAULT_ARCH "x86"
|
||
|
|