forked from frida/frida-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.h.in
56 lines (38 loc) · 1.32 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
/* 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 OS is Darwin based. */
#mesondefine HAVE_DARWIN
/* 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 <sys/user.h> header file. */
#mesondefine HAVE_SYS_USER_H
/* Define to 1 if you have the <sys/xattr.h> header file. */
#mesondefine HAVE_SYS_XATTR_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 glib-schannel-static is available. */
#mesondefine HAVE_GLIB_SCHANNEL_STATIC
/* Define to 1 if glib-openssl-static is available. */
#mesondefine HAVE_GLIB_OPENSSL_STATIC
#if defined (HAVE_QNX) && !defined (__cplusplus)
# define NULL ((void *) 0)
#endif