mirror of
https://github.com/etlegacy/etlegacy-libs.git
synced 2025-02-24 12:11:11 +00:00
14 lines
324 B
CMake
14 lines
324 B
CMake
/* libjpeg-turbo build number */
|
|
#define BUILD 0
|
|
|
|
/* 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.1
|
|
|
|
/* The size of `size_t', as computed by sizeof. */
|
|
#undef SIZEOF_SIZE_T
|