Blame thirdparty/libjpeg-turbo/libjpeg-turbo-2.0.6/jconfigint.h.in
|
shun-iwasawa |
82a8f5 |
/* libjpeg-turbo build number */
|
|
shun-iwasawa |
82a8f5 |
#define BUILD "@BUILD@"
|
|
shun-iwasawa |
82a8f5 |
|
|
shun-iwasawa |
82a8f5 |
/* Compiler's inline keyword */
|
|
shun-iwasawa |
82a8f5 |
#undef inline
|
|
shun-iwasawa |
82a8f5 |
|
|
shun-iwasawa |
82a8f5 |
/* How to obtain function inlining. */
|
|
shun-iwasawa |
82a8f5 |
#define INLINE @INLINE@
|
|
shun-iwasawa |
82a8f5 |
|
|
shun-iwasawa |
82a8f5 |
/* How to obtain thread-local storage */
|
|
shun-iwasawa |
82a8f5 |
#define THREAD_LOCAL @THREAD_LOCAL@
|
|
shun-iwasawa |
82a8f5 |
|
|
shun-iwasawa |
82a8f5 |
/* Define to the full name of this package. */
|
|
shun-iwasawa |
82a8f5 |
#define PACKAGE_NAME "@CMAKE_PROJECT_NAME@"
|
|
shun-iwasawa |
82a8f5 |
|
|
shun-iwasawa |
82a8f5 |
/* Version number of package */
|
|
shun-iwasawa |
82a8f5 |
#define VERSION "@VERSION@"
|
|
shun-iwasawa |
82a8f5 |
|
|
shun-iwasawa |
82a8f5 |
/* The size of `size_t', as computed by sizeof. */
|
|
shun-iwasawa |
82a8f5 |
#define SIZEOF_SIZE_T @SIZE_T@
|
|
shun-iwasawa |
82a8f5 |
|
|
shun-iwasawa |
82a8f5 |
/* Define if your compiler has __builtin_ctzl() and sizeof(unsigned long) == sizeof(size_t). */
|
|
shun-iwasawa |
82a8f5 |
#cmakedefine HAVE_BUILTIN_CTZL
|
|
shun-iwasawa |
82a8f5 |
|
|
shun-iwasawa |
82a8f5 |
/* Define to 1 if you have the <intrin.h> header file. */</intrin.h>
|
|
shun-iwasawa |
82a8f5 |
#cmakedefine HAVE_INTRIN_H
|
|
shun-iwasawa |
82a8f5 |
|
|
shun-iwasawa |
82a8f5 |
#if defined(_MSC_VER) && defined(HAVE_INTRIN_H)
|
|
shun-iwasawa |
82a8f5 |
#if (SIZEOF_SIZE_T == 8)
|
|
shun-iwasawa |
82a8f5 |
#define HAVE_BITSCANFORWARD64
|
|
shun-iwasawa |
82a8f5 |
#elif (SIZEOF_SIZE_T == 4)
|
|
shun-iwasawa |
82a8f5 |
#define HAVE_BITSCANFORWARD
|
|
shun-iwasawa |
82a8f5 |
#endif
|
|
shun-iwasawa |
82a8f5 |
#endif
|