forked from frida/frida-core
-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.h.in
71 lines (48 loc) · 1.67 KB
/
config.h.in
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
/* config.h.in. Generated from configure.ac by autoheader. */
/* Define to filesystem path to the installed agent. */
#mesondefine FRIDA_AGENT_PATH
/* Define to filesystem path to the installed helper. */
#mesondefine FRIDA_HELPER_PATH
/* Define to 1 if OS is Android based. */
#mesondefine HAVE_ANDROID
/* Define to 1 if target is ARM based. */
#mesondefine HAVE_ARM
/* Define to 1 if target is AArch64 based. */
#mesondefine HAVE_ARM64
/* Define to 1 if AddressSanitizer is enabled. */
#mesondefine HAVE_ASAN
/* Define to 1 if OS is Darwin based. */
#mesondefine HAVE_DARWIN
/* Define to 1 if OS is FreeBSD based. */
#mesondefine HAVE_FREEBSD
/* Define to 1 if libc is glibc. */
#mesondefine HAVE_GLIBC
/* Define to 1 if target is x86 based. */
#mesondefine HAVE_I386
/* Define to 1 if OS is iOS. */
#mesondefine HAVE_IOS
/* Define to 1 if OS is Linux based. */
#mesondefine HAVE_LINUX
/* Define to 1 if OS is macOS. */
#mesondefine HAVE_MACOS
/* Define to 1 if Mapper is enabled. */
#mesondefine HAVE_MAPPER
/* Define to 1 if target is MIPS based. */
#mesondefine HAVE_MIPS
/* Define to 1 if you have the <locale.h> header file. */
#mesondefine HAVE_LOCALE_H
/* Define to 1 if libnice is available. */
#mesondefine HAVE_NICE
/* Define to 1 if you have the <xlocale.h> header file. */
#mesondefine HAVE_XLOCALE_H
/* Define to 1 if you have the <sys/user.h> header file. */
#mesondefine HAVE_SYS_USER_H
/* Define to 1 if OS is QNX based. */
#mesondefine HAVE_QNX
/* Define to 1 if libc is uClibc. */
#mesondefine HAVE_UCLIBC
/* Define to 1 if gioopenssl is available. */
#mesondefine HAVE_GIOOPENSSL
#if defined (HAVE_QNX) && !defined (__cplusplus)
# define NULL ((void *) 0)
#endif