1 /* List of defines generated by configure. Included with preprocessor flag,
2  * -include, to avoid long list of -D defines on the compile command-line.
3  * Do not edit.
4  */
5 
6 #ifndef js_confdefs_h
7 #define js_confdefs_h
8 
9 #define ASMJS_MAY_USE_SIGNAL_HANDLERS_FOR_OOB 1
10 #define CPP_THROW_NEW throw()
11 #define D_INO d_ino
12 #define EDITLINE 1
13 #define HAVE_64BIT_BUILD 1
14 #define HAVE_ACOSH 1
15 #define HAVE_ASINH 1
16 #define HAVE_ATANH 1
17 #define HAVE_CBRT 1
18 #define HAVE_CLOCK_MONOTONIC 1
19 #define HAVE_CPP_AMBIGUITY_RESOLVING_USING 1
20 #define HAVE_CPP_DYNAMIC_CAST_TO_VOID_PTR 1
21 #define HAVE_CPUID_H 1
22 #define HAVE_DIRENT_H 1
23 #define HAVE_DLOPEN 1
24 #define HAVE_EXPM1 1
25 #define HAVE_GETC_UNLOCKED 1
26 #define HAVE_GETOPT_H 1
27 #define HAVE_GMTIME_R 1
28 #define HAVE_I18N_LC_MESSAGES 1
29 #define HAVE_LANGINFO_CODESET 1
30 #define HAVE_LIBM 1
31 #define HAVE_LOCALECONV 1
32 #define HAVE_LOCALECONV 1
33 #define HAVE_LOCALTIME_R 1
34 #define HAVE_LOG1P 1
35 #define HAVE_LOG2 1
36 #define HAVE_MACHINE_ENDIAN_H 1
37 #define HAVE_MALLOC_USABLE_SIZE 1
38 #define HAVE_MBRTOWC 1
39 #define HAVE_MEMORY_H 1
40 #define HAVE_NL_TYPES_H 1
41 #define HAVE_POSIX_FADVISE 1
42 #define HAVE_POSIX_FALLOCATE 1
43 #define HAVE_POSIX_MEMALIGN 1
44 #define HAVE_RES_NINIT 1
45 #define HAVE_SETLOCALE 1
46 #define HAVE_SSIZE_T 1
47 #define HAVE_STRNDUP 1
48 #define HAVE_SYS_CDEFS_H 1
49 #define HAVE_SYS_MOUNT_H 1
50 #define HAVE_SYS_STATVFS_H 1
51 #define HAVE_THREAD_TLS_KEYWORD 1
52 #define HAVE_TM_ZONE_TM_GMTOFF 1
53 #define HAVE_UNISTD_H 1
54 #define HAVE_VALLOC 1
55 #define HAVE_VA_COPY 1
56 #define HAVE_VA_LIST_AS_ARRAY 1
57 #define HAVE_VISIBILITY_ATTRIBUTE 1
58 #define HAVE_VISIBILITY_HIDDEN_ATTRIBUTE 1
59 #define HAVE_WCRTOMB 1
60 #define HAVE_X11_XKBLIB_H 1
61 #define HAVE___CXA_DEMANGLE 1
62 #define JS_CODEGEN_X64 1
63 #define JS_CPU_X64 1
64 #define JS_DEFAULT_JITREPORT_GRANULARITY 3
65 #define JS_HAVE_MACHINE_ENDIAN_H 1
66 #define JS_POSIX_NSPR 1
67 #define JS_PUNBOX64 1
68 #define JS_STANDALONE 1
69 #define MALLOC_H <malloc_np.h>
70 #define MALLOC_USABLE_SIZE_CONST_PTR const
71 #define MOZILLA_UAVERSION "45.0"
72 #define MOZILLA_VERSION "45.9.0"
73 #define MOZILLA_VERSION_U 45.9.0
74 #define MOZJS_MAJOR_VERSION 45
75 #define MOZJS_MINOR_VERSION 9
76 #define MOZ_DEBUG_SYMBOLS 1
77 #define MOZ_DLL_SUFFIX ".so"
78 #define MOZ_GLUE_IN_PROGRAM 1
79 #define MOZ_MEMORY 1
80 #define MOZ_MEMORY_BSD 1
81 #define MOZ_UPDATE_CHANNEL default
82 #define NO_NSPR_10_SUPPORT 1
83 #define RELEASE_BUILD 1
84 #define STDC_HEADERS 1
85 #define VA_COPY va_copy
86 #define XP_UNIX 1
87 #define _REENTRANT 1
88 #define _THREAD_SAFE 1
89 
90 #include "js/RequiredDefines.h"
91 
92 #endif /* js_confdefs_h */
93