Fix segmentation fault bug.
[vuplus_webkit] / autotoolsconfig.h.in~
1 /* autotoolsconfig.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define to enable GObject introspection support */
4 #undef ENABLE_INTROSPECTION
5
6 /* Define to enable JIT */
7 #undef ENABLE_JIT
8
9 /* Define to enable optimized arithmetic */
10 #undef ENABLE_JIT_OPTIMIZE_ARITHMETIC
11
12 /* Define to enable optimizing calls */
13 #undef ENABLE_JIT_OPTIMIZE_CALL
14
15 /* Define to enable optimized property access */
16 #undef ENABLE_JIT_OPTIMIZE_PROPERTY_ACCESS
17
18 /* Define to enable link prefetch support */
19 #undef ENABLE_LINK_PREFETCH
20
21 /* Define to enable Opcode statistics */
22 #undef ENABLE_OPCODE_STATS
23
24 /* Define to enable YARR */
25 #undef ENABLE_YARR
26
27 /* Define to enable YARR JIT */
28 #undef ENABLE_YARR_JIT
29
30 /* The gettext catalog name */
31 #undef GETTEXT_PACKAGE
32
33 /* Define to 1 if you have the <dlfcn.h> header file. */
34 #undef HAVE_DLFCN_H
35
36 /* Define to 1 if you have the <GL/glx.h> header file. */
37 #undef HAVE_GL_GLX_H
38
39 /* Define to 1 if you have the <GL/gl.h> header file. */
40 #undef HAVE_GL_GL_H
41
42 /* Define to 1 if you have the <inttypes.h> header file. */
43 #undef HAVE_INTTYPES_H
44
45 /* Define to 1 if you have the <memory.h> header file. */
46 #undef HAVE_MEMORY_H
47
48 /* Define to 1 if you have the <pthread.h> header file. */
49 #undef HAVE_PTHREAD_H
50
51 /* Define to 1 if stdbool.h conforms to C99. */
52 #undef HAVE_STDBOOL_H
53
54 /* Define to 1 if you have the <stdint.h> header file. */
55 #undef HAVE_STDINT_H
56
57 /* Define to 1 if you have the <stdlib.h> header file. */
58 #undef HAVE_STDLIB_H
59
60 /* Define to 1 if you have the <strings.h> header file. */
61 #undef HAVE_STRINGS_H
62
63 /* Define to 1 if you have the <string.h> header file. */
64 #undef HAVE_STRING_H
65
66 /* Define to 1 if you have the <sys/stat.h> header file. */
67 #undef HAVE_SYS_STAT_H
68
69 /* Define to 1 if you have the <sys/types.h> header file. */
70 #undef HAVE_SYS_TYPES_H
71
72 /* Define to 1 if you have the <unistd.h> header file. */
73 #undef HAVE_UNISTD_H
74
75 /* Define to 1 if the system has the type `_Bool'. */
76 #undef HAVE__BOOL
77
78 /* Define to the sub-directory in which libtool stores uninstalled libraries.
79    */
80 #undef LT_OBJDIR
81
82 /* Define to disable debugging features */
83 #undef NDEBUG
84
85 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
86 #undef NO_MINUS_C_MINUS_O
87
88 /* Name of package */
89 #undef PACKAGE
90
91 /* Define to the address where bug reports for this package should be sent. */
92 #undef PACKAGE_BUGREPORT
93
94 /* Define to the full name of this package. */
95 #undef PACKAGE_NAME
96
97 /* Define to the full name and version of this package. */
98 #undef PACKAGE_STRING
99
100 /* Define to the one symbol short name of this package. */
101 #undef PACKAGE_TARNAME
102
103 /* Define to the home page for this package. */
104 #undef PACKAGE_URL
105
106 /* Define to the version of this package. */
107 #undef PACKAGE_VERSION
108
109 /* Define to 1 if you have the ANSI C header files. */
110 #undef STDC_HEADERS
111
112 /* Version number of package */
113 #undef VERSION
114
115 /* Define if target is DirectFB */
116 #undef WTF_PLATFORM_DIRECTFB
117
118 /* Define if target is X11 */
119 #undef WTF_PLATFORM_X11
120
121 /* Use alternate JSImmediate */
122 #undef WTF_USE_ALTERNATE_JSIMMEDIATE
123
124 /* Use stub register */
125 #undef WTF_USE_JIT_STUB_ARGUMENT_REGISTER
126
127 /* Use stub va_list */
128 #undef WTF_USE_JIT_STUB_ARGUMENT_VA_LIST
129
130 /* Number of bits in a file offset, on hosts where this is settable. */
131 #undef _FILE_OFFSET_BITS
132
133 /* Define for large files, on AIX-style hosts. */
134 #undef _LARGE_FILES
135
136 /* Define to empty if `const' does not conform to ANSI C. */
137 #undef const
138
139 /* Define to `__inline__' or `__inline' if that's what the C compiler
140    calls it, or to nothing if 'inline' is not supported under any name.  */
141 #ifndef __cplusplus
142 #undef inline
143 #endif
144
145 /* Define to empty if the keyword `volatile' does not work. Warning: valid
146    code using `volatile' can become incorrect without. Disable with care. */
147 #undef volatile