-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
global.h.acr
44 lines (36 loc) · 960 Bytes
/
global.h.acr
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#ifndef _GLOBAL_H_
#define _GLOBAL_H_
/* platform */
#define CPU "@TARGET_CPU@"
#define TARGET "@TARGET@"
#undef SIZEOF_OFF_T
#define SIZEOF_OFF_T @SIZEOF_OFF_T
#define _MAEMO_ @MAEMO@
#define W32 @W32@
#define DARWIN @DARWIN@
/* features */
#define NONFREE @NONFREE@
#define DEBUGGER @DEBUGGER@
#define SYSPROXY @SYSPROXY@
#define HAVE_GUI @HAVE_GUI@
#define HAVE_LANG_LUA @HAVE_LANG_LUA@
#define HAVE_LANG_PYTHON @HAVE_LANG_PYTHON@
#define HAVE_LANG_RUBY @HAVE_LANG_RUBY@
#define HAVE_LANG_PERL @HAVE_LANG_PERL@
#define SIZE_OFF_T 8
#if defined(HAVE_VALAC)
#undef HAVE_VALAC
#endif
#define HAVE_VALAC @HAVE_VALAC@
#define LIL_ENDIAN @LIL_ENDIAN@
#define VERSION "@VERSION@"
/* paths */
#define LIBDIR "@LIBDIR@"
#define DOCDIR "@DATADIR@/doc/radare/"
#define SHAREDIR "@DATADIR@"
#define LIBEXECDIR "@LIBEXECDIR@"
/* libraries */
// #define HAVE_LIB_READLINE @HAVE_LIB_READLINE@
#define HAVE_LIB_READLINE 0
#define HAVE_LIB_EWF @HAVE_LIB_EWF@
#endif