etlegacy-libs/jpegturbo/jconfigint.h.cmake
2019-12-25 17:24:24 +01:00

17 lines
377 B
CMake

/* libjpeg-turbo build number */
#define BUILD "0"
/* Compiler's inline keyword */
#undef inline
/* How to obtain function inlining. */
#define INLINE __inline
/* Define to the full name of this package. */
#define PACKAGE_NAME "libjpeg-turbo"
/* Version number of package */
#define VERSION "1.5.3"
/* The size of `size_t', as computed by sizeof. */
#undef SIZEOF_SIZE_T