mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-03 02:41:08 +00:00
9 lines
132 B
Plaintext
9 lines
132 B
Plaintext
|
#ifndef _INCLUDE_CONFIG_H_
|
||
|
#define _INCLUDE_CONFIG_H_
|
||
|
|
||
|
#define R_DEBUG 0
|
||
|
#define R_RTDEBUG 1
|
||
|
|
||
|
/* inlined APIs */
|
||
|
#define R_INLINE 0
|