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 HAVE_64BIT_BUILD 1
13 #define HAVE_FORCEINLINE 1
14 #define HAVE_HYPOT 1
15 #define HAVE_LOCALECONV 1
16 #define HAVE_LOCALECONV 1
17 // Define HAVE_LOG2 manually until we regenerate the config as part of SERVER-25464.
18 #define HAVE_LOG2 1
19 #define HAVE_MALLOC_H 1
20 #define HAVE_SNPRINTF 1
21 #define HAVE__GETC_NOLOCK 1
22 #define HAVE__MSIZE 1
23 #define HW_THREADS 1
24 #define JS_CODEGEN_X64 1
25 #define JS_CPU_X64 1
26 #define JS_DEFAULT_JITREPORT_GRANULARITY 3
27 #define JS_POSIX_NSPR 1
28 #define JS_PUNBOX64 1
29 #define MALLOC_H <malloc.h>
30 #define MALLOC_H <malloc.h>
31 #define MALLOC_USABLE_SIZE_CONST_PTR const
32 #define MOZILLA_UAVERSION "45.0"
33 #define MOZILLA_VERSION "45.9.0"
34 #define MOZILLA_VERSION_U 45.9.0
35 #define MOZJS_MAJOR_VERSION 45
36 #define MOZJS_MINOR_VERSION 9
37 #define MOZ_DEBUG_SYMBOLS 1
38 #define MOZ_DLL_SUFFIX ".dll"
39 #define MOZ_MEMORY 1
40 #define MOZ_MEMORY_WINDOWS 1
41 #define MOZ_UPDATE_CHANNEL default
42 #define MOZ_WINSDK_TARGETVER 0x06030000
43 #define NO_NSPR_10_SUPPORT 1
44 #define NO_X11 1
45 #define RELEASE_BUILD 1
46 #define STATIC_JS_API 1
47 #define STDC_HEADERS 1
48 #define WIN32 1
49 #define WIN32_LEAN_AND_MEAN 1
50 #define WINVER 0x502
51 #define XP_WIN 1
52 #define XP_WIN32 1
53 #define X_DISPLAY_MISSING 1
54 #define _AMD64_ 1
55 #define _CRT_NONSTDC_NO_WARNINGS 1
56 #define _CRT_SECURE_NO_WARNINGS 1
57 #define _USE_MATH_DEFINES 1
58 //#define _WIN32_IE 0x0603
59 //#define _WIN32_WINNT 0x502
60 #define _WINDOWS 1
61 
62 // SERVER-20811 - Define manually since ESR 45 configure does not set them on Windows
63 #define HAVE_ACOSH 1
64 #define HAVE_ASINH 1
65 #define HAVE_ATANH 1
66 #define HAVE_CBRT 1
67 #define HAVE_EXPM1 1
68 #define HAVE_LOG1P 1
69 
70 #include "js/RequiredDefines.h"
71 
72 #endif /* js_confdefs_h */
73