aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/evas/config.h.in
blob: adb24b6d1fde3020bfccda9205f5c082f1ca04be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
/* config.h.in.  Generated from configure.ac by autoheader.  */


#ifndef EFL_CONFIG_H__
#define EFL_CONFIG_H__


/* Define if building universal (internal helper macro) */
#undef AC_APPLE_UNIVERSAL_BUILD

/* Build Altivec Code */
#undef BUILD_ALTIVEC

/* Build async events support */
#undef BUILD_ASYNC_EVENTS

/* Build async image preload support */
#undef BUILD_ASYNC_PRELOAD

/* Build plain C code */
#undef BUILD_C

/* 16bpp BGR 565 Converter Support */
#undef BUILD_CONVERT_16_BGR_565

/* 16bpp RGB 444 Converter Support */
#undef BUILD_CONVERT_16_RGB_444

/* 16bpp 565 (444 ipaq) Converter Support */
#undef BUILD_CONVERT_16_RGB_454645

/* 16bpp RGB 555 Converter Support */
#undef BUILD_CONVERT_16_RGB_555

/* 16bpp RGB 565 Converter Support */
#undef BUILD_CONVERT_16_RGB_565

/* 16bpp RGB Rotation 0 Converter Support */
#undef BUILD_CONVERT_16_RGB_ROT0

/* 16bpp RGB Rotation 180 Converter Support */
#undef BUILD_CONVERT_16_RGB_ROT180

/* 16bpp RGB Rotation 270 Converter Support */
#undef BUILD_CONVERT_16_RGB_ROT270

/* 16bpp RGB Rotation 90 Converter Support */
#undef BUILD_CONVERT_16_RGB_ROT90

/* 24bpp BGR 888 Converter Support */
#undef BUILD_CONVERT_24_BGR_888

/* 24bpp 666 (666 ezx) Converter Support */
#undef BUILD_CONVERT_24_RGB_666

/* 24bpp RGB 888 Converter Support */
#undef BUILD_CONVERT_24_RGB_888

/* 32bpp BGRX 8888 Converter Support */
#undef BUILD_CONVERT_32_BGRX_8888

/* 32bpp BGR 8888 Converter Support */
#undef BUILD_CONVERT_32_BGR_8888

/* 32bpp RGBX 8888 Converter Support */
#undef BUILD_CONVERT_32_RGBX_8888

/* 32bpp 666 (666 ezx) Converter Support */
#undef BUILD_CONVERT_32_RGB_666

/* 32bpp RGB 8888 Converter Support */
#undef BUILD_CONVERT_32_RGB_8888

/* 32bpp RGB Rotation 0 Converter Support */
#undef BUILD_CONVERT_32_RGB_ROT0

/* 32bpp RGB Rotation 180 Converter Support */
#undef BUILD_CONVERT_32_RGB_ROT180

/* 32bpp RGB Rotation 270 Converter Support */
#undef BUILD_CONVERT_32_RGB_ROT270

/* 32bpp RGB Rotation 90 Converter Support */
#undef BUILD_CONVERT_32_RGB_ROT90

/* 32bpp Grayscale 64-palette Converter Support */
#undef BUILD_CONVERT_8_GRAYSCALE_64

/* 8bpp GRY 1 Converter Support */
#undef BUILD_CONVERT_8_GRY_1

/* 8bpp GRY 16 Converter Support */
#undef BUILD_CONVERT_8_GRY_16

/* 8bpp RGB 111 Converter Support */
#undef BUILD_CONVERT_8_RGB_111

/* 8bpp RGB 121 Converter Support */
#undef BUILD_CONVERT_8_RGB_121

/* 8bpp RGB 221 Converter Support */
#undef BUILD_CONVERT_8_RGB_221

/* 8bpp RGB 222 Converter Support */
#undef BUILD_CONVERT_8_RGB_222

/* 8bpp RGB 232 Converter Support */
#undef BUILD_CONVERT_8_RGB_232

/* 8bpp RGB 332 Converter Support */
#undef BUILD_CONVERT_8_RGB_332

/* 8bpp RGB 666 Converter Support */
#undef BUILD_CONVERT_8_RGB_666

/* YUV Converter Support */
#undef BUILD_CONVERT_YUV

/* Buffer rendering backend */
#undef BUILD_ENGINE_BUFFER

/* Direct3D rendering backend */
#undef BUILD_ENGINE_DIRECT3D

/* DirectFB rendering backend */
#undef BUILD_ENGINE_DIRECTFB

/* Framebuffer rendering backend */
#undef BUILD_ENGINE_FB

/* OpenGL Cocoa rendering backend */
#undef BUILD_ENGINE_GL_COCOA

/* Generic OpenGL Rendering Support */
#undef BUILD_ENGINE_GL_COMMON

/* OpenGL SDL rendering backend */
#undef BUILD_ENGINE_GL_SDL

/* Build OpenGL X11 engine */
#undef BUILD_ENGINE_GL_X11

/* Build GL Xcb backend */
#undef BUILD_ENGINE_GL_XCB

/* Build OpenGL Xlib backend */
#undef BUILD_ENGINE_GL_XLIB

/* PSL1GHT rendering backend */
#undef BUILD_ENGINE_PSL1GHT

/* Software DirectDraw 16 bits rendering backend */
#undef BUILD_ENGINE_SOFTWARE_16_DDRAW

/* Software SDL 16 bits rendering backend */
#undef BUILD_ENGINE_SOFTWARE_16_SDL

/* Software Windows CE 16 bits rendering backend */
#undef BUILD_ENGINE_SOFTWARE_16_WINCE

/* Software X11 16 bits rendering backend */
#undef BUILD_ENGINE_SOFTWARE_16_X11

/* Software X11 8 bits grayscale rendering backend */
#undef BUILD_ENGINE_SOFTWARE_8_X11

/* Software DirectDraw rendering backend */
#undef BUILD_ENGINE_SOFTWARE_DDRAW

/* Software GDI rendering backend */
#undef BUILD_ENGINE_SOFTWARE_GDI

/* Build software X11 engine */
#undef BUILD_ENGINE_SOFTWARE_X11

/* Build software XCB backend */
#undef BUILD_ENGINE_SOFTWARE_XCB

/* Build software Xlib backend */
#undef BUILD_ENGINE_SOFTWARE_XLIB

/* Wayland Egl rendering backend */
#undef BUILD_ENGINE_WAYLAND_EGL

/* Wayland Shm rendering backend */
#undef BUILD_ENGINE_WAYLAND_SHM

/* EET Font Loader Support */
#undef BUILD_FONT_LOADER_EET

/* define to 1 if you have the line dither mask support */
#undef BUILD_LINE_DITHER_MASK

/* UP Image Loader Support */
#undef BUILD_LOADER_BMP

/* UP Image Loader Support */
#undef BUILD_LOADER_EDB

/* UP Image Loader Support */
#undef BUILD_LOADER_EET

/* UP Image Loader Support */
#undef BUILD_LOADER_GENERIC

/* UP Image Loader Support */
#undef BUILD_LOADER_GIF

/* UP Image Loader Support */
#undef BUILD_LOADER_ICO

/* UP Image Loader Support */
#undef BUILD_LOADER_JPEG

/* JPEG Region Decode Support */
#undef BUILD_LOADER_JPEG_REGION

/* UP Image Loader Support */
#undef BUILD_LOADER_PMAPS

/* UP Image Loader Support */
#undef BUILD_LOADER_PNG

/* UP Image Loader Support */
#undef BUILD_LOADER_PSD

/* UP Image Loader Support */
#undef BUILD_LOADER_SVG

/* UP Image Loader Support */
#undef BUILD_LOADER_TGA

/* UP Image Loader Support */
#undef BUILD_LOADER_TIFF

/* UP Image Loader Support */
#undef BUILD_LOADER_WBMP

/* UP Image Loader Support */
#undef BUILD_LOADER_XPM

/* Build MMX Code */
#undef BUILD_MMX

/* Build NEON Code */
#undef BUILD_NEON

/* define to 1 if you have the conversion to 16bpp without dither mask support
   */
#undef BUILD_NO_DITHER_MASK

/* Build pipe render support */
#undef BUILD_PIPE_RENDER

/* Build Threaded Rendering */
#undef BUILD_PTHREAD

/* define to 1 if you have the sampling scaler support */
#undef BUILD_SCALE_SAMPLE

/* define to 1 if you have the smooth scaler support */
#undef BUILD_SCALE_SMOOTH

/* define to 1 if you have the small dither mask support */
#undef BUILD_SMALL_DITHER_MASK

/* Build SSE Code */
#undef BUILD_SSE

/* Build SSE3 Code */
#undef BUILD_SSE3

/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
   systems. This function is required for `alloca.c' support on those systems.
   */
#undef CRAY_STACKSEG_END

/* Define to 1 if using `alloca.c'. */
#undef C_ALLOCA

/* Macro declaring a function to always be inlined. */
#undef EFL_ALWAYS_INLINE

/* Define to mention that evas is built */
#undef EFL_EVAS_BUILD

/* Use SDL primitive when possible */
#undef ENGINE_SDL_PRIMITIVE

/* Build JPEG saver */
#undef EVAS_BUILD_SAVER_JPEG

/* Shared caceh server. */
#undef EVAS_CSERVE

/* Build async render support */
#undef EVAS_FRAME_QUEUING

/* complain when people pass in wrong object types etc. */
#undef EVAS_MAGIC_DEBUG

/* Build BMP image loader inside libevas */
#undef EVAS_STATIC_BUILD_BMP

/* Build buffer engine inside libevas */
#undef EVAS_STATIC_BUILD_BUFFER

/* Build direct3d engine inside libevas */
#undef EVAS_STATIC_BUILD_DIRECT3D

/* Build directfb engine inside libevas */
#undef EVAS_STATIC_BUILD_DIRECTFB

/* Build Edb image loader inside libevas */
#undef EVAS_STATIC_BUILD_EDB

/* Build Eet image loader inside libevas */
#undef EVAS_STATIC_BUILD_EET

/* Build fb engine inside libevas */
#undef EVAS_STATIC_BUILD_FB

/* Build GENERIC image loader inside libevas */
#undef EVAS_STATIC_BUILD_GENERIC

/* Build Gif image loader inside libevas */
#undef EVAS_STATIC_BUILD_GIF

/* Build gl-cocoa engine inside libevas */
#undef EVAS_STATIC_BUILD_GL_COCOA

/* Build GL generic engine as part of libevas */
#undef EVAS_STATIC_BUILD_GL_COMMON

/* Build gl-sdl engine inside libevas */
#undef EVAS_STATIC_BUILD_GL_SDL

/* Build OpenGL X11 engine as part of libevas */
#undef EVAS_STATIC_BUILD_GL_X11

/* Build gl-xcb engine inside libevas */
#undef EVAS_STATIC_BUILD_GL_XCB

/* Build gl-xlib engine inside libevas */
#undef EVAS_STATIC_BUILD_GL_XLIB

/* Build ICO image loader inside libevas */
#undef EVAS_STATIC_BUILD_ICO

/* Build Jpeg image loader inside libevas */
#undef EVAS_STATIC_BUILD_JPEG

/* Build PMAPS image loader inside libevas */
#undef EVAS_STATIC_BUILD_PMAPS

/* Build PNG image loader inside libevas */
#undef EVAS_STATIC_BUILD_PNG

/* Build PSD image loader inside libevas */
#undef EVAS_STATIC_BUILD_PSD

/* Build psl1ght engine inside libevas */
#undef EVAS_STATIC_BUILD_PSL1GHT

/* Build software 16 engine as part of libevas */
#undef EVAS_STATIC_BUILD_SOFTWARE_16

/* Build software-16-ddraw engine inside libevas */
#undef EVAS_STATIC_BUILD_SOFTWARE_16_DDRAW

/* Build software-16-sdl engine inside libevas */
#undef EVAS_STATIC_BUILD_SOFTWARE_16_SDL

/* Build software-16-wince engine inside libevas */
#undef EVAS_STATIC_BUILD_SOFTWARE_16_WINCE

/* Build software-16-x11 engine inside libevas */
#undef EVAS_STATIC_BUILD_SOFTWARE_16_X11

/* Build software 8 engine as part of libevas */
#undef EVAS_STATIC_BUILD_SOFTWARE_8

/* Build software-8-x11 engine inside libevas */
#undef EVAS_STATIC_BUILD_SOFTWARE_8_X11

/* Build software-ddraw engine inside libevas */
#undef EVAS_STATIC_BUILD_SOFTWARE_DDRAW

/* Build software-gdi engine inside libevas */
#undef EVAS_STATIC_BUILD_SOFTWARE_GDI

/* Build software generic engine as part of libevas */
#undef EVAS_STATIC_BUILD_SOFTWARE_GENERIC

/* Build software X11 engine as part of libevas */
#undef EVAS_STATIC_BUILD_SOFTWARE_X11

/* Build software-xcb engine inside libevas */
#undef EVAS_STATIC_BUILD_SOFTWARE_XCB

/* Build software-xlib engine inside libevas */
#undef EVAS_STATIC_BUILD_SOFTWARE_XLIB

/* Build SVG image loader inside libevas */
#undef EVAS_STATIC_BUILD_SVG

/* Build TGA image loader inside libevas */
#undef EVAS_STATIC_BUILD_TGA

/* Build Tiff image loader inside libevas */
#undef EVAS_STATIC_BUILD_TIFF

/* Build wayland-egl engine inside libevas */
#undef EVAS_STATIC_BUILD_WAYLAND_EGL

/* Build wayland-shm engine inside libevas */
#undef EVAS_STATIC_BUILD_WAYLAND_SHM

/* Build WBMP image loader inside libevas */
#undef EVAS_STATIC_BUILD_WBMP

/* Build XPM image loader inside libevas */
#undef EVAS_STATIC_BUILD_XPM

/* Samsung S3c6410 GLES2 support */
#undef GLES_VARIETY_S3C6410

/* Imagination SGX GLES2 support */
#undef GLES_VARIETY_SGX

/* Define to 1 if you have `alloca', as a function or macro. */
#undef HAVE_ALLOCA

/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
   */
#undef HAVE_ALLOCA_H

/* Have altivec.h header file */
#undef HAVE_ALTIVEC_H

/* Define to 1 if you have the <d3d9.h> header file. */
#undef HAVE_D3D9_H

/* Define to 1 if you have the <d3dx9.h> header file. */
#undef HAVE_D3DX9_H

/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H

/* Define to 1 if you have the `dlsym' function. */
#undef HAVE_DLSYM

/* Set to 1 if evil package is installed */
#undef HAVE_EVIL

/* Define to 1 if you have Exotic. */
#undef HAVE_EXOTIC

/* have fontconfig searching capabilities */
#undef HAVE_FONTCONFIG

/* have fribidi support */
#undef HAVE_FRIBIDI

/* Define to 1 if your compiler supports __attribute__ ((vector)). */
#undef HAVE_GCC_ATTRIBUTE_VECTOR

/* have harfbuzz support */
#undef HAVE_HARFBUZZ

/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H

/* have liblinebreak support */
#undef HAVE_LINEBREAK

/* C99 lround function exists */
#undef HAVE_LROUND

/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H

/* Define to 1 if you have the <netinet/in.h> header file. */
#undef HAVE_NETINET_IN_H

/* have pixman for rendering */
#undef HAVE_PIXMAN

/* Define to 1 if you have the <pthread.h> header file. */
#undef HAVE_PTHREAD_H

/* Define to 1 if you have the <sched.h> header file. */
#undef HAVE_SCHED_H

/* SDL_OPENGLES flag is present */
#undef HAVE_SDL_FLAG_OPENGLES

/* SDL_GL version attributes present */
#undef HAVE_SDL_GL_CONTEXT_VERSION

/* Have shm_open() call */
#undef HAVE_SHM_OPEN

/* Define to 1 if you have the `siglongjmp' function. */
#undef HAVE_SIGLONGJMP

/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H

/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H

/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H

/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H

/* Define to 1 if the system has the type `struct sigaction'. */
#undef HAVE_STRUCT_SIGACTION

/* Define to 1 if you have the <sys/mman.h> header file. */
#undef HAVE_SYS_MMAN_H

/* Define to 1 if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H

/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H

/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H

/* Set to 1 if we enabled unit testing. */
#undef HAVE_TESTS

/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H

/* Valgrind support */
#undef HAVE_VALGRIND

/* To avoid bug on old libXext version */
#undef LIBXEXT_VERSION_LOW

/* Define to the sub-directory in which libtool stores uninstalled libraries.
   */
#undef LT_OBJDIR

/* Experimental metric caching to speed up text rendering. */
#undef METRIC_CACHE

/* "Module architecture" */
#undef MODULE_ARCH

/* Name of package */
#undef PACKAGE

/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT

/* Define to the full name of this package. */
#undef PACKAGE_NAME

/* Define to the full name and version of this package. */
#undef PACKAGE_STRING

/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME

/* Define to the home page for this package. */
#undef PACKAGE_URL

/* Define to the version of this package. */
#undef PACKAGE_VERSION

/* default value since PATH_MAX is not defined */
#undef PATH_MAX

/* Allow pixman to render fonts */
#undef PIXMAN_FONT

/* Allow pixman to render images */
#undef PIXMAN_IMAGE

/* Allow pixman to render image sampled scaling */
#undef PIXMAN_IMAGE_SCALE_SAMPLE

/* Allow pixman to render lines */
#undef PIXMAN_LINE

/* Allow pixman to render polys */
#undef PIXMAN_POLY

/* Allow pixman to render rects */
#undef PIXMAN_RECT

/* The size of `Eina_Unicode', as computed by sizeof. */
#undef SIZEOF_EINA_UNICODE

/* The size of `FriBidiChar', as computed by sizeof. */
#undef SIZEOF_FRIBIDICHAR

/* If using the C implementation of alloca, define if you know the
   direction of stack growth for your system; otherwise it will be
   automatically deduced at runtime.
	STACK_DIRECTION > 0 => grows toward higher addresses
	STACK_DIRECTION < 0 => grows toward lower addresses
	STACK_DIRECTION = 0 => direction of growth unknown */
#undef STACK_DIRECTION

/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS

/* Enable tiled rotate algorithm */
#undef TILE_ROTATE

/* Enable extensions on AIX 3, Interix.  */
#ifndef _ALL_SOURCE
# undef _ALL_SOURCE
#endif
/* Enable GNU extensions on systems that have them.  */
#ifndef _GNU_SOURCE
# undef _GNU_SOURCE
#endif
/* Enable threading extensions on Solaris.  */
#ifndef _POSIX_PTHREAD_SEMANTICS
# undef _POSIX_PTHREAD_SEMANTICS
#endif
/* Enable extensions on HP NonStop.  */
#ifndef _TANDEM_SOURCE
# undef _TANDEM_SOURCE
#endif
/* Enable general extensions on Solaris.  */
#ifndef __EXTENSIONS__
# undef __EXTENSIONS__
#endif


/* Version number of package */
#undef VERSION

/* Major version */
#undef VMAJ

/* Micro version */
#undef VMIC

/* Minor version */
#undef VMIN

/* Revison */
#undef VREV

/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
   significant byte first (like Motorola and SPARC, unlike Intel). */
#if defined AC_APPLE_UNIVERSAL_BUILD
# if defined __BIG_ENDIAN__
#  define WORDS_BIGENDIAN 1
# endif
#else
# ifndef WORDS_BIGENDIAN
#  undef WORDS_BIGENDIAN
# endif
#endif

/* Experimental word caching to speed up text rendering. */
#undef WORD_CACHE

/* Define to 1 if the X Window System is missing or not being used. */
#undef X_DISPLAY_MISSING

/* Define to 1 if on MINIX. */
#undef _MINIX

/* Define to 2 if the system does not provide POSIX.1 features except with
   this defined. */
#undef _POSIX_1_SOURCE

/* Define to 1 if you need to in order for `stat' and other things to work. */
#undef _POSIX_SOURCE

/* __attribute__ ((unused)) is not supported. */
#undef __UNUSED__

/* Define to empty if `const' does not conform to ANSI C. */
#undef const


#endif /* EFL_CONFIG_H__ */