summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libjpeg/src/jconfigint.h
blob: 97edb3196343be65d5911652756ce665f77116b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// 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.1.5"

#if SIZE_MAX == 0xffffffff
#define SIZEOF_SIZE_T 4
#elif SIZE_MAX == 0xffffffffffffffff
#define SIZEOF_SIZE_T 8
#endif

#define FALLTHROUGH