forked from frida/frida-gum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.h.in
104 lines (70 loc) · 2.58 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
/* config.h.in. Generated from configure.ac by autoheader. */
/* 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 Duktape runtime is available. */
#mesondefine HAVE_DUKTAPE
/* Define to 1 if you have the <elf.h> header file. */
#mesondefine HAVE_ELF_H
/* Define to 1 if libc is glibc. */
#mesondefine HAVE_GLIBC
/* Define to 1 if GumJS is available. */
#mesondefine HAVE_GUMJS
/* Define to 1 if Gum++ is available. */
#mesondefine HAVE_GUMPP
/* 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 libc has mallinfo struct. */
#mesondefine HAVE_LIBC_MALLINFO
/* Define to 1 if libunwind is available. */
#mesondefine HAVE_LIBUNWIND
/* Define to 1 if you have the <link.h> header file. */
#mesondefine HAVE_LINK_H
/* Define to 1 if OS is Linux based. */
#mesondefine HAVE_LINUX
/* Define if log2() exists. */
#mesondefine HAVE_LOG2
/* Define to 1 if the system has the type `long double'. */
#mesondefine HAVE_LONG_DOUBLE
/* Define to 1 if the system has the type 'long long int'. */
#mesondefine HAVE_LONG_LONG_INT
/* Define to 1 if OS is macOS. */
#mesondefine HAVE_MACOS
/* Define to 1 if target is MIPS based. */
#mesondefine HAVE_MIPS
/* Define if your compiler supports pointer authentication. */
#mesondefine HAVE_PTRAUTH
/* Define to 1 if OS is QNX based. */
#mesondefine HAVE_QNX
/* Define to 1 if you have the <stdint.h> header file. */
#mesondefine HAVE_STDINT_H
/* Define to 1 if TinyCC is available. */
#mesondefine HAVE_TINYCC
/* Define to 1 if you have the <asm/prctl.h> header file. */
#mesondefine HAVE_ASM_PRCTL_H
/* Define to 1 if you have the <asm/ptrace.h> header file. */
#mesondefine HAVE_ASM_PTRACE_H
/* Define to 1 if you have the <sys/elf.h> header file. */
#mesondefine HAVE_SYS_ELF_H
/* Define to 1 if you have the <sys/user.h> header file. */
#mesondefine HAVE_SYS_USER_H
/* Define to 1 if the system has the type 'unsigned long long int'. */
#mesondefine HAVE_UNSIGNED_LONG_LONG_INT
/* Define to 1 if V8 runtime is available. */
#mesondefine HAVE_V8
/* Define to 1 if gioschannel is available. */
#mesondefine HAVE_GIOSCHANNEL
/* Define to 1 if gioopenssl is available. */
#mesondefine HAVE_GIOOPENSSL
#if defined (HAVE_QNX) && !defined (__cplusplus)
# define NULL ((void *) 0)
#endif