jconfigint.h
Go to the documentation of this file.
1 /* libjpeg-turbo build number */
2 #define BUILD "20240328"
3 
4 /* Compiler's inline keyword */
5 /* #undef inline */
6 
7 /* How to obtain function inlining. */
8 #define INLINE inline
9 
10 /* How to obtain thread-local storage */
11 #define THREAD_LOCAL
12 
13 /* Define to the full name of this package. */
14 #define PACKAGE_NAME "ParaView"
15 
16 /* Version number of package */
17 #define VERSION "2.0.0"
18 
19 /* The size of `size_t', as computed by sizeof. */
20 #define SIZEOF_SIZE_T 8
21 
22 /* Define if your compiler has __builtin_ctzl() and sizeof(unsigned long) == sizeof(size_t). */
23 /* #undef HAVE_BUILTIN_CTZL */
24 
25 /* Define to 1 if you have the <intrin.h> header file. */
26 /* #undef HAVE_INTRIN_H */
27 
28 #if defined(_MSC_VER) && defined(HAVE_INTRIN_H)
29 #if (SIZEOF_SIZE_T == 8)
30 /* #undef HAVE_BITSCANFORWARD64 */
31 #elif (SIZEOF_SIZE_T == 4)
32 /* #undef HAVE_BITSCANFORWARD */
33 #endif
34 #endif