Line 0
Link Here
|
|
|
1 |
--- src/third_party/mozjs-60/platform/aarch64/freebsd/build/js-confdefs.h.orig 2019-11-14 10:50:10 UTC |
2 |
+++ src/third_party/mozjs-60/platform/aarch64/freebsd/build/js-confdefs.h |
3 |
@@ -0,0 +1,76 @@ |
4 |
+/* List of defines generated by configure. Included with preprocessor flag, |
5 |
+ * -include, to avoid long list of -D defines on the compile command-line. |
6 |
+ * Do not edit. |
7 |
+ */ |
8 |
+ |
9 |
+#ifndef js_confdefs_h |
10 |
+#define js_confdefs_h |
11 |
+ |
12 |
+// Expands to all the defines from configure. |
13 |
+#define CPP_THROW_NEW throw() |
14 |
+#define CROSS_COMPILE |
15 |
+#define EDITLINE 1 |
16 |
+#define HAVE_64BIT_BUILD 1 |
17 |
+#define HAVE_CLOCK_MONOTONIC 1 |
18 |
+#define HAVE_CPP_DYNAMIC_CAST_TO_VOID_PTR 1 |
19 |
+#define HAVE_DIRENT_H 1 |
20 |
+#define HAVE_DLOPEN 1 |
21 |
+#define HAVE_GETC_UNLOCKED 1 |
22 |
+#define HAVE_GETOPT_H 1 |
23 |
+#define HAVE_GMTIME_R 1 |
24 |
+#define HAVE_INTTYPES_H 1 |
25 |
+#define HAVE_LANGINFO_CODESET 1 |
26 |
+#define HAVE_LIBM 1 |
27 |
+#define HAVE_LOCALECONV 1 |
28 |
+#define HAVE_LOCALTIME_R 1 |
29 |
+#define HAVE_MALLOC_USABLE_SIZE 1 |
30 |
+#define HAVE_NETINET_IN_H 1 |
31 |
+#define HAVE_NL_TYPES_H 1 |
32 |
+#define HAVE_POSIX_FADVISE 1 |
33 |
+#define HAVE_POSIX_FALLOCATE 1 |
34 |
+#define HAVE_POSIX_MEMALIGN 1 |
35 |
+#define HAVE_RES_NINIT 1 |
36 |
+#define HAVE_SINCOS 1 |
37 |
+#define HAVE_SSIZE_T 1 |
38 |
+#define HAVE_STDINT_H 1 |
39 |
+#define HAVE_STRNDUP 1 |
40 |
+#define HAVE_SYS_MOUNT_H 1 |
41 |
+#define HAVE_SYS_QUEUE_H 1 |
42 |
+#define HAVE_SYS_STATVFS_H 1 |
43 |
+#define HAVE_SYS_TYPES_H 1 |
44 |
+#define HAVE_THREAD_TLS_KEYWORD 1 |
45 |
+#define HAVE_TM_ZONE_TM_GMTOFF 1 |
46 |
+#define HAVE_UNISTD_H 1 |
47 |
+#define HAVE_VALLOC 1 |
48 |
+#define HAVE_VA_COPY 1 |
49 |
+#define HAVE_VISIBILITY_ATTRIBUTE 1 |
50 |
+#define HAVE_VISIBILITY_HIDDEN_ATTRIBUTE 1 |
51 |
+#define HAVE___CXA_DEMANGLE 1 |
52 |
+#define JS_64BIT 1 |
53 |
+#define JS_CODEGEN_ARM64 1 |
54 |
+#define JS_DEFAULT_JITREPORT_GRANULARITY 3 |
55 |
+#define JS_POSIX_NSPR 1 |
56 |
+#define JS_PUNBOX64 1 |
57 |
+#define JS_STANDALONE 1 |
58 |
+#define MALLOC_H <malloc_np.h> |
59 |
+#define MALLOC_USABLE_SIZE_CONST_PTR const |
60 |
+#define MOZILLA_UAVERSION "60.0" |
61 |
+#define MOZILLA_VERSION "60.3.0" |
62 |
+#define MOZILLA_VERSION_U 60.3.0 |
63 |
+#define MOZJS_MAJOR_VERSION 60 |
64 |
+#define MOZJS_MINOR_VERSION 3 |
65 |
+#define MOZ_BUILD_APP js |
66 |
+#define MOZ_DLL_SUFFIX ".so" |
67 |
+#define MOZ_UPDATE_CHANNEL default |
68 |
+#define NO_NSPR_10_SUPPORT 1 |
69 |
+#define RELEASE_OR_BETA 1 |
70 |
+#define STDC_HEADERS 1 |
71 |
+#define VA_COPY va_copy |
72 |
+#define XP_UNIX 1 |
73 |
+#define X_DISPLAY_MISSING 1 |
74 |
+#define _REENTRANT 1 |
75 |
+#define _THREAD_SAFE 1 |
76 |
+ |
77 |
+#include "js/RequiredDefines.h" |
78 |
+ |
79 |
+#endif /* js_confdefs_h */ |