Update to 2.0.0 tree from current Fremantle build
[opencv] / cvconfig.h.cmake
1 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
2    systems. This function is required for `alloca.c' support on those systems.
3    */
4 #cmakedefine  CRAY_STACKSEG_END
5
6 /* Define to 1 if using `alloca.c'. */
7 #cmakedefine C_ALLOCA
8
9 /* Define to 1 if you have `alloca', as a function or macro. */
10 #cmakedefine HAVE_ALLOCA 1
11
12 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
13    */
14 #cmakedefine HAVE_ALLOCA_H 1
15
16 /* V4L capturing support */
17 #cmakedefine HAVE_CAMV4L
18
19 /* V4L2 capturing support */
20 #cmakedefine HAVE_CAMV4L2
21
22 /* Carbon windowing environment */
23 #cmakedefine HAVE_CARBON
24
25 /* IEEE1394 capturing support */
26 #cmakedefine HAVE_DC1394
27
28 /* libdc1394 0.9.4 or 0.9.5 */
29 #cmakedefine HAVE_DC1394_095
30
31 /* IEEE1394 capturing support - libdc1394 v2.x */
32 #cmakedefine HAVE_DC1394_2
33
34 /* ffmpeg in Gentoo */
35 #cmakedefine HAVE_GENTOO_FFMPEG
36
37 /* FFMpeg video library */
38 #cmakedefine  HAVE_FFMPEG
39
40 /* ffmpeg's libswscale */
41 #cmakedefine  HAVE_FFMPEG_SWSCALE
42
43 /* GStreamer multimedia framework */
44 #cmakedefine  HAVE_GSTREAMER
45
46 /* GTK+ 2.0 Thread support */
47 #cmakedefine  HAVE_GTHREAD
48
49 /* GTK+ 2.x toolkit */
50 #cmakedefine  HAVE_GTK
51
52 /* OpenEXR codec */
53 #cmakedefine  HAVE_ILMIMF
54
55 /* Apple ImageIO Framework */
56 #cmakedefine  HAVE_IMAGEIO
57
58 /* Define to 1 if you have the <inttypes.h> header file. */
59 #cmakedefine  HAVE_INTTYPES_H 1
60
61 /* JPEG-2000 codec */
62 #cmakedefine  HAVE_JASPER
63
64 /* IJG JPEG codec */
65 #cmakedefine  HAVE_JPEG
66
67 /* Define to 1 if you have the `dl' library (-ldl). */
68 #cmakedefine  HAVE_LIBDL 1
69
70 /* Define to 1 if you have the `gomp' library (-lgomp). */
71 #cmakedefine  HAVE_LIBGOMP 1
72
73 /* Define to 1 if you have the `m' library (-lm). */
74 #cmakedefine  HAVE_LIBM 1
75
76 /* libpng/png.h needs to be included */
77 #cmakedefine  HAVE_LIBPNG_PNG_H
78
79 /* Define to 1 if you have the `pthread' library (-lpthread). */
80 #cmakedefine  HAVE_LIBPTHREAD 1
81
82 /* Define to 1 if you have the `lrint' function. */
83 #cmakedefine  HAVE_LRINT 0
84
85 /* PNG codec */
86 #cmakedefine  HAVE_PNG
87
88 /* Define to 1 if you have the `png_get_valid' function. */
89 #cmakedefine  HAVE_PNG_GET_VALID 1
90
91 /* png.h needs to be included */
92 #cmakedefine  HAVE_PNG_H
93
94 /* Define to 1 if you have the `png_set_tRNS_to_alpha' function. */
95 #cmakedefine  HAVE_PNG_SET_TRNS_TO_ALPHA 1
96
97 /* QuickTime video libraries */
98 #cmakedefine  HAVE_QUICKTIME
99
100 /* TIFF codec */
101 #cmakedefine  HAVE_TIFF
102
103 /* Unicap video capture library */
104 #cmakedefine  HAVE_UNICAP
105
106 /* Define to 1 if you have the <unistd.h> header file. */
107 #cmakedefine  HAVE_UNISTD_H 1
108
109 /* Xine video library */
110 #cmakedefine  HAVE_XINE
111
112 /* LZ77 compression/decompression library (used for PNG) */
113 #cmakedefine  HAVE_ZLIB
114
115 /* Intel Integrated Performance Primitives */
116 #cmakedefine  HAVE_IPP
117
118 /* Name of package */
119 #define  PACKAGE "${PACKAGE}"
120
121 /* Define to the address where bug reports for this package should be sent. */
122 #define  PACKAGE_BUGREPORT "${PACKAGE_BUGREPORT}"
123
124 /* Define to the full name of this package. */
125 #define  PACKAGE_NAME "${PACKAGE_NAME}"
126
127 /* Define to the full name and version of this package. */
128 #define  PACKAGE_STRING "${PACKAGE_STRING}"
129
130 /* Define to the one symbol short name of this package. */
131 #define  PACKAGE_TARNAME "${PACKAGE_TARNAME}"
132
133 /* Define to the version of this package. */
134 #define  PACKAGE_VERSION "${PACKAGE_VERSION}"
135
136 /* If using the C implementation of alloca, define if you know the
137    direction of stack growth for your system; otherwise it will be
138    automatically deduced at runtime.
139         STACK_DIRECTION > 0 => grows toward higher addresses
140         STACK_DIRECTION < 0 => grows toward lower addresses
141         STACK_DIRECTION = 0 => direction of growth unknown */
142 #cmakedefine  STACK_DIRECTION
143
144 /* Version number of package */
145 #define  VERSION "${PACKAGE_VERSION}"
146
147 /* Define to 1 if your processor stores words with the most significant byte
148    first (like Motorola and SPARC, unlike Intel and VAX). */
149 #cmakedefine  WORDS_BIGENDIAN
150