|
34 | 34 |
|
35 | 35 | /* Location of coder modules */
|
36 | 36 | #ifndef MAGICKCORE_CODER_PATH
|
37 |
| -#define MAGICKCORE_CODER_PATH "/usr/local/lib/ImageMagick-6.6.2/modules-Q16/coders/" |
| 37 | +#define MAGICKCORE_CODER_PATH "/usr/local/lib/ImageMagick-6.6.3/modules-Q16/coders/" |
38 | 38 | #endif
|
39 | 39 |
|
40 | 40 | /* Subdirectory of lib where coder modules are installed */
|
41 | 41 | #ifndef MAGICKCORE_CODER_RELATIVE_PATH
|
42 |
| -#define MAGICKCORE_CODER_RELATIVE_PATH "ImageMagick-6.6.2/modules-Q16/coders" |
| 42 | +#define MAGICKCORE_CODER_RELATIVE_PATH "ImageMagick-6.6.3/modules-Q16/coders" |
43 | 43 | #endif
|
44 | 44 |
|
45 | 45 | /* Directory where architecture-dependent configuration files live. */
|
46 | 46 | #ifndef MAGICKCORE_CONFIGURE_PATH
|
47 |
| -#define MAGICKCORE_CONFIGURE_PATH "/usr/local/lib/ImageMagick-6.6.2/config/" |
| 47 | +#define MAGICKCORE_CONFIGURE_PATH "/usr/local/lib/ImageMagick-6.6.3/config/" |
48 | 48 | #endif
|
49 | 49 |
|
50 | 50 | /* Subdirectory of lib where architecture-dependent configuration files live.
|
51 | 51 | */
|
52 | 52 | #ifndef MAGICKCORE_CONFIGURE_RELATIVE_PATH
|
53 |
| -#define MAGICKCORE_CONFIGURE_RELATIVE_PATH "ImageMagick-6.6.2/config" |
| 53 | +#define MAGICKCORE_CONFIGURE_RELATIVE_PATH "ImageMagick-6.6.3/config" |
54 | 54 | #endif
|
55 | 55 |
|
56 | 56 | /* Define if you have DJVU library */
|
|
60 | 60 |
|
61 | 61 | /* Directory where ImageMagick documents live. */
|
62 | 62 | #ifndef MAGICKCORE_DOCUMENTATION_PATH
|
63 |
| -#define MAGICKCORE_DOCUMENTATION_PATH "/usr/local/share/doc/ImageMagick-6.6.2/" |
| 63 | +#define MAGICKCORE_DOCUMENTATION_PATH "/usr/local/share/doc/ImageMagick-6.6.3/" |
64 | 64 | #endif
|
65 | 65 |
|
66 | 66 | /* Define if you have Display Postscript */
|
|
84 | 84 |
|
85 | 85 | /* Location of filter modules */
|
86 | 86 | #ifndef MAGICKCORE_FILTER_PATH
|
87 |
| -#define MAGICKCORE_FILTER_PATH "/usr/local/lib/ImageMagick-6.6.2/modules-Q16/filters/" |
| 87 | +#define MAGICKCORE_FILTER_PATH "/usr/local/lib/ImageMagick-6.6.3/modules-Q16/filters/" |
88 | 88 | #endif
|
89 | 89 |
|
90 | 90 | /* Subdirectory of lib where filter modules are installed */
|
91 | 91 | #ifndef MAGICKCORE_FILTER_RELATIVE_PATH
|
92 |
| -#define MAGICKCORE_FILTER_RELATIVE_PATH "ImageMagick-6.6.2/modules-Q16/filters" |
| 92 | +#define MAGICKCORE_FILTER_RELATIVE_PATH "ImageMagick-6.6.3/modules-Q16/filters" |
93 | 93 | #endif
|
94 | 94 |
|
95 | 95 | /* Define if you have FONTCONFIG library */
|
|
1045 | 1045 |
|
1046 | 1046 | /* Directory where architecture-dependent files live. */
|
1047 | 1047 | #ifndef MAGICKCORE_LIBRARY_PATH
|
1048 |
| -#define MAGICKCORE_LIBRARY_PATH "/usr/local/lib/ImageMagick-6.6.2/" |
| 1048 | +#define MAGICKCORE_LIBRARY_PATH "/usr/local/lib/ImageMagick-6.6.3/" |
1049 | 1049 | #endif
|
1050 | 1050 |
|
1051 | 1051 | /* Subdirectory of lib where ImageMagick architecture dependent files are
|
1052 | 1052 | installed */
|
1053 | 1053 | #ifndef MAGICKCORE_LIBRARY_RELATIVE_PATH
|
1054 |
| -#define MAGICKCORE_LIBRARY_RELATIVE_PATH "ImageMagick-6.6.2" |
| 1054 | +#define MAGICKCORE_LIBRARY_RELATIVE_PATH "ImageMagick-6.6.3" |
1055 | 1055 | #endif
|
1056 | 1056 |
|
1057 | 1057 | /* Define if you have LQR library */
|
|
1122 | 1122 |
|
1123 | 1123 | /* Define to the full name and version of this package. */
|
1124 | 1124 | #ifndef MAGICKCORE_PACKAGE_STRING
|
1125 |
| -#define MAGICKCORE_PACKAGE_STRING "ImageMagick 6.6.2" |
| 1125 | +#define MAGICKCORE_PACKAGE_STRING "ImageMagick 6.6.3" |
1126 | 1126 | #endif
|
1127 | 1127 |
|
1128 | 1128 | /* Define to the one symbol short name of this package. */
|
|
1137 | 1137 |
|
1138 | 1138 | /* Define to the version of this package. */
|
1139 | 1139 | #ifndef MAGICKCORE_PACKAGE_VERSION
|
1140 |
| -#define MAGICKCORE_PACKAGE_VERSION "6.6.2" |
| 1140 | +#define MAGICKCORE_PACKAGE_VERSION "6.6.3" |
1141 | 1141 | #endif
|
1142 | 1142 |
|
1143 | 1143 | /* Define if you have PNG library */
|
|
1184 | 1184 |
|
1185 | 1185 | /* Directory where architecture-independent configuration files live. */
|
1186 | 1186 | #ifndef MAGICKCORE_SHARE_CONFIGURE_PATH
|
1187 |
| -#define MAGICKCORE_SHARE_CONFIGURE_PATH "/usr/local/share/ImageMagick-6.6.2/config/" |
| 1187 | +#define MAGICKCORE_SHARE_CONFIGURE_PATH "/usr/local/share/ImageMagick-6.6.3/config/" |
1188 | 1188 | #endif
|
1189 | 1189 |
|
1190 | 1190 | /* Subdirectory of lib where architecture-independent configuration files
|
1191 | 1191 | live. */
|
1192 | 1192 | #ifndef MAGICKCORE_SHARE_CONFIGURE_RELATIVE_PATH
|
1193 |
| -#define MAGICKCORE_SHARE_CONFIGURE_RELATIVE_PATH "ImageMagick-6.6.2/config" |
| 1193 | +#define MAGICKCORE_SHARE_CONFIGURE_RELATIVE_PATH "ImageMagick-6.6.3/config" |
1194 | 1194 | #endif
|
1195 | 1195 |
|
1196 | 1196 | /* Directory where architecture-independent files live. */
|
1197 | 1197 | #ifndef MAGICKCORE_SHARE_PATH
|
1198 |
| -#define MAGICKCORE_SHARE_PATH "/usr/local/share/ImageMagick-6.6.2/" |
| 1198 | +#define MAGICKCORE_SHARE_PATH "/usr/local/share/ImageMagick-6.6.3/" |
1199 | 1199 | #endif
|
1200 | 1200 |
|
1201 | 1201 | /* The size of `off_t', as computed by sizeof. */
|
|
0 commit comments