aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/evas/config.h.in
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-04 18:41:13 +1000
committerDavid Walter Seikel2012-01-04 18:41:13 +1000
commitdd7595a3475407a7fa96a97393bae8c5220e8762 (patch)
treee341e911d7eb911a51684a7412ef7f7c7605d28e /libraries/evas/config.h.in
parentAdd the skeleton. (diff)
downloadSledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.zip
SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.tar.gz
SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.tar.bz2
SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.tar.xz
Add the base Enlightenment Foundation Libraries - eina, eet, evas, ecore, embryo, and edje.
Note that embryo wont be used, but I'm not sure yet if you can build edje without it.
Diffstat (limited to 'libraries/evas/config.h.in')
-rw-r--r--libraries/evas/config.h.in658
1 files changed, 658 insertions, 0 deletions
diff --git a/libraries/evas/config.h.in b/libraries/evas/config.h.in
new file mode 100644
index 0000000..95bb668
--- /dev/null
+++ b/libraries/evas/config.h.in
@@ -0,0 +1,658 @@
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/* Software SDL rendering backend */
174#undef BUILD_ENGINE_SOFTWARE_SDL
175
176/* Build software X11 engine */
177#undef BUILD_ENGINE_SOFTWARE_X11
178
179/* Build software XCB backend */
180#undef BUILD_ENGINE_SOFTWARE_XCB
181
182/* Build software Xlib backend */
183#undef BUILD_ENGINE_SOFTWARE_XLIB
184
185/* EET Font Loader Support */
186#undef BUILD_FONT_LOADER_EET
187
188/* define to 1 if you have the line dither mask support */
189#undef BUILD_LINE_DITHER_MASK
190
191/* UP Image Loader Support */
192#undef BUILD_LOADER_BMP
193
194/* UP Image Loader Support */
195#undef BUILD_LOADER_EDB
196
197/* UP Image Loader Support */
198#undef BUILD_LOADER_EET
199
200/* UP Image Loader Support */
201#undef BUILD_LOADER_GENERIC
202
203/* UP Image Loader Support */
204#undef BUILD_LOADER_GIF
205
206/* UP Image Loader Support */
207#undef BUILD_LOADER_ICO
208
209/* UP Image Loader Support */
210#undef BUILD_LOADER_JPEG
211
212/* JPEG Region Decode Support */
213#undef BUILD_LOADER_JPEG_REGION
214
215/* UP Image Loader Support */
216#undef BUILD_LOADER_PMAPS
217
218/* UP Image Loader Support */
219#undef BUILD_LOADER_PNG
220
221/* UP Image Loader Support */
222#undef BUILD_LOADER_PSD
223
224/* UP Image Loader Support */
225#undef BUILD_LOADER_SVG
226
227/* UP Image Loader Support */
228#undef BUILD_LOADER_TGA
229
230/* UP Image Loader Support */
231#undef BUILD_LOADER_TIFF
232
233/* UP Image Loader Support */
234#undef BUILD_LOADER_WBMP
235
236/* UP Image Loader Support */
237#undef BUILD_LOADER_XPM
238
239/* Build MMX Code */
240#undef BUILD_MMX
241
242/* Build NEON Code */
243#undef BUILD_NEON
244
245/* define to 1 if you have the conversion to 16bpp without dither mask support
246 */
247#undef BUILD_NO_DITHER_MASK
248
249/* Build pipe render support */
250#undef BUILD_PIPE_RENDER
251
252/* Build Threaded Rendering */
253#undef BUILD_PTHREAD
254
255/* define to 1 if you have the sampling scaler support */
256#undef BUILD_SCALE_SAMPLE
257
258/* define to 1 if you have the smooth scaler support */
259#undef BUILD_SCALE_SMOOTH
260
261/* define to 1 if you have the small dither mask support */
262#undef BUILD_SMALL_DITHER_MASK
263
264/* Build SSE Code */
265#undef BUILD_SSE
266
267/* Build SSE3 Code */
268#undef BUILD_SSE3
269
270/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
271 systems. This function is required for `alloca.c' support on those systems.
272 */
273#undef CRAY_STACKSEG_END
274
275/* Define to 1 if using `alloca.c'. */
276#undef C_ALLOCA
277
278/* Macro declaring a function to always be inlined. */
279#undef EFL_ALWAYS_INLINE
280
281/* Define to mention that evas is built */
282#undef EFL_EVAS_BUILD
283
284/* Use SDL primitive when possible */
285#undef ENGINE_SDL_PRIMITIVE
286
287/* Build JPEG saver */
288#undef EVAS_BUILD_SAVER_JPEG
289
290/* Shared caceh server. */
291#undef EVAS_CSERVE
292
293/* Build async render support */
294#undef EVAS_FRAME_QUEUING
295
296/* complain when people pass in wrong object types etc. */
297#undef EVAS_MAGIC_DEBUG
298
299/* Build BMP image loader inside libevas */
300#undef EVAS_STATIC_BUILD_BMP
301
302/* Build buffer engine inside libevas */
303#undef EVAS_STATIC_BUILD_BUFFER
304
305/* Build direct3d engine inside libevas */
306#undef EVAS_STATIC_BUILD_DIRECT3D
307
308/* Build directfb engine inside libevas */
309#undef EVAS_STATIC_BUILD_DIRECTFB
310
311/* Build Edb image loader inside libevas */
312#undef EVAS_STATIC_BUILD_EDB
313
314/* Build Eet image loader inside libevas */
315#undef EVAS_STATIC_BUILD_EET
316
317/* Build fb engine inside libevas */
318#undef EVAS_STATIC_BUILD_FB
319
320/* Build GENERIC image loader inside libevas */
321#undef EVAS_STATIC_BUILD_GENERIC
322
323/* Build Gif image loader inside libevas */
324#undef EVAS_STATIC_BUILD_GIF
325
326/* Build gl-cocoa engine inside libevas */
327#undef EVAS_STATIC_BUILD_GL_COCOA
328
329/* Build GL generic engine as part of libevas */
330#undef EVAS_STATIC_BUILD_GL_COMMON
331
332/* Build gl-sdl engine inside libevas */
333#undef EVAS_STATIC_BUILD_GL_SDL
334
335/* Build OpenGL X11 engine as part of libevas */
336#undef EVAS_STATIC_BUILD_GL_X11
337
338/* Build gl-xcb engine inside libevas */
339#undef EVAS_STATIC_BUILD_GL_XCB
340
341/* Build gl-xlib engine inside libevas */
342#undef EVAS_STATIC_BUILD_GL_XLIB
343
344/* Build ICO image loader inside libevas */
345#undef EVAS_STATIC_BUILD_ICO
346
347/* Build Jpeg image loader inside libevas */
348#undef EVAS_STATIC_BUILD_JPEG
349
350/* Build PMAPS image loader inside libevas */
351#undef EVAS_STATIC_BUILD_PMAPS
352
353/* Build PNG image loader inside libevas */
354#undef EVAS_STATIC_BUILD_PNG
355
356/* Build PSD image loader inside libevas */
357#undef EVAS_STATIC_BUILD_PSD
358
359/* Build psl1ght engine inside libevas */
360#undef EVAS_STATIC_BUILD_PSL1GHT
361
362/* Build software 16 engine as part of libevas */
363#undef EVAS_STATIC_BUILD_SOFTWARE_16
364
365/* Build software-16-ddraw engine inside libevas */
366#undef EVAS_STATIC_BUILD_SOFTWARE_16_DDRAW
367
368/* Build software-16-sdl engine inside libevas */
369#undef EVAS_STATIC_BUILD_SOFTWARE_16_SDL
370
371/* Build software-16-wince engine inside libevas */
372#undef EVAS_STATIC_BUILD_SOFTWARE_16_WINCE
373
374/* Build software-16-x11 engine inside libevas */
375#undef EVAS_STATIC_BUILD_SOFTWARE_16_X11
376
377/* Build software 8 engine as part of libevas */
378#undef EVAS_STATIC_BUILD_SOFTWARE_8
379
380/* Build software-8-x11 engine inside libevas */
381#undef EVAS_STATIC_BUILD_SOFTWARE_8_X11
382
383/* Build software-ddraw engine inside libevas */
384#undef EVAS_STATIC_BUILD_SOFTWARE_DDRAW
385
386/* Build software-gdi engine inside libevas */
387#undef EVAS_STATIC_BUILD_SOFTWARE_GDI
388
389/* Build software generic engine as part of libevas */
390#undef EVAS_STATIC_BUILD_SOFTWARE_GENERIC
391
392/* Build software-sdl engine inside libevas */
393#undef EVAS_STATIC_BUILD_SOFTWARE_SDL
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 WBMP image loader inside libevas */
414#undef EVAS_STATIC_BUILD_WBMP
415
416/* Build XPM image loader inside libevas */
417#undef EVAS_STATIC_BUILD_XPM
418
419/* Samsung S3c6410 GLES2 support */
420#undef GLES_VARIETY_S3C6410
421
422/* Imagination SGX GLES2 support */
423#undef GLES_VARIETY_SGX
424
425/* Define to 1 if you have `alloca', as a function or macro. */
426#undef HAVE_ALLOCA
427
428/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
429 */
430#undef HAVE_ALLOCA_H
431
432/* Have altivec.h header file */
433#undef HAVE_ALTIVEC_H
434
435/* Define to 1 if you have the <d3d9.h> header file. */
436#undef HAVE_D3D9_H
437
438/* Define to 1 if you have the <d3dx9.h> header file. */
439#undef HAVE_D3DX9_H
440
441/* Define to 1 if you have the <dlfcn.h> header file. */
442#undef HAVE_DLFCN_H
443
444/* Define to 1 if you have the `dlsym' function. */
445#undef HAVE_DLSYM
446
447/* Set to 1 if evil package is installed */
448#undef HAVE_EVIL
449
450/* have fontconfig searching capabilities */
451#undef HAVE_FONTCONFIG
452
453/* have fribidi support */
454#undef HAVE_FRIBIDI
455
456/* Define to 1 if your compiler supports __attribute__ ((vector)). */
457#undef HAVE_GCC_ATTRIBUTE_VECTOR
458
459/* have harfbuzz support */
460#undef HAVE_HARFBUZZ
461
462/* Define to 1 if you have the <inttypes.h> header file. */
463#undef HAVE_INTTYPES_H
464
465/* have liblinebreak support */
466#undef HAVE_LINEBREAK
467
468/* C99 lround function exists */
469#undef HAVE_LROUND
470
471/* Define to 1 if you have the <memory.h> header file. */
472#undef HAVE_MEMORY_H
473
474/* Define to 1 if you have the <netinet/in.h> header file. */
475#undef HAVE_NETINET_IN_H
476
477/* have pixman for rendering */
478#undef HAVE_PIXMAN
479
480/* Define to 1 if you have the <pthread.h> header file. */
481#undef HAVE_PTHREAD_H
482
483/* Define to 1 if you have the <sched.h> header file. */
484#undef HAVE_SCHED_H
485
486/* SDL_OPENGLES flag is present */
487#undef HAVE_SDL_FLAG_OPENGLES
488
489/* SDL_GL version attributes present */
490#undef HAVE_SDL_GL_CONTEXT_VERSION
491
492/* Have shm_open() call */
493#undef HAVE_SHM_OPEN
494
495/* Define to 1 if you have the `siglongjmp' function. */
496#undef HAVE_SIGLONGJMP
497
498/* Define to 1 if you have the <stdint.h> header file. */
499#undef HAVE_STDINT_H
500
501/* Define to 1 if you have the <stdlib.h> header file. */
502#undef HAVE_STDLIB_H
503
504/* Define to 1 if you have the <strings.h> header file. */
505#undef HAVE_STRINGS_H
506
507/* Define to 1 if you have the <string.h> header file. */
508#undef HAVE_STRING_H
509
510/* Define to 1 if the system has the type `struct sigaction'. */
511#undef HAVE_STRUCT_SIGACTION
512
513/* Define to 1 if you have the <sys/param.h> header file. */
514#undef HAVE_SYS_PARAM_H
515
516/* Define to 1 if you have the <sys/stat.h> header file. */
517#undef HAVE_SYS_STAT_H
518
519/* Define to 1 if you have the <sys/types.h> header file. */
520#undef HAVE_SYS_TYPES_H
521
522/* Set to 1 if we enabled unit testing. */
523#undef HAVE_TESTS
524
525/* Define to 1 if you have the <unistd.h> header file. */
526#undef HAVE_UNISTD_H
527
528/* Valgrind support */
529#undef HAVE_VALGRIND
530
531/* To avoid bug on old libXext version */
532#undef LIBXEXT_VERSION_LOW
533
534/* Define to the sub-directory in which libtool stores uninstalled libraries.
535 */
536#undef LT_OBJDIR
537
538/* Experimental metric caching to speed up text rendering. */
539#undef METRIC_CACHE
540
541/* "Module architecture" */
542#undef MODULE_ARCH
543
544/* Name of package */
545#undef PACKAGE
546
547/* Define to the address where bug reports for this package should be sent. */
548#undef PACKAGE_BUGREPORT
549
550/* Define to the full name of this package. */
551#undef PACKAGE_NAME
552
553/* Define to the full name and version of this package. */
554#undef PACKAGE_STRING
555
556/* Define to the one symbol short name of this package. */
557#undef PACKAGE_TARNAME
558
559/* Define to the home page for this package. */
560#undef PACKAGE_URL
561
562/* Define to the version of this package. */
563#undef PACKAGE_VERSION
564
565/* default value since PATH_MAX is not defined */
566#undef PATH_MAX
567
568/* The size of `Eina_Unicode', as computed by sizeof. */
569#undef SIZEOF_EINA_UNICODE
570
571/* The size of `FriBidiChar', as computed by sizeof. */
572#undef SIZEOF_FRIBIDICHAR
573
574/* If using the C implementation of alloca, define if you know the
575 direction of stack growth for your system; otherwise it will be
576 automatically deduced at runtime.
577 STACK_DIRECTION > 0 => grows toward higher addresses
578 STACK_DIRECTION < 0 => grows toward lower addresses
579 STACK_DIRECTION = 0 => direction of growth unknown */
580#undef STACK_DIRECTION
581
582/* Define to 1 if you have the ANSI C header files. */
583#undef STDC_HEADERS
584
585/* Enable extensions on AIX 3, Interix. */
586#ifndef _ALL_SOURCE
587# undef _ALL_SOURCE
588#endif
589/* Enable GNU extensions on systems that have them. */
590#ifndef _GNU_SOURCE
591# undef _GNU_SOURCE
592#endif
593/* Enable threading extensions on Solaris. */
594#ifndef _POSIX_PTHREAD_SEMANTICS
595# undef _POSIX_PTHREAD_SEMANTICS
596#endif
597/* Enable extensions on HP NonStop. */
598#ifndef _TANDEM_SOURCE
599# undef _TANDEM_SOURCE
600#endif
601/* Enable general extensions on Solaris. */
602#ifndef __EXTENSIONS__
603# undef __EXTENSIONS__
604#endif
605
606
607/* Version number of package */
608#undef VERSION
609
610/* Major version */
611#undef VMAJ
612
613/* Micro version */
614#undef VMIC
615
616/* Minor version */
617#undef VMIN
618
619/* Revison */
620#undef VREV
621
622/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
623 significant byte first (like Motorola and SPARC, unlike Intel). */
624#if defined AC_APPLE_UNIVERSAL_BUILD
625# if defined __BIG_ENDIAN__
626# define WORDS_BIGENDIAN 1
627# endif
628#else
629# ifndef WORDS_BIGENDIAN
630# undef WORDS_BIGENDIAN
631# endif
632#endif
633
634/* Experimental word caching to speed up text rendering. */
635#undef WORD_CACHE
636
637/* Define to 1 if the X Window System is missing or not being used. */
638#undef X_DISPLAY_MISSING
639
640/* Define to 1 if on MINIX. */
641#undef _MINIX
642
643/* Define to 2 if the system does not provide POSIX.1 features except with
644 this defined. */
645#undef _POSIX_1_SOURCE
646
647/* Define to 1 if you need to in order for `stat' and other things to work. */
648#undef _POSIX_SOURCE
649
650/* __attribute__ ((unused)) is not supported. */
651#undef __UNUSED__
652
653/* Define to empty if `const' does not conform to ANSI C. */
654#undef const
655
656
657#endif /* EFL_CONFIG_H__ */
658