blob: 66169185091ea6b37d3adb55b91dc273e6ddc0f5 [file] [log] [blame]
// Definitions for building in Qt source, ref. src/jconfigint.h.in
#include <stdint.h>
#define BUILD ""
#define INLINE inline
#define PACKAGE_NAME "libjpeg-turbo"
#define VERSION "2.0.3"
#if SIZE_MAX == 0xffffffff
#define SIZEOF_SIZE_T 4
#elif SIZE_MAX == 0xffffffffffffffff
#define SIZEOF_SIZE_T 8
#endif