~ubuntu-branches/ubuntu/wily/libde265/wily

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Package Import Robot
  • Author(s): Joachim Bauch
  • Date: 2015-07-16 11:07:46 UTC
  • mfrom: (2.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20150716110746-76vsv24j3yux7tnu
Tags: 1.0.2-1
* Imported Upstream version 1.0.2
* Added new files to copyright information.
* Only export decoder API and update symbols for new version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* config.h.in.  Generated from configure.ac by autoheader.  */
2
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 the `alarm' function. */
 
12
#undef HAVE_ALARM
 
13
 
 
14
/* Define to 1 if you have `alloca', as a function or macro. */
 
15
#undef HAVE_ALLOCA
 
16
 
 
17
/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
 
18
   */
 
19
#undef HAVE_ALLOCA_H
 
20
 
 
21
/* Support ARM instructions */
 
22
#undef HAVE_ARM
 
23
 
 
24
/* define if the compiler supports basic C++11 syntax */
 
25
#undef HAVE_CXX11
 
26
 
3
27
/* Define to 1 if you have the <dlfcn.h> header file. */
4
28
#undef HAVE_DLFCN_H
5
29
 
 
30
/* Define to 1 if you have the `gettimeofday' function. */
 
31
#undef HAVE_GETTIMEOFDAY
 
32
 
6
33
/* Define to 1 if you have the <inttypes.h> header file. */
7
34
#undef HAVE_INTTYPES_H
8
35
 
24
51
/* Define to 1 if you have the `memset' function. */
25
52
#undef HAVE_MEMSET
26
53
 
 
54
/* Support ARM NEON instructions */
 
55
#undef HAVE_NEON
 
56
 
27
57
/* Define to 1 if you have the `posix_memalign' function. */
28
58
#undef HAVE_POSIX_MEMALIGN
29
59
 
 
60
/* Define to 1 if you have the `pow' function. */
 
61
#undef HAVE_POW
 
62
 
 
63
/* Define to 1 if the system has the type `ptrdiff_t'. */
 
64
#undef HAVE_PTRDIFF_T
 
65
 
30
66
/* Whether libsdl was found. */
31
67
#undef HAVE_SDL
32
68
 
 
69
/* Define to 1 if you have the <setjmp.h> header file. */
 
70
#undef HAVE_SETJMP_H
 
71
 
 
72
/* Define to 1 if you have the <signal.h> header file. */
 
73
#undef HAVE_SIGNAL_H
 
74
 
 
75
/* Define to 1 if you have the `sqrt' function. */
 
76
#undef HAVE_SQRT
 
77
 
33
78
/* Support SSSE4.1 (Streaming SIMD Extensions 4.1) instructions */
34
79
#undef HAVE_SSE4_1
35
80
 
36
81
/* Define to 1 if stdbool.h conforms to C99. */
37
82
#undef HAVE_STDBOOL_H
38
83
 
 
84
/* Define to 1 if you have the <stddef.h> header file. */
 
85
#undef HAVE_STDDEF_H
 
86
 
39
87
/* Define to 1 if you have the <stdint.h> header file. */
40
88
#undef HAVE_STDINT_H
41
89
 
42
90
/* Define to 1 if you have the <stdlib.h> header file. */
43
91
#undef HAVE_STDLIB_H
44
92
 
 
93
/* Define to 1 if you have the `strchr' function. */
 
94
#undef HAVE_STRCHR
 
95
 
45
96
/* Define to 1 if you have the <strings.h> header file. */
46
97
#undef HAVE_STRINGS_H
47
98
 
48
99
/* Define to 1 if you have the <string.h> header file. */
49
100
#undef HAVE_STRING_H
50
101
 
 
102
/* Define to 1 if you have the `strrchr' function. */
 
103
#undef HAVE_STRRCHR
 
104
 
51
105
/* Whether libswscale was found. */
52
106
#undef HAVE_SWSCALE
53
107
 
54
108
/* Define to 1 if you have the <sys/stat.h> header file. */
55
109
#undef HAVE_SYS_STAT_H
56
110
 
 
111
/* Define to 1 if you have the <sys/time.h> header file. */
 
112
#undef HAVE_SYS_TIME_H
 
113
 
57
114
/* Define to 1 if you have the <sys/types.h> header file. */
58
115
#undef HAVE_SYS_TYPES_H
59
116
 
63
120
/* Whether libvideogfx was found. */
64
121
#undef HAVE_VIDEOGFX
65
122
 
66
 
/* Define to 1 or 0, depending whether the compiler supports simple visibility
67
 
   declarations. */
68
 
#undef HAVE_VISIBILITY
69
 
 
70
123
/* Define to 1 if the system has the type `_Bool'. */
71
124
#undef HAVE__BOOL
72
125
 
104
157
/* Define to the version of this package. */
105
158
#undef PACKAGE_VERSION
106
159
 
 
160
/* If using the C implementation of alloca, define if you know the
 
161
   direction of stack growth for your system; otherwise it will be
 
162
   automatically deduced at runtime.
 
163
        STACK_DIRECTION > 0 => grows toward higher addresses
 
164
        STACK_DIRECTION < 0 => grows toward lower addresses
 
165
        STACK_DIRECTION = 0 => direction of growth unknown */
 
166
#undef STACK_DIRECTION
 
167
 
107
168
/* Define to 1 if you have the ANSI C header files. */
108
169
#undef STDC_HEADERS
109
170
 
 
171
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
 
172
#undef TIME_WITH_SYS_TIME
 
173
 
110
174
/* Version number of package */
111
175
#undef VERSION
112
176
 
125
189
   #define below would cause a syntax error. */
126
190
#undef _UINT8_T
127
191
 
 
192
/* Define to `__inline__' or `__inline' if that's what the C compiler
 
193
   calls it, or to nothing if 'inline' is not supported under any name.  */
 
194
#ifndef __cplusplus
 
195
#undef inline
 
196
#endif
 
197
 
128
198
/* Define to the type of a signed integer type of width exactly 16 bits if
129
199
   such a type exists and the standard includes do not define it. */
130
200
#undef int16_t
133
203
   such a type exists and the standard includes do not define it. */
134
204
#undef int32_t
135
205
 
 
206
/* Define to the type of a signed integer type of width exactly 64 bits if
 
207
   such a type exists and the standard includes do not define it. */
 
208
#undef int64_t
 
209
 
136
210
/* Define to the type of a signed integer type of width exactly 8 bits if such
137
211
   a type exists and the standard includes do not define it. */
138
212
#undef int8_t
139
213
 
 
214
/* Define to `unsigned int' if <sys/types.h> does not define. */
 
215
#undef size_t
 
216
 
140
217
/* Define to the type of an unsigned integer type of width exactly 16 bits if
141
218
   such a type exists and the standard includes do not define it. */
142
219
#undef uint16_t