|
12 | 12 | /* #undef AUTOTRACE_DELEGATE */
|
13 | 13 |
|
14 | 14 | /* Define if coders and filters are to be built as modules. */
|
15 |
| -#ifndef MAGICKCORE_BUILD_MODULES |
16 |
| -#define MAGICKCORE_BUILD_MODULES 1 |
17 |
| -#endif |
| 15 | +/* #undef BUILD_MODULES */ |
18 | 16 |
|
19 | 17 | /* Define if you have the bzip2 library */
|
20 | 18 | #ifndef MAGICKCORE_BZLIB_DELEGATE
|
|
80 | 78 | #endif
|
81 | 79 |
|
82 | 80 | /* Define if you have FFTW library */
|
83 |
| -#ifndef MAGICKCORE_FFTW_DELEGATE |
84 |
| -#define MAGICKCORE_FFTW_DELEGATE 1 |
85 |
| -#endif |
| 81 | +/* #undef FFTW_DELEGATE */ |
86 | 82 |
|
87 | 83 | /* Location of filter modules */
|
88 | 84 | #ifndef MAGICKCORE_FILTER_PATH
|
|
436 | 432 | #endif
|
437 | 433 |
|
438 | 434 | /* Define if you have the <lcms2.h> header file. */
|
439 |
| -/* #undef HAVE_LCMS2_H */ |
| 435 | +#ifndef MAGICKCORE_HAVE_LCMS2_H |
| 436 | +#define MAGICKCORE_HAVE_LCMS2_H 1 |
| 437 | +#endif |
440 | 438 |
|
441 | 439 | /* Define if you have the <lcms2/lcms2.h> header file. */
|
442 | 440 | /* #undef HAVE_LCMS2_LCMS2_H */
|
443 | 441 |
|
444 | 442 | /* Define if you have the <lcms.h> header file. */
|
445 |
| -#ifndef MAGICKCORE_HAVE_LCMS_H |
446 |
| -#define MAGICKCORE_HAVE_LCMS_H 1 |
447 |
| -#endif |
| 443 | +/* #undef HAVE_LCMS_H */ |
448 | 444 |
|
449 | 445 | /* Define if you have the <lcms/lcms.h> header file. */
|
450 | 446 | /* #undef HAVE_LCMS_LCMS_H */
|
|
1167 | 1163 | #endif
|
1168 | 1164 |
|
1169 | 1165 | /* Define if you have JBIG library */
|
1170 |
| -#ifndef MAGICKCORE_JBIG_DELEGATE |
1171 |
| -#define MAGICKCORE_JBIG_DELEGATE 1 |
1172 |
| -#endif |
| 1166 | +/* #undef JBIG_DELEGATE */ |
1173 | 1167 |
|
1174 | 1168 | /* Define if you have JPEG version 2 "Jasper" library */
|
1175 | 1169 | #ifndef MAGICKCORE_JP2_DELEGATE
|
|
1198 | 1192 | #endif
|
1199 | 1193 |
|
1200 | 1194 | /* Define if you have LQR library */
|
1201 |
| -#ifndef MAGICKCORE_LQR_DELEGATE |
1202 |
| -#define MAGICKCORE_LQR_DELEGATE 1 |
1203 |
| -#endif |
| 1195 | +/* #undef LQR_DELEGATE */ |
1204 | 1196 |
|
1205 | 1197 | /* Define if using libltdl to support dynamically loadable modules */
|
1206 | 1198 | #ifndef MAGICKCORE_LTDL_DELEGATE
|
|
1212 | 1204 |
|
1213 | 1205 | /* Define to the system default library search path. */
|
1214 | 1206 | #ifndef MAGICKCORE_LT_DLSEARCH_PATH
|
1215 |
| -#define MAGICKCORE_LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib64/R/lib:/usr/lib64/atlas:/opt/modules/pkg/intel/f77/10.0.025/lib:/usr/lib64/llvm:/usr/local/lib:/usr/lib64/mysql:/usr/lib64/qt-3.3/lib:/usr/lib64/xulrunner-2" |
| 1207 | +#define MAGICKCORE_LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib64/atlas:/usr/lib/llvm:/usr/lib64/llvm:/usr/lib64/mysql:/usr/lib64/qt-3.3/lib:/usr/lib64/tcl8.5/tclx8.4:/usr/lib64/tcl8.5:/usr/lib/wine/:/usr/lib64/wine/:/usr/lib64/xulrunner-2" |
1216 | 1208 | #endif
|
1217 | 1209 |
|
1218 | 1210 | /* The archive extension */
|
|
1263 | 1255 | /* #undef NO_MINUS_C_MINUS_O */
|
1264 | 1256 |
|
1265 | 1257 | /* Define if you have OPENEXR library */
|
1266 |
| -#ifndef MAGICKCORE_OPENEXR_DELEGATE |
1267 |
| -#define MAGICKCORE_OPENEXR_DELEGATE 1 |
1268 |
| -#endif |
| 1258 | +/* #undef OPENEXR_DELEGATE */ |
1269 | 1259 |
|
1270 | 1260 | /* Define to the address where bug reports for this package should be sent. */
|
1271 | 1261 | #ifndef MAGICKCORE_PACKAGE_BUGREPORT
|
|
1320 | 1310 | #endif
|
1321 | 1311 |
|
1322 | 1312 | /* Define if you have RSVG library */
|
1323 |
| -#ifndef MAGICKCORE_RSVG_DELEGATE |
1324 |
| -#define MAGICKCORE_RSVG_DELEGATE 1 |
1325 |
| -#endif |
| 1313 | +/* #undef RSVG_DELEGATE */ |
1326 | 1314 |
|
1327 | 1315 | /* Define to the type of arg 1 for `select'. */
|
1328 | 1316 | #ifndef MAGICKCORE_SELECT_TYPE_ARG1
|
|
1459 | 1447 |
|
1460 | 1448 |
|
1461 | 1449 | /* Define if you have WEBP library */
|
1462 |
| -#ifndef MAGICKCORE_WEBP_DELEGATE |
1463 |
| -#define MAGICKCORE_WEBP_DELEGATE 1 |
1464 |
| -#endif |
| 1450 | +/* #undef WEBP_DELEGATE */ |
1465 | 1451 |
|
1466 | 1452 | /* Define to use the Windows GDI32 library */
|
1467 | 1453 | /* #undef WINGDI32_DELEGATE */
|
|
1470 | 1456 | /* #undef WITH_DMALLOC */
|
1471 | 1457 |
|
1472 | 1458 | /* Define if you have WMF library */
|
1473 |
| -#ifndef MAGICKCORE_WMF_DELEGATE |
1474 |
| -#define MAGICKCORE_WMF_DELEGATE 1 |
1475 |
| -#endif |
| 1459 | +/* #undef WMF_DELEGATE */ |
1476 | 1460 |
|
1477 | 1461 | /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
1478 | 1462 | significant byte first (like Motorola and SPARC, unlike Intel). */
|
|
0 commit comments