mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-06 00:13:33 +00:00
16 lines
436 B
C
16 lines
436 B
C
/* jconfigint.h. Generated from jconfigint.h.in by configure. */
|
|
/* libjpeg-turbo build number */
|
|
#define BUILD "20161004"
|
|
|
|
/* How to obtain function inlining. */
|
|
#define INLINE inline __attribute__((always_inline))
|
|
|
|
/* Define to the full name of this package. */
|
|
#define PACKAGE_NAME "libjpeg-turbo"
|
|
|
|
/* Version number of package */
|
|
#define VERSION "1.5.2"
|
|
|
|
/* The size of `size_t', as computed by sizeof. */
|
|
#define SIZEOF_SIZE_T 8
|