blob: 187a099d97d91536eb8cb7ce1c214d7ca3cda753 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
|
/* This file is automatically generated by Makefile.PL.
Don't edit this file, since any changes will be lost */
#ifndef IMAGER_IMCONFIG_H
#define IMAGER_IMCONFIG_H
/*
Logging system
*/
#define IMAGER_LOG 1
/*
Parsed giflib version
*/
#define IM_GIFMAJOR 4
#define IM_GIFMINOR 1
/*
gif available
*/
#define HAVE_LIBGIF 1
/*
jpeg available
*/
#define HAVE_LIBJPEG 1
/*
png available
*/
#define HAVE_LIBPNG 1
/*
tiff available
*/
#define HAVE_LIBTIFF 1
/*
freetype2 available
*/
#define HAVE_FT2 1
/*
w32 available
*/
#define HAVE_WIN32 1
/*
Enable experimental EXIF support
*/
#define IMEXIF_ENABLE 1
#endif
|