summaryrefslogtreecommitdiff
path: root/src/third_party/mozjs/platform/x86_64/freebsd/include/js-confdefs.h
blob: 6fc996b6b1ed506da824f1753174100fecc8908b (plain)
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
/* List of defines generated by configure. Included with preprocessor flag,
 * -include, to avoid long list of -D defines on the compile command-line.
 * Do not edit.
 */

#ifndef js_confdefs_h
#define js_confdefs_h

// Expands to all the defines from configure.
#define CROSS_COMPILE 
#define ENABLE_SHARED_MEMORY 1
#define ENABLE_WASM_SIMD 1
#define ENABLE_WASM_SIMD_WORMHOLE 1
#define HAVE_64BIT_BUILD 1
#define HAVE_ALLOCA_H 1
#define HAVE_BYTESWAP_H 1
#define HAVE_CLOCK_MONOTONIC 1
#define HAVE_CPUID_H 1
#define HAVE_DIRENT_H 1
#define HAVE_DLOPEN 1
#define HAVE_FTS_H 1
#define HAVE_GETC_UNLOCKED 1
#define HAVE_GETOPT_H 1
#define HAVE_GMTIME_R 1
#define HAVE_INTTYPES_H 1
#define HAVE_LANGINFO_CODESET 1
#define HAVE_LIBM 1
#define HAVE_LINUX_IF_ADDR_H 1
#define HAVE_LINUX_PERF_EVENT_H 1
#define HAVE_LINUX_QUOTA_H 1
#define HAVE_LINUX_RTNETLINK_H 1
#define HAVE_LOCALECONV 1
#define HAVE_LOCALTIME_R 1
#define HAVE_MALLOC_H 1
#define HAVE_MALLOC_USABLE_SIZE 1
#define HAVE_MEMALIGN 1
#define HAVE_MEMFD_CREATE 1
#define HAVE_NETINET_IN_H 1
#define HAVE_NL_TYPES_H 1
#define HAVE_POSIX_FADVISE 1
#define HAVE_POSIX_FALLOCATE 1
#define HAVE_POSIX_MEMALIGN 1
#define HAVE_PTHREAD_GETNAME_NP 1
#define HAVE_RES_NINIT 1
#define HAVE_SSIZE_T 1
#define HAVE_STDINT_H 1
#define HAVE_STRNDUP 1
#define HAVE_SYS_MOUNT_H 1
#define HAVE_SYS_QUEUE_H 1
#define HAVE_SYS_QUOTA_H 1
#define HAVE_SYS_STATFS_H 1
#define HAVE_SYS_STATVFS_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_VFS_H 1
#define HAVE_THREAD_TLS_KEYWORD 1
#define HAVE_TM_ZONE_TM_GMTOFF 1
#define HAVE_UNISTD_H 1
#define HAVE_VALLOC 1
#define HAVE_VA_COPY 1
#define HAVE_VA_LIST_AS_ARRAY 1
#define HAVE_VISIBILITY_ATTRIBUTE 1
#define HAVE_VISIBILITY_HIDDEN_ATTRIBUTE 1
#define HAVE___CXA_DEMANGLE 1
#define JS_64BIT 1
#define JS_CODEGEN_X64 1
#define JS_DEFAULT_JITREPORT_GRANULARITY 3
#define JS_PUNBOX64 1
#define JS_STANDALONE 1
#define JS_WITHOUT_NSPR 1
#define MALLOC_H <malloc.h>
#define MALLOC_USABLE_SIZE_CONST_PTR 
#define MOZILLA_UAVERSION "91.0"
#define MOZILLA_VERSION "91.3.0"
#define MOZILLA_VERSION_U 91.3.0
#define MOZJS_MAJOR_VERSION 91
#define MOZJS_MINOR_VERSION 3
#define MOZ_AARCH64_JSCVT 0
#define MOZ_BUILD_APP js
#define MOZ_DLL_PREFIX "lib"
#define MOZ_DLL_SUFFIX ".so"
#define MOZ_UPDATE_CHANNEL default
#define NO_NSPR_10_SUPPORT 1
#define NO_RUST_PANIC_HOOK 1
#define RELEASE_OR_BETA 1
#define STDC_HEADERS 1
#define U_STATIC_IMPLEMENTATION 1
#define VA_COPY va_copy
#define XP_LINUX 1
#define XP_UNIX 1
#define _REENTRANT 1

#endif /* js_confdefs_h */