diff options
Diffstat (limited to 'libraries/evas/config.h.in')
-rw-r--r-- | libraries/evas/config.h.in | 691 |
1 files changed, 0 insertions, 691 deletions
diff --git a/libraries/evas/config.h.in b/libraries/evas/config.h.in deleted file mode 100644 index adb24b6..0000000 --- a/libraries/evas/config.h.in +++ /dev/null | |||
@@ -1,691 +0,0 @@ | |||
1 | /* config.h.in. Generated from configure.ac by autoheader. */ | ||
2 | |||
3 | |||
4 | #ifndef EFL_CONFIG_H__ | ||
5 | #define EFL_CONFIG_H__ | ||
6 | |||
7 | |||
8 | /* Define if building universal (internal helper macro) */ | ||
9 | #undef AC_APPLE_UNIVERSAL_BUILD | ||
10 | |||
11 | /* Build Altivec Code */ | ||
12 | #undef BUILD_ALTIVEC | ||
13 | |||
14 | /* Build async events support */ | ||
15 | #undef BUILD_ASYNC_EVENTS | ||
16 | |||
17 | /* Build async image preload support */ | ||
18 | #undef BUILD_ASYNC_PRELOAD | ||
19 | |||
20 | /* Build plain C code */ | ||
21 | #undef BUILD_C | ||
22 | |||
23 | /* 16bpp BGR 565 Converter Support */ | ||
24 | #undef BUILD_CONVERT_16_BGR_565 | ||
25 | |||
26 | /* 16bpp RGB 444 Converter Support */ | ||
27 | #undef BUILD_CONVERT_16_RGB_444 | ||
28 | |||
29 | /* 16bpp 565 (444 ipaq) Converter Support */ | ||
30 | #undef BUILD_CONVERT_16_RGB_454645 | ||
31 | |||
32 | /* 16bpp RGB 555 Converter Support */ | ||
33 | #undef BUILD_CONVERT_16_RGB_555 | ||
34 | |||
35 | /* 16bpp RGB 565 Converter Support */ | ||
36 | #undef BUILD_CONVERT_16_RGB_565 | ||
37 | |||
38 | /* 16bpp RGB Rotation 0 Converter Support */ | ||
39 | #undef BUILD_CONVERT_16_RGB_ROT0 | ||
40 | |||
41 | /* 16bpp RGB Rotation 180 Converter Support */ | ||
42 | #undef BUILD_CONVERT_16_RGB_ROT180 | ||
43 | |||
44 | /* 16bpp RGB Rotation 270 Converter Support */ | ||
45 | #undef BUILD_CONVERT_16_RGB_ROT270 | ||
46 | |||
47 | /* 16bpp RGB Rotation 90 Converter Support */ | ||
48 | #undef BUILD_CONVERT_16_RGB_ROT90 | ||
49 | |||
50 | /* 24bpp BGR 888 Converter Support */ | ||
51 | #undef BUILD_CONVERT_24_BGR_888 | ||
52 | |||
53 | /* 24bpp 666 (666 ezx) Converter Support */ | ||
54 | #undef BUILD_CONVERT_24_RGB_666 | ||
55 | |||
56 | /* 24bpp RGB 888 Converter Support */ | ||
57 | #undef BUILD_CONVERT_24_RGB_888 | ||
58 | |||
59 | /* 32bpp BGRX 8888 Converter Support */ | ||
60 | #undef BUILD_CONVERT_32_BGRX_8888 | ||
61 | |||
62 | /* 32bpp BGR 8888 Converter Support */ | ||
63 | #undef BUILD_CONVERT_32_BGR_8888 | ||
64 | |||
65 | /* 32bpp RGBX 8888 Converter Support */ | ||
66 | #undef BUILD_CONVERT_32_RGBX_8888 | ||
67 | |||
68 | /* 32bpp 666 (666 ezx) Converter Support */ | ||
69 | #undef BUILD_CONVERT_32_RGB_666 | ||
70 | |||
71 | /* 32bpp RGB 8888 Converter Support */ | ||
72 | #undef BUILD_CONVERT_32_RGB_8888 | ||
73 | |||
74 | /* 32bpp RGB Rotation 0 Converter Support */ | ||
75 | #undef BUILD_CONVERT_32_RGB_ROT0 | ||
76 | |||
77 | /* 32bpp RGB Rotation 180 Converter Support */ | ||
78 | #undef BUILD_CONVERT_32_RGB_ROT180 | ||
79 | |||
80 | /* 32bpp RGB Rotation 270 Converter Support */ | ||
81 | #undef BUILD_CONVERT_32_RGB_ROT270 | ||
82 | |||
83 | /* 32bpp RGB Rotation 90 Converter Support */ | ||
84 | #undef BUILD_CONVERT_32_RGB_ROT90 | ||
85 | |||
86 | /* 32bpp Grayscale 64-palette Converter Support */ | ||
87 | #undef BUILD_CONVERT_8_GRAYSCALE_64 | ||
88 | |||
89 | /* 8bpp GRY 1 Converter Support */ | ||
90 | #undef BUILD_CONVERT_8_GRY_1 | ||
91 | |||
92 | /* 8bpp GRY 16 Converter Support */ | ||
93 | #undef BUILD_CONVERT_8_GRY_16 | ||
94 | |||
95 | /* 8bpp RGB 111 Converter Support */ | ||
96 | #undef BUILD_CONVERT_8_RGB_111 | ||
97 | |||
98 | /* 8bpp RGB 121 Converter Support */ | ||
99 | #undef BUILD_CONVERT_8_RGB_121 | ||
100 | |||
101 | /* 8bpp RGB 221 Converter Support */ | ||
102 | #undef BUILD_CONVERT_8_RGB_221 | ||
103 | |||
104 | /* 8bpp RGB 222 Converter Support */ | ||
105 | #undef BUILD_CONVERT_8_RGB_222 | ||
106 | |||
107 | /* 8bpp RGB 232 Converter Support */ | ||
108 | #undef BUILD_CONVERT_8_RGB_232 | ||
109 | |||
110 | /* 8bpp RGB 332 Converter Support */ | ||
111 | #undef BUILD_CONVERT_8_RGB_332 | ||
112 | |||
113 | /* 8bpp RGB 666 Converter Support */ | ||
114 | #undef BUILD_CONVERT_8_RGB_666 | ||
115 | |||
116 | /* YUV Converter Support */ | ||
117 | #undef BUILD_CONVERT_YUV | ||
118 | |||
119 | /* Buffer rendering backend */ | ||
120 | #undef BUILD_ENGINE_BUFFER | ||
121 | |||
122 | /* Direct3D rendering backend */ | ||
123 | #undef BUILD_ENGINE_DIRECT3D | ||
124 | |||
125 | /* DirectFB rendering backend */ | ||
126 | #undef BUILD_ENGINE_DIRECTFB | ||
127 | |||
128 | /* Framebuffer rendering backend */ | ||
129 | #undef BUILD_ENGINE_FB | ||
130 | |||
131 | /* OpenGL Cocoa rendering backend */ | ||
132 | #undef BUILD_ENGINE_GL_COCOA | ||
133 | |||
134 | /* Generic OpenGL Rendering Support */ | ||
135 | #undef BUILD_ENGINE_GL_COMMON | ||
136 | |||
137 | /* OpenGL SDL rendering backend */ | ||
138 | #undef BUILD_ENGINE_GL_SDL | ||
139 | |||
140 | /* Build OpenGL X11 engine */ | ||
141 | #undef BUILD_ENGINE_GL_X11 | ||
142 | |||
143 | /* Build GL Xcb backend */ | ||
144 | #undef BUILD_ENGINE_GL_XCB | ||
145 | |||
146 | /* Build OpenGL Xlib backend */ | ||
147 | #undef BUILD_ENGINE_GL_XLIB | ||
148 | |||
149 | /* PSL1GHT rendering backend */ | ||
150 | #undef BUILD_ENGINE_PSL1GHT | ||
151 | |||
152 | /* Software DirectDraw 16 bits rendering backend */ | ||
153 | #undef BUILD_ENGINE_SOFTWARE_16_DDRAW | ||
154 | |||
155 | /* Software SDL 16 bits rendering backend */ | ||
156 | #undef BUILD_ENGINE_SOFTWARE_16_SDL | ||
157 | |||
158 | /* Software Windows CE 16 bits rendering backend */ | ||
159 | #undef BUILD_ENGINE_SOFTWARE_16_WINCE | ||
160 | |||
161 | /* Software X11 16 bits rendering backend */ | ||
162 | #undef BUILD_ENGINE_SOFTWARE_16_X11 | ||
163 | |||
164 | /* Software X11 8 bits grayscale rendering backend */ | ||
165 | #undef BUILD_ENGINE_SOFTWARE_8_X11 | ||
166 | |||
167 | /* Software DirectDraw rendering backend */ | ||
168 | #undef BUILD_ENGINE_SOFTWARE_DDRAW | ||
169 | |||
170 | /* Software GDI rendering backend */ | ||
171 | #undef BUILD_ENGINE_SOFTWARE_GDI | ||
172 | |||
173 | /* Build software X11 engine */ | ||
174 | #undef BUILD_ENGINE_SOFTWARE_X11 | ||
175 | |||
176 | /* Build software XCB backend */ | ||
177 | #undef BUILD_ENGINE_SOFTWARE_XCB | ||
178 | |||
179 | /* Build software Xlib backend */ | ||
180 | #undef BUILD_ENGINE_SOFTWARE_XLIB | ||
181 | |||
182 | /* Wayland Egl rendering backend */ | ||
183 | #undef BUILD_ENGINE_WAYLAND_EGL | ||
184 | |||
185 | /* Wayland Shm rendering backend */ | ||
186 | #undef BUILD_ENGINE_WAYLAND_SHM | ||
187 | |||
188 | /* EET Font Loader Support */ | ||
189 | #undef BUILD_FONT_LOADER_EET | ||
190 | |||
191 | /* define to 1 if you have the line dither mask support */ | ||
192 | #undef BUILD_LINE_DITHER_MASK | ||
193 | |||
194 | /* UP Image Loader Support */ | ||
195 | #undef BUILD_LOADER_BMP | ||
196 | |||
197 | /* UP Image Loader Support */ | ||
198 | #undef BUILD_LOADER_EDB | ||
199 | |||
200 | /* UP Image Loader Support */ | ||
201 | #undef BUILD_LOADER_EET | ||
202 | |||
203 | /* UP Image Loader Support */ | ||
204 | #undef BUILD_LOADER_GENERIC | ||
205 | |||
206 | /* UP Image Loader Support */ | ||
207 | #undef BUILD_LOADER_GIF | ||
208 | |||
209 | /* UP Image Loader Support */ | ||
210 | #undef BUILD_LOADER_ICO | ||
211 | |||
212 | /* UP Image Loader Support */ | ||
213 | #undef BUILD_LOADER_JPEG | ||
214 | |||
215 | /* JPEG Region Decode Support */ | ||
216 | #undef BUILD_LOADER_JPEG_REGION | ||
217 | |||
218 | /* UP Image Loader Support */ | ||
219 | #undef BUILD_LOADER_PMAPS | ||
220 | |||
221 | /* UP Image Loader Support */ | ||
222 | #undef BUILD_LOADER_PNG | ||
223 | |||
224 | /* UP Image Loader Support */ | ||
225 | #undef BUILD_LOADER_PSD | ||
226 | |||
227 | /* UP Image Loader Support */ | ||
228 | #undef BUILD_LOADER_SVG | ||
229 | |||
230 | /* UP Image Loader Support */ | ||
231 | #undef BUILD_LOADER_TGA | ||
232 | |||
233 | /* UP Image Loader Support */ | ||
234 | #undef BUILD_LOADER_TIFF | ||
235 | |||
236 | /* UP Image Loader Support */ | ||
237 | #undef BUILD_LOADER_WBMP | ||
238 | |||
239 | /* UP Image Loader Support */ | ||
240 | #undef BUILD_LOADER_XPM | ||
241 | |||
242 | /* Build MMX Code */ | ||
243 | #undef BUILD_MMX | ||
244 | |||
245 | /* Build NEON Code */ | ||
246 | #undef BUILD_NEON | ||
247 | |||
248 | /* define to 1 if you have the conversion to 16bpp without dither mask support | ||
249 | */ | ||
250 | #undef BUILD_NO_DITHER_MASK | ||
251 | |||
252 | /* Build pipe render support */ | ||
253 | #undef BUILD_PIPE_RENDER | ||
254 | |||
255 | /* Build Threaded Rendering */ | ||
256 | #undef BUILD_PTHREAD | ||
257 | |||
258 | /* define to 1 if you have the sampling scaler support */ | ||
259 | #undef BUILD_SCALE_SAMPLE | ||
260 | |||
261 | /* define to 1 if you have the smooth scaler support */ | ||
262 | #undef BUILD_SCALE_SMOOTH | ||
263 | |||
264 | /* define to 1 if you have the small dither mask support */ | ||
265 | #undef BUILD_SMALL_DITHER_MASK | ||
266 | |||
267 | /* Build SSE Code */ | ||
268 | #undef BUILD_SSE | ||
269 | |||
270 | /* Build SSE3 Code */ | ||
271 | #undef BUILD_SSE3 | ||
272 | |||
273 | /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP | ||
274 | systems. This function is required for `alloca.c' support on those systems. | ||
275 | */ | ||
276 | #undef CRAY_STACKSEG_END | ||
277 | |||
278 | /* Define to 1 if using `alloca.c'. */ | ||
279 | #undef C_ALLOCA | ||
280 | |||
281 | /* Macro declaring a function to always be inlined. */ | ||
282 | #undef EFL_ALWAYS_INLINE | ||
283 | |||
284 | /* Define to mention that evas is built */ | ||
285 | #undef EFL_EVAS_BUILD | ||
286 | |||
287 | /* Use SDL primitive when possible */ | ||
288 | #undef ENGINE_SDL_PRIMITIVE | ||
289 | |||
290 | /* Build JPEG saver */ | ||
291 | #undef EVAS_BUILD_SAVER_JPEG | ||
292 | |||
293 | /* Shared caceh server. */ | ||
294 | #undef EVAS_CSERVE | ||
295 | |||
296 | /* Build async render support */ | ||
297 | #undef EVAS_FRAME_QUEUING | ||
298 | |||
299 | /* complain when people pass in wrong object types etc. */ | ||
300 | #undef EVAS_MAGIC_DEBUG | ||
301 | |||
302 | /* Build BMP image loader inside libevas */ | ||
303 | #undef EVAS_STATIC_BUILD_BMP | ||
304 | |||
305 | /* Build buffer engine inside libevas */ | ||
306 | #undef EVAS_STATIC_BUILD_BUFFER | ||
307 | |||
308 | /* Build direct3d engine inside libevas */ | ||
309 | #undef EVAS_STATIC_BUILD_DIRECT3D | ||
310 | |||
311 | /* Build directfb engine inside libevas */ | ||
312 | #undef EVAS_STATIC_BUILD_DIRECTFB | ||
313 | |||
314 | /* Build Edb image loader inside libevas */ | ||
315 | #undef EVAS_STATIC_BUILD_EDB | ||
316 | |||
317 | /* Build Eet image loader inside libevas */ | ||
318 | #undef EVAS_STATIC_BUILD_EET | ||
319 | |||
320 | /* Build fb engine inside libevas */ | ||
321 | #undef EVAS_STATIC_BUILD_FB | ||
322 | |||
323 | /* Build GENERIC image loader inside libevas */ | ||
324 | #undef EVAS_STATIC_BUILD_GENERIC | ||
325 | |||
326 | /* Build Gif image loader inside libevas */ | ||
327 | #undef EVAS_STATIC_BUILD_GIF | ||
328 | |||
329 | /* Build gl-cocoa engine inside libevas */ | ||
330 | #undef EVAS_STATIC_BUILD_GL_COCOA | ||
331 | |||
332 | /* Build GL generic engine as part of libevas */ | ||
333 | #undef EVAS_STATIC_BUILD_GL_COMMON | ||
334 | |||
335 | /* Build gl-sdl engine inside libevas */ | ||
336 | #undef EVAS_STATIC_BUILD_GL_SDL | ||
337 | |||
338 | /* Build OpenGL X11 engine as part of libevas */ | ||
339 | #undef EVAS_STATIC_BUILD_GL_X11 | ||
340 | |||
341 | /* Build gl-xcb engine inside libevas */ | ||
342 | #undef EVAS_STATIC_BUILD_GL_XCB | ||
343 | |||
344 | /* Build gl-xlib engine inside libevas */ | ||
345 | #undef EVAS_STATIC_BUILD_GL_XLIB | ||
346 | |||
347 | /* Build ICO image loader inside libevas */ | ||
348 | #undef EVAS_STATIC_BUILD_ICO | ||
349 | |||
350 | /* Build Jpeg image loader inside libevas */ | ||
351 | #undef EVAS_STATIC_BUILD_JPEG | ||
352 | |||
353 | /* Build PMAPS image loader inside libevas */ | ||
354 | #undef EVAS_STATIC_BUILD_PMAPS | ||
355 | |||
356 | /* Build PNG image loader inside libevas */ | ||
357 | #undef EVAS_STATIC_BUILD_PNG | ||
358 | |||
359 | /* Build PSD image loader inside libevas */ | ||
360 | #undef EVAS_STATIC_BUILD_PSD | ||
361 | |||
362 | /* Build psl1ght engine inside libevas */ | ||
363 | #undef EVAS_STATIC_BUILD_PSL1GHT | ||
364 | |||
365 | /* Build software 16 engine as part of libevas */ | ||
366 | #undef EVAS_STATIC_BUILD_SOFTWARE_16 | ||
367 | |||
368 | /* Build software-16-ddraw engine inside libevas */ | ||
369 | #undef EVAS_STATIC_BUILD_SOFTWARE_16_DDRAW | ||
370 | |||
371 | /* Build software-16-sdl engine inside libevas */ | ||
372 | #undef EVAS_STATIC_BUILD_SOFTWARE_16_SDL | ||
373 | |||
374 | /* Build software-16-wince engine inside libevas */ | ||
375 | #undef EVAS_STATIC_BUILD_SOFTWARE_16_WINCE | ||
376 | |||
377 | /* Build software-16-x11 engine inside libevas */ | ||
378 | #undef EVAS_STATIC_BUILD_SOFTWARE_16_X11 | ||
379 | |||
380 | /* Build software 8 engine as part of libevas */ | ||
381 | #undef EVAS_STATIC_BUILD_SOFTWARE_8 | ||
382 | |||
383 | /* Build software-8-x11 engine inside libevas */ | ||
384 | #undef EVAS_STATIC_BUILD_SOFTWARE_8_X11 | ||
385 | |||
386 | /* Build software-ddraw engine inside libevas */ | ||
387 | #undef EVAS_STATIC_BUILD_SOFTWARE_DDRAW | ||
388 | |||
389 | /* Build software-gdi engine inside libevas */ | ||
390 | #undef EVAS_STATIC_BUILD_SOFTWARE_GDI | ||
391 | |||
392 | /* Build software generic engine as part of libevas */ | ||
393 | #undef EVAS_STATIC_BUILD_SOFTWARE_GENERIC | ||
394 | |||
395 | /* Build software X11 engine as part of libevas */ | ||
396 | #undef EVAS_STATIC_BUILD_SOFTWARE_X11 | ||
397 | |||
398 | /* Build software-xcb engine inside libevas */ | ||
399 | #undef EVAS_STATIC_BUILD_SOFTWARE_XCB | ||
400 | |||
401 | /* Build software-xlib engine inside libevas */ | ||
402 | #undef EVAS_STATIC_BUILD_SOFTWARE_XLIB | ||
403 | |||
404 | /* Build SVG image loader inside libevas */ | ||
405 | #undef EVAS_STATIC_BUILD_SVG | ||
406 | |||
407 | /* Build TGA image loader inside libevas */ | ||
408 | #undef EVAS_STATIC_BUILD_TGA | ||
409 | |||
410 | /* Build Tiff image loader inside libevas */ | ||
411 | #undef EVAS_STATIC_BUILD_TIFF | ||
412 | |||
413 | /* Build wayland-egl engine inside libevas */ | ||
414 | #undef EVAS_STATIC_BUILD_WAYLAND_EGL | ||
415 | |||
416 | /* Build wayland-shm engine inside libevas */ | ||
417 | #undef EVAS_STATIC_BUILD_WAYLAND_SHM | ||
418 | |||
419 | /* Build WBMP image loader inside libevas */ | ||
420 | #undef EVAS_STATIC_BUILD_WBMP | ||
421 | |||
422 | /* Build XPM image loader inside libevas */ | ||
423 | #undef EVAS_STATIC_BUILD_XPM | ||
424 | |||
425 | /* Samsung S3c6410 GLES2 support */ | ||
426 | #undef GLES_VARIETY_S3C6410 | ||
427 | |||
428 | /* Imagination SGX GLES2 support */ | ||
429 | #undef GLES_VARIETY_SGX | ||
430 | |||
431 | /* Define to 1 if you have `alloca', as a function or macro. */ | ||
432 | #undef HAVE_ALLOCA | ||
433 | |||
434 | /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). | ||
435 | */ | ||
436 | #undef HAVE_ALLOCA_H | ||
437 | |||
438 | /* Have altivec.h header file */ | ||
439 | #undef HAVE_ALTIVEC_H | ||
440 | |||
441 | /* Define to 1 if you have the <d3d9.h> header file. */ | ||
442 | #undef HAVE_D3D9_H | ||
443 | |||
444 | /* Define to 1 if you have the <d3dx9.h> header file. */ | ||
445 | #undef HAVE_D3DX9_H | ||
446 | |||
447 | /* Define to 1 if you have the <dlfcn.h> header file. */ | ||
448 | #undef HAVE_DLFCN_H | ||
449 | |||
450 | /* Define to 1 if you have the `dlsym' function. */ | ||
451 | #undef HAVE_DLSYM | ||
452 | |||
453 | /* Set to 1 if evil package is installed */ | ||
454 | #undef HAVE_EVIL | ||
455 | |||
456 | /* Define to 1 if you have Exotic. */ | ||
457 | #undef HAVE_EXOTIC | ||
458 | |||
459 | /* have fontconfig searching capabilities */ | ||
460 | #undef HAVE_FONTCONFIG | ||
461 | |||
462 | /* have fribidi support */ | ||
463 | #undef HAVE_FRIBIDI | ||
464 | |||
465 | /* Define to 1 if your compiler supports __attribute__ ((vector)). */ | ||
466 | #undef HAVE_GCC_ATTRIBUTE_VECTOR | ||
467 | |||
468 | /* have harfbuzz support */ | ||
469 | #undef HAVE_HARFBUZZ | ||
470 | |||
471 | /* Define to 1 if you have the <inttypes.h> header file. */ | ||
472 | #undef HAVE_INTTYPES_H | ||
473 | |||
474 | /* have liblinebreak support */ | ||
475 | #undef HAVE_LINEBREAK | ||
476 | |||
477 | /* C99 lround function exists */ | ||
478 | #undef HAVE_LROUND | ||
479 | |||
480 | /* Define to 1 if you have the <memory.h> header file. */ | ||
481 | #undef HAVE_MEMORY_H | ||
482 | |||
483 | /* Define to 1 if you have the <netinet/in.h> header file. */ | ||
484 | #undef HAVE_NETINET_IN_H | ||
485 | |||
486 | /* have pixman for rendering */ | ||
487 | #undef HAVE_PIXMAN | ||
488 | |||
489 | /* Define to 1 if you have the <pthread.h> header file. */ | ||
490 | #undef HAVE_PTHREAD_H | ||
491 | |||
492 | /* Define to 1 if you have the <sched.h> header file. */ | ||
493 | #undef HAVE_SCHED_H | ||
494 | |||
495 | /* SDL_OPENGLES flag is present */ | ||
496 | #undef HAVE_SDL_FLAG_OPENGLES | ||
497 | |||
498 | /* SDL_GL version attributes present */ | ||
499 | #undef HAVE_SDL_GL_CONTEXT_VERSION | ||
500 | |||
501 | /* Have shm_open() call */ | ||
502 | #undef HAVE_SHM_OPEN | ||
503 | |||
504 | /* Define to 1 if you have the `siglongjmp' function. */ | ||
505 | #undef HAVE_SIGLONGJMP | ||
506 | |||
507 | /* Define to 1 if you have the <stdint.h> header file. */ | ||
508 | #undef HAVE_STDINT_H | ||
509 | |||
510 | /* Define to 1 if you have the <stdlib.h> header file. */ | ||
511 | #undef HAVE_STDLIB_H | ||
512 | |||
513 | /* Define to 1 if you have the <strings.h> header file. */ | ||
514 | #undef HAVE_STRINGS_H | ||
515 | |||
516 | /* Define to 1 if you have the <string.h> header file. */ | ||
517 | #undef HAVE_STRING_H | ||
518 | |||
519 | /* Define to 1 if the system has the type `struct sigaction'. */ | ||
520 | #undef HAVE_STRUCT_SIGACTION | ||
521 | |||
522 | /* Define to 1 if you have the <sys/mman.h> header file. */ | ||
523 | #undef HAVE_SYS_MMAN_H | ||
524 | |||
525 | /* Define to 1 if you have the <sys/param.h> header file. */ | ||
526 | #undef HAVE_SYS_PARAM_H | ||
527 | |||
528 | /* Define to 1 if you have the <sys/stat.h> header file. */ | ||
529 | #undef HAVE_SYS_STAT_H | ||
530 | |||
531 | /* Define to 1 if you have the <sys/types.h> header file. */ | ||
532 | #undef HAVE_SYS_TYPES_H | ||
533 | |||
534 | /* Set to 1 if we enabled unit testing. */ | ||
535 | #undef HAVE_TESTS | ||
536 | |||
537 | /* Define to 1 if you have the <unistd.h> header file. */ | ||
538 | #undef HAVE_UNISTD_H | ||
539 | |||
540 | /* Valgrind support */ | ||
541 | #undef HAVE_VALGRIND | ||
542 | |||
543 | /* To avoid bug on old libXext version */ | ||
544 | #undef LIBXEXT_VERSION_LOW | ||
545 | |||
546 | /* Define to the sub-directory in which libtool stores uninstalled libraries. | ||
547 | */ | ||
548 | #undef LT_OBJDIR | ||
549 | |||
550 | /* Experimental metric caching to speed up text rendering. */ | ||
551 | #undef METRIC_CACHE | ||
552 | |||
553 | /* "Module architecture" */ | ||
554 | #undef MODULE_ARCH | ||
555 | |||
556 | /* Name of package */ | ||
557 | #undef PACKAGE | ||
558 | |||
559 | /* Define to the address where bug reports for this package should be sent. */ | ||
560 | #undef PACKAGE_BUGREPORT | ||
561 | |||
562 | /* Define to the full name of this package. */ | ||
563 | #undef PACKAGE_NAME | ||
564 | |||
565 | /* Define to the full name and version of this package. */ | ||
566 | #undef PACKAGE_STRING | ||
567 | |||
568 | /* Define to the one symbol short name of this package. */ | ||
569 | #undef PACKAGE_TARNAME | ||
570 | |||
571 | /* Define to the home page for this package. */ | ||
572 | #undef PACKAGE_URL | ||
573 | |||
574 | /* Define to the version of this package. */ | ||
575 | #undef PACKAGE_VERSION | ||
576 | |||
577 | /* default value since PATH_MAX is not defined */ | ||
578 | #undef PATH_MAX | ||
579 | |||
580 | /* Allow pixman to render fonts */ | ||
581 | #undef PIXMAN_FONT | ||
582 | |||
583 | /* Allow pixman to render images */ | ||
584 | #undef PIXMAN_IMAGE | ||
585 | |||
586 | /* Allow pixman to render image sampled scaling */ | ||
587 | #undef PIXMAN_IMAGE_SCALE_SAMPLE | ||
588 | |||
589 | /* Allow pixman to render lines */ | ||
590 | #undef PIXMAN_LINE | ||
591 | |||
592 | /* Allow pixman to render polys */ | ||
593 | #undef PIXMAN_POLY | ||
594 | |||
595 | /* Allow pixman to render rects */ | ||
596 | #undef PIXMAN_RECT | ||
597 | |||
598 | /* The size of `Eina_Unicode', as computed by sizeof. */ | ||
599 | #undef SIZEOF_EINA_UNICODE | ||
600 | |||
601 | /* The size of `FriBidiChar', as computed by sizeof. */ | ||
602 | #undef SIZEOF_FRIBIDICHAR | ||
603 | |||
604 | /* If using the C implementation of alloca, define if you know the | ||
605 | direction of stack growth for your system; otherwise it will be | ||
606 | automatically deduced at runtime. | ||
607 | STACK_DIRECTION > 0 => grows toward higher addresses | ||
608 | STACK_DIRECTION < 0 => grows toward lower addresses | ||
609 | STACK_DIRECTION = 0 => direction of growth unknown */ | ||
610 | #undef STACK_DIRECTION | ||
611 | |||
612 | /* Define to 1 if you have the ANSI C header files. */ | ||
613 | #undef STDC_HEADERS | ||
614 | |||
615 | /* Enable tiled rotate algorithm */ | ||
616 | #undef TILE_ROTATE | ||
617 | |||
618 | /* Enable extensions on AIX 3, Interix. */ | ||
619 | #ifndef _ALL_SOURCE | ||
620 | # undef _ALL_SOURCE | ||
621 | #endif | ||
622 | /* Enable GNU extensions on systems that have them. */ | ||
623 | #ifndef _GNU_SOURCE | ||
624 | # undef _GNU_SOURCE | ||
625 | #endif | ||
626 | /* Enable threading extensions on Solaris. */ | ||
627 | #ifndef _POSIX_PTHREAD_SEMANTICS | ||
628 | # undef _POSIX_PTHREAD_SEMANTICS | ||
629 | #endif | ||
630 | /* Enable extensions on HP NonStop. */ | ||
631 | #ifndef _TANDEM_SOURCE | ||
632 | # undef _TANDEM_SOURCE | ||
633 | #endif | ||
634 | /* Enable general extensions on Solaris. */ | ||
635 | #ifndef __EXTENSIONS__ | ||
636 | # undef __EXTENSIONS__ | ||
637 | #endif | ||
638 | |||
639 | |||
640 | /* Version number of package */ | ||
641 | #undef VERSION | ||
642 | |||
643 | /* Major version */ | ||
644 | #undef VMAJ | ||
645 | |||
646 | /* Micro version */ | ||
647 | #undef VMIC | ||
648 | |||
649 | /* Minor version */ | ||
650 | #undef VMIN | ||
651 | |||
652 | /* Revison */ | ||
653 | #undef VREV | ||
654 | |||
655 | /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most | ||
656 | significant byte first (like Motorola and SPARC, unlike Intel). */ | ||
657 | #if defined AC_APPLE_UNIVERSAL_BUILD | ||
658 | # if defined __BIG_ENDIAN__ | ||
659 | # define WORDS_BIGENDIAN 1 | ||
660 | # endif | ||
661 | #else | ||
662 | # ifndef WORDS_BIGENDIAN | ||
663 | # undef WORDS_BIGENDIAN | ||
664 | # endif | ||
665 | #endif | ||
666 | |||
667 | /* Experimental word caching to speed up text rendering. */ | ||
668 | #undef WORD_CACHE | ||
669 | |||
670 | /* Define to 1 if the X Window System is missing or not being used. */ | ||
671 | #undef X_DISPLAY_MISSING | ||
672 | |||
673 | /* Define to 1 if on MINIX. */ | ||
674 | #undef _MINIX | ||
675 | |||
676 | /* Define to 2 if the system does not provide POSIX.1 features except with | ||
677 | this defined. */ | ||
678 | #undef _POSIX_1_SOURCE | ||
679 | |||
680 | /* Define to 1 if you need to in order for `stat' and other things to work. */ | ||
681 | #undef _POSIX_SOURCE | ||
682 | |||
683 | /* __attribute__ ((unused)) is not supported. */ | ||
684 | #undef __UNUSED__ | ||
685 | |||
686 | /* Define to empty if `const' does not conform to ANSI C. */ | ||
687 | #undef const | ||
688 | |||
689 | |||
690 | #endif /* EFL_CONFIG_H__ */ | ||
691 | |||