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