Initial commit to Gerrit
[profile/ivi/orc.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define if building universal (internal helper macro) */
4 #undef AC_APPLE_UNIVERSAL_BUILD
5
6 /* Enable Altivec backend */
7 #undef ENABLE_BACKEND_ALTIVEC
8
9 /* Enable Arm backend */
10 #undef ENABLE_BACKEND_ARM
11
12 /* Enable c64x backend */
13 #undef ENABLE_BACKEND_C64X
14
15 /* Enable MMX backend */
16 #undef ENABLE_BACKEND_MMX
17
18 /* Enable NEON backend */
19 #undef ENABLE_BACKEND_NEON
20
21 /* Enable SSE backend */
22 #undef ENABLE_BACKEND_SSE
23
24 /* Defined if host is amd64 */
25 #undef HAVE_AMD64
26
27 /* Defined if host is arm */
28 #undef HAVE_ARM
29
30 /* Defined if we have clock_gettime() */
31 #undef HAVE_CLOCK_GETTIME
32
33 /* Use malloc to allocate code for execution */
34 #undef HAVE_CODEMEM_MALLOC
35
36 /* Use mmap to allocate code for execution */
37 #undef HAVE_CODEMEM_MMAP
38
39 /* Use VirtualAlloc to allocate code for execution */
40 #undef HAVE_CODEMEM_VIRTUALALLOC
41
42 /* Define to 1 if you have the <dlfcn.h> header file. */
43 #undef HAVE_DLFCN_H
44
45 /* Define to 1 if you have the `getpagesize' function. */
46 #undef HAVE_GETPAGESIZE
47
48 /* Define to 1 if you have the `gettimeofday' function. */
49 #undef HAVE_GETTIMEOFDAY
50
51 /* Defined if host is i386 */
52 #undef HAVE_I386
53
54 /* Define to 1 if you have the <inttypes.h> header file. */
55 #undef HAVE_INTTYPES_H
56
57 /* Define to 1 if you have the <memory.h> header file. */
58 #undef HAVE_MEMORY_H
59
60 /* Define to 1 if you have a working `mmap' system call. */
61 #undef HAVE_MMAP
62
63 /* Defined if we have a monotonic clock */
64 #undef HAVE_MONOTONIC_CLOCK
65
66 /* Defined if host OS is linux */
67 #undef HAVE_OS_LINUX
68
69 /* Defined if host OS is MS Windows */
70 #undef HAVE_OS_WIN32
71
72 /* Define to 1 if you have the `posix_memalign' function. */
73 #undef HAVE_POSIX_MEMALIGN
74
75 /* Defined if host is powerpc */
76 #undef HAVE_POWERPC
77
78 /* Define to 1 if you have the `sigaction' function. */
79 #undef HAVE_SIGACTION
80
81 /* Define to 1 if you have the `sigsetjmp' function. */
82 #undef HAVE_SIGSETJMP
83
84 /* Define to 1 if you have the <stdint.h> header file. */
85 #undef HAVE_STDINT_H
86
87 /* Define to 1 if you have the <stdlib.h> header file. */
88 #undef HAVE_STDLIB_H
89
90 /* Define to 1 if you have the <strings.h> header file. */
91 #undef HAVE_STRINGS_H
92
93 /* Define to 1 if you have the <string.h> header file. */
94 #undef HAVE_STRING_H
95
96 /* Define to 1 if you have the <sys/param.h> header file. */
97 #undef HAVE_SYS_PARAM_H
98
99 /* Define to 1 if you have the <sys/stat.h> header file. */
100 #undef HAVE_SYS_STAT_H
101
102 /* Define to 1 if you have the <sys/time.h> header file. */
103 #undef HAVE_SYS_TIME_H
104
105 /* Define to 1 if you have the <sys/types.h> header file. */
106 #undef HAVE_SYS_TYPES_H
107
108 /* Use pthread thread code */
109 #undef HAVE_THREAD_PTHREAD
110
111 /* Use Windows thread code */
112 #undef HAVE_THREAD_WIN32
113
114 /* Define to 1 if you have the <unistd.h> header file. */
115 #undef HAVE_UNISTD_H
116
117 /* Define to 1 if you have the <valgrind/valgrind.h> header file. */
118 #undef HAVE_VALGRIND_VALGRIND_H
119
120 /* Define to the sub-directory in which libtool stores uninstalled libraries.
121    */
122 #undef LT_OBJDIR
123
124 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
125 #undef NO_MINUS_C_MINUS_O
126
127 /* Defined for compiling internal code */
128 #undef ORC_EXPORTS
129
130 /* Name of package */
131 #undef PACKAGE
132
133 /* Define to the address where bug reports for this package should be sent. */
134 #undef PACKAGE_BUGREPORT
135
136 /* Define to the full name of this package. */
137 #undef PACKAGE_NAME
138
139 /* Define to the full name and version of this package. */
140 #undef PACKAGE_STRING
141
142 /* Define to the one symbol short name of this package. */
143 #undef PACKAGE_TARNAME
144
145 /* Define to the home page for this package. */
146 #undef PACKAGE_URL
147
148 /* Define to the version of this package. */
149 #undef PACKAGE_VERSION
150
151 /* The size of `char', as computed by sizeof. */
152 #undef SIZEOF_CHAR
153
154 /* The size of `int', as computed by sizeof. */
155 #undef SIZEOF_INT
156
157 /* The size of `long', as computed by sizeof. */
158 #undef SIZEOF_LONG
159
160 /* The size of `short', as computed by sizeof. */
161 #undef SIZEOF_SHORT
162
163 /* The size of `void*', as computed by sizeof. */
164 #undef SIZEOF_VOIDP
165
166 /* Define to 1 if you have the ANSI C header files. */
167 #undef STDC_HEADERS
168
169 /* Version number of package */
170 #undef VERSION
171
172 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
173    significant byte first (like Motorola and SPARC, unlike Intel). */
174 #if defined AC_APPLE_UNIVERSAL_BUILD
175 # if defined __BIG_ENDIAN__
176 #  define WORDS_BIGENDIAN 1
177 # endif
178 #else
179 # ifndef WORDS_BIGENDIAN
180 #  undef WORDS_BIGENDIAN
181 # endif
182 #endif