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 CPP_THROW_NEW throw()
10 #define D_INO d_ino
11 #define EDITLINE 1
12 #define HAVE_64BIT_BUILD 1
13 #define HAVE_ACOSH 1
14 #define HAVE_ALLOCA_H 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_DIRENT_H 1
22 #define HAVE_DLOPEN 1
23 #define HAVE_ENDIAN_H 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_GNU_LIBC_VERSION_H 1
29 #define HAVE_I18N_LC_MESSAGES 1
30 #define HAVE_LANGINFO_CODESET 1
31 #define HAVE_LIBM 1
32 #define HAVE_LINUX_QUOTA_H 1
33 #define HAVE_LOCALECONV 1
34 #define HAVE_LOCALECONV 1
35 #define HAVE_LOCALTIME_R 1
36 #define HAVE_LOG1P 1
37 #define HAVE_LOG2 1
38 #define HAVE_MALLOC_H 1
39 #define HAVE_MALLOC_H 1
40 #define HAVE_MALLOC_USABLE_SIZE 1
41 #define HAVE_MBRTOWC 1
42 #define HAVE_MEMALIGN 1
43 #define HAVE_MEMORY_H 1
44 #define HAVE_NL_TYPES_H 1
45 #define HAVE_POSIX_FADVISE 1
46 #define HAVE_POSIX_FALLOCATE 1
47 #define HAVE_POSIX_MEMALIGN 1
48 #define HAVE_RES_NINIT 1
49 #define HAVE_SETLOCALE 1
50 #define HAVE_SSIZE_T 1
51 #define HAVE_STRNDUP 1
52 #define HAVE_SYS_BITYPES_H 1
53 #define HAVE_SYS_CDEFS_H 1
54 #define HAVE_SYS_MOUNT_H 1
55 #define HAVE_SYS_QUOTA_H 1
56 #define HAVE_SYS_STATFS_H 1
57 #define HAVE_SYS_STATVFS_H 1
58 #define HAVE_SYS_VFS_H 1
59 #define HAVE_THREAD_TLS_KEYWORD 1
60 #define HAVE_TM_ZONE_TM_GMTOFF 1
61 #define HAVE_UNISTD_H 1
62 #define HAVE_VALLOC 1
63 #define HAVE_VA_COPY 1
64 #define HAVE_VISIBILITY_ATTRIBUTE 1
65 #define HAVE_VISIBILITY_HIDDEN_ATTRIBUTE 1
66 #define HAVE_WCRTOMB 1
67 #define HAVE___CXA_DEMANGLE 1
68 #define JS_CODEGEN_NONE 1
69 #define JS_DEFAULT_JITREPORT_GRANULARITY 3
70 #define JS_HAVE_ENDIAN_H 1
71 #define JS_POSIX_NSPR 1
72 #define JS_PUNBOX64 1
73 #define JS_STANDALONE 1
74 #define MALLOC_H <malloc.h>
75 #define MALLOC_USABLE_SIZE_CONST_PTR
76 #define MOZILLA_UAVERSION "45.0"
77 #define MOZILLA_VERSION "45.9.0"
78 #define MOZILLA_VERSION_U 45.9.0
79 #define MOZJS_MAJOR_VERSION 45
80 #define MOZJS_MINOR_VERSION 9
81 #define MOZ_DEBUG_SYMBOLS 1
82 #define MOZ_DLL_SUFFIX ".so"
83 #define MOZ_GLUE_IN_PROGRAM 1
84 #define MOZ_MEMORY 1
85 #define MOZ_MEMORY_LINUX 1
86 #define MOZ_UPDATE_CHANNEL default
87 #define NO_NSPR_10_SUPPORT 1
88 #define RELEASE_BUILD 1
89 #define STDC_HEADERS 1
90 #define VA_COPY va_copy
91 #define XP_UNIX 1
92 #define X_DISPLAY_MISSING 1
93 #define _REENTRANT 1
94 
95 #include "js/RequiredDefines.h"
96 
97 #endif /* js_confdefs_h */
98