This repository has been archived by the owner on Apr 22, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
/
fayecpp_config.h.in
444 lines (245 loc) · 9.66 KB
/
fayecpp_config.h.in
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
/*
* Copyright (c) 2014 - 2017 Kulykov Oleh <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
/*--------------------------------------------------------------------------
* This file is autogenerated from fayecpp_config.h.in
* during the cmake configuration of your project. If you need to make changes
* edit the original file NOT THIS FILE.
* For enabling something define variable as 1, for disabling comment
* --------------------------------------------------------------------------*/
#ifndef __FAYECPP_CONFIG_H__
#define __FAYECPP_CONFIG_H__
/* Build number, if avaiable */
#cmakedefine FAYECPP_BUILD_NUMBER @FAYECPP_BUILD_NUMBER@
/* CoreFoundation/CoreFoundation.h */
#cmakedefine RE_HAVE_COREFOUNDATION_FRAMEWORK @RE_HAVE_COREFOUNDATION_FRAMEWORK@
/* libwebsockets.h */
#cmakedefine RE_HAVE_LIBWEBSOCKETS_H @RE_HAVE_LIBWEBSOCKETS_H@
/* jansson.h */
#cmakedefine RE_HAVE_JANSSON_H @RE_HAVE_JANSSON_H@
/* Windows OS */
#cmakedefine __RE_OS_WINDOWS__ @__RE_OS_WINDOWS__@
/* Using the MinGW compiler in Windows and flag __RE_OS_WINDOWS__ defined */
#cmakedefine __RE_COMPILER_MINGW__ @__RE_COMPILER_MINGW__@
/* stdlib.h */
#cmakedefine RE_HAVE_STDLIB_H @RE_HAVE_STDLIB_H@
/* inttypes.h */
#cmakedefine RE_HAVE_INTTYPES_H @RE_HAVE_INTTYPES_H@
/* sys/types.h */
#cmakedefine RE_HAVE_SYS_TYPES_H @RE_HAVE_SYS_TYPES_H@
/* stddef.h */
#cmakedefine RE_HAVE_STDDEF_H @RE_HAVE_STDDEF_H@
/* stdbool.h */
#cmakedefine RE_HAVE_STDBOOL_H @RE_HAVE_STDBOOL_H@
/* stdint.h */
#cmakedefine RE_HAVE_STDINT_H @RE_HAVE_STDINT_H@
/* stdarg.h */
#cmakedefine RE_HAVE_STDARG_H @RE_HAVE_STDARG_H@
/* limits.h */
#cmakedefine RE_HAVE_LIMITS_H @RE_HAVE_LIMITS_H@
/* float.h */
#cmakedefine RE_HAVE_FLOAT_H @RE_HAVE_FLOAT_H@
/* mach/mach_time.h */
#cmakedefine RE_HAVE_MACH_MACH_TIME_H @RE_HAVE_MACH_MACH_TIME_H@
/* sys/time.h */
#cmakedefine RE_HAVE_SYS_TIME_H @RE_HAVE_SYS_TIME_H@
/* time.h */
#cmakedefine RE_HAVE_TIME_H @RE_HAVE_TIME_H@
/* locale.h */
#cmakedefine RE_HAVE_LOCALE_H @RE_HAVE_LOCALE_H@
/* assert.h */
#cmakedefine RE_HAVE_ASSERT_H @RE_HAVE_ASSERT_H@
/* sys/stat.h */
#cmakedefine RE_HAVE_SYS_STAT_H @RE_HAVE_SYS_STAT_H@
/* fcntl.h */
#cmakedefine RE_HAVE_FCNTL_H @RE_HAVE_FCNTL_H@
/* pthread.h */
#cmakedefine RE_HAVE_PTHREAD_H @RE_HAVE_PTHREAD_H@
/* sys/resource.h */
#cmakedefine RE_HAVE_SYS_RESOURCE_H @RE_HAVE_SYS_RESOURCE_H@
/* direct.h */
#cmakedefine RE_HAVE_DIRECT_H @RE_HAVE_DIRECT_H@
/* wchar.h */
#cmakedefine RE_HAVE_WCHAR_H @RE_HAVE_WCHAR_H@
/* memory.h */
#cmakedefine RE_HAVE_MEMORY_H @RE_HAVE_MEMORY_H@
/* string.h */
#cmakedefine RE_HAVE_STRING_H @RE_HAVE_STRING_H@
/* math.h */
#cmakedefine RE_HAVE_MATH_H @RE_HAVE_MATH_H@
/* malloc.h */
#cmakedefine RE_HAVE_MALLOC_H @RE_HAVE_MALLOC_H@
/* errno.h */
#cmakedefine RE_HAVE_ERRNO_H @RE_HAVE_ERRNO_H@
/* sys/errno.h */
#cmakedefine RE_HAVE_SYS_ERRNO_H @RE_HAVE_SYS_ERRNO_H@
/* io.h */
#cmakedefine RE_HAVE_IO_H @RE_HAVE_IO_H@
/* signal.h */
#cmakedefine RE_HAVE_SIGNAL_H @RE_HAVE_SIGNAL_H@
/* setjmp.h */
#cmakedefine RE_HAVE_SETJMP_H @RE_HAVE_SETJMP_H@
/* unistd.h */
#cmakedefine RE_HAVE_UNISTD_H @RE_HAVE_UNISTD_H@
/* dispatch/dispatch.h */
#cmakedefine RE_HAVE_DISPATCH_DISPATCH_H @RE_HAVE_DISPATCH_DISPATCH_H@
/* includes */
#if defined(RE_HAVE_SYS_TYPES_H)
#include <sys/types.h>
#endif
#if defined(RE_HAVE_MALLOC_H)
#include <malloc.h>
#endif
/* sizes */
/* int8_t */
#cmakedefine RE_SIZEOF_INT8_T @RE_SIZEOF_INT8_T@
/* uint8_t */
#cmakedefine RE_SIZEOF_UINT8_T @RE_SIZEOF_UINT8_T@
/* int16_t */
#cmakedefine RE_SIZEOF_INT16_T @RE_SIZEOF_INT16_T@
/* uint16_t */
#cmakedefine RE_SIZEOF_UINT16_T @RE_SIZEOF_UINT16_T@
/* int32_t */
#cmakedefine RE_SIZEOF_INT32_T @RE_SIZEOF_INT32_T@
/* uint32_t */
#cmakedefine RE_SIZEOF_UINT32_T @RE_SIZEOF_UINT32_T@
/* int64_t */
#cmakedefine RE_SIZEOF_INT64_T @RE_SIZEOF_INT64_T@
/* uint64_t */
#cmakedefine RE_SIZEOF_UINT64_T @RE_SIZEOF_UINT64_T@
/* uintptr_t */
#cmakedefine RE_SIZEOF_UINTPTR_T @RE_SIZEOF_UINTPTR_T@
/* char */
#cmakedefine RE_SIZEOF_CHAR @RE_SIZEOF_CHAR@
/* long int */
#cmakedefine RE_SIZEOF_LONG_INT @RE_SIZEOF_LONG_INT@
/* long long int */
#cmakedefine RE_SIZEOF_LONG_LONG_INT @RE_SIZEOF_LONG_LONG_INT@
/* float */
#cmakedefine RE_SIZEOF_FLOAT @RE_SIZEOF_FLOAT@
/* double */
#cmakedefine RE_SIZEOF_DOUBLE @RE_SIZEOF_DOUBLE@
/* long double */
#cmakedefine RE_SIZEOF_LONG_DOUBLE @RE_SIZEOF_LONG_DOUBLE@
/* bool */
#cmakedefine RE_SIZEOF_BOOL @RE_SIZEOF_BOOL@
/* float128 */
#cmakedefine RE_FLOAT128_TYPE @RE_FLOAT128_TYPE@
/* int128, uint128 */
#cmakedefine RE_INT128_TYPE @RE_INT128_TYPE@
#cmakedefine RE_UINT128_TYPE @RE_UINT128_TYPE@
/* structures */
/* struct stat */
#cmakedefine RE_HAVE_STRUCT_STAT @RE_HAVE_STRUCT_STAT@
/* struct _stat */
#cmakedefine RE_HAVE_STRUCT__STAT @RE_HAVE_STRUCT__STAT@
/* functions */
/* posix_memalign */
#cmakedefine RE_HAVE_FUNCTION_POSIX_MEMALIGN @RE_HAVE_FUNCTION_POSIX_MEMALIGN@
/* usleep */
#cmakedefine RE_HAVE_FUNCTION_USLEEP @RE_HAVE_FUNCTION_USLEEP@
/* getrlimit */
#cmakedefine RE_HAVE_FUNCTION_GETRLIMIT @RE_HAVE_FUNCTION_GETRLIMIT@
/* pthread_attr_setscope */
#cmakedefine RE_HAVE_FUNCTION_PTHREAD_ATTR_SETSCOPE @RE_HAVE_FUNCTION_PTHREAD_ATTR_SETSCOPE@
/* pthread_attr_setstacksize */
#cmakedefine RE_HAVE_FUNCTION_PTHREAD_ATTR_SETSTACKSIZE @RE_HAVE_FUNCTION_PTHREAD_ATTR_SETSTACKSIZE@
/* pthread_cancel */
#cmakedefine RE_HAVE_FUNCTION_PTHREAD_CANCEL @RE_HAVE_FUNCTION_PTHREAD_CANCEL@
/* pthread_setname_np */
#cmakedefine RE_HAVE_FUNCTION_PTHREAD_SETNAME_NP @RE_HAVE_FUNCTION_PTHREAD_SETNAME_NP@
/* pthread_set_name_np */
#cmakedefine RE_HAVE_FUNCTION_PTHREAD_SET_NAME_NP @RE_HAVE_FUNCTION_PTHREAD_SET_NAME_NP@
/* _stat */
#cmakedefine RE_HAVE_FUNCTION__STAT @RE_HAVE_FUNCTION__STAT@
/* stat */
#cmakedefine RE_HAVE_FUNCTION_STAT @RE_HAVE_FUNCTION_STAT@
/* _wstat */
#cmakedefine RE_HAVE_FUNCTION__WSTAT @RE_HAVE_FUNCTION__WSTAT@
/* access */
#cmakedefine RE_HAVE_FUNCTION_ACCESS @RE_HAVE_FUNCTION_ACCESS@
/* _access */
#cmakedefine RE_HAVE_FUNCTION__ACCESS @RE_HAVE_FUNCTION__ACCESS@
/* _waccess */
#cmakedefine RE_HAVE_FUNCTION__WACCESS @RE_HAVE_FUNCTION__WACCESS@
/* _mkdir */
#cmakedefine RE_HAVE_FUNCTION__MKDIR @RE_HAVE_FUNCTION__MKDIR@
/* mkdir */
#cmakedefine RE_HAVE_FUNCTION_MKDIR @RE_HAVE_FUNCTION_MKDIR@
/* _wmkdir */
#cmakedefine RE_HAVE_FUNCTION__WMKDIR @RE_HAVE_FUNCTION__WMKDIR@
/* clock_gettime */
#cmakedefine RE_HAVE_FUNCTION_CLOCK_GETTIME @RE_HAVE_FUNCTION_CLOCK_GETTIME@
/* difftime */
#cmakedefine RE_HAVE_FUNCTION_DIFFTIME @RE_HAVE_FUNCTION_DIFFTIME@
/* time */
#cmakedefine RE_HAVE_FUNCTION_TIME @RE_HAVE_FUNCTION_TIME@
/* localtime */
#cmakedefine RE_HAVE_FUNCTION_LOCALTIME @RE_HAVE_FUNCTION_LOCALTIME@
/* gmtime */
#cmakedefine RE_HAVE_FUNCTION_GMTIME @RE_HAVE_FUNCTION_GMTIME@
/* strftime */
#cmakedefine RE_HAVE_FUNCTION_STRFTIME @RE_HAVE_FUNCTION_STRFTIME@
/* fabsf */
#cmakedefine RE_HAVE_FUNCTION_FABSF @RE_HAVE_FUNCTION_FABSF@
/* fabs */
#cmakedefine RE_HAVE_FUNCTION_FABS @RE_HAVE_FUNCTION_FABS@
/* floorf */
#cmakedefine RE_HAVE_FUNCTION_FLOORF @RE_HAVE_FUNCTION_FLOORF@
/* floor */
#cmakedefine RE_HAVE_FUNCTION_FLOOR @RE_HAVE_FUNCTION_FLOOR@
/* powf */
#cmakedefine RE_HAVE_FUNCTION_POWF @RE_HAVE_FUNCTION_POWF@
/* pow */
#cmakedefine RE_HAVE_FUNCTION_POW @RE_HAVE_FUNCTION_POW@
/* cosf */
#cmakedefine RE_HAVE_FUNCTION_COSF @RE_HAVE_FUNCTION_COSF@
/* cos */
#cmakedefine RE_HAVE_FUNCTION_COS @RE_HAVE_FUNCTION_COS@
/* sinf */
#cmakedefine RE_HAVE_FUNCTION_SINF @RE_HAVE_FUNCTION_SINF@
/* sin */
#cmakedefine RE_HAVE_FUNCTION_SIN @RE_HAVE_FUNCTION_SIN@
/* sqrtf */
#cmakedefine RE_HAVE_FUNCTION_SQRTF @RE_HAVE_FUNCTION_SQRTF@
/* sqrt */
#cmakedefine RE_HAVE_FUNCTION_SQRT @RE_HAVE_FUNCTION_SQRT@
/* _wfopen */
#cmakedefine RE_HAVE_FUNCTION__WFOPEN @RE_HAVE_FUNCTION__WFOPEN@
/* _wfopen_s */
#cmakedefine RE_HAVE_FUNCTION__WFOPEN_S @RE_HAVE_FUNCTION__WFOPEN_S@
/* fopen_s */
#cmakedefine RE_HAVE_FUNCTION_FOPEN_S @RE_HAVE_FUNCTION_FOPEN_S@
/* sscanf_s */
#cmakedefine RE_HAVE_FUNCTION_SSCANF_S @RE_HAVE_FUNCTION_SSCANF_S@
/* sprintf_s */
#cmakedefine RE_HAVE_FUNCTION_SPRINTF_S @RE_HAVE_FUNCTION_SPRINTF_S@
/* vsprintf_s */
#cmakedefine RE_HAVE_FUNCTION_VSPRINTF_S @RE_HAVE_FUNCTION_VSPRINTF_S@
/* dispatch_sync */
#cmakedefine RE_HAVE_FUNCTION_DISPATCH_SYNC @RE_HAVE_FUNCTION_DISPATCH_SYNC@
/* dispatch_async */
#cmakedefine RE_HAVE_FUNCTION_DISPATCH_ASYNC @RE_HAVE_FUNCTION_DISPATCH_ASYNC@
/* dispatch_get_global_queue */
#cmakedefine RE_HAVE_FUNCTION_DISPATCH_GET_GLOBAL_QUEUE @RE_HAVE_FUNCTION_DISPATCH_GET_GLOBAL_QUEUE@
/* dispatch_after */
#cmakedefine RE_HAVE_FUNCTION_DISPATCH_AFTER @RE_HAVE_FUNCTION_DISPATCH_AFTER@
#endif /* __FAYECPP_CONFIG_H__ */