4,9 → 4,6 |
/* Version number of package */ |
#define VERSION "1.5.7.svn" |
|
/* Are we building an executable to be included in MacOS/X .app bundle? */ |
#undef BUILD_MAC_BUNDLE |
|
/* Are we building win32 native version. */ |
#define BUILD_WINDOWS_VERSION 1 |
|
13,12 → 10,24 |
/* Are we using native api for dll management */ |
#define DLL_USE_NATIVE_API 1 |
|
/* Defines if your system has the boost libraries */ |
#define HAVE_BOOST 1 |
/* Are we building an executable to be included in MacOS/X .app bundle? */ |
#undef BUILD_MAC_BUNDLE |
|
/* Defines if your system has the cairo library */ |
#define HAVE_CAIRO 1 |
/* ColorManagementInclude */ |
#define CMS_INC "lcms2.h" |
|
/* ColorManagement (LittleCms) */ |
#define HAVE_CMS 1 |
|
/* ColorManagement (LittleCms2) */ |
#define HAVE_LCMS2 1 |
|
/* ColorManagement (Windows) */ |
#define HAVE_ICM 1 |
|
/* Can we use unicode functions (Windows) */ |
#define HAVE_UNICODE 1 |
|
/* Cups */ |
#undef HAVE_CUPS |
|
25,6 → 34,12 |
/* Define to 1 if you have the <dlfcn.h> header file. */ |
#undef HAVE_DLFCN_H |
|
/* Defines if your system has the cairo library */ |
#define HAVE_CAIRO 1 |
|
/* Defines if your system has the boost libraries */ |
#define HAVE_BOOST 1 |
|
/* Defines if your system has the libfontconfig library */ |
#undef HAVE_FONTCONFIG |
|
31,12 → 46,6 |
/* Defines if your system has the harfbuzz-subset library */ |
#define HAVE_HARFBUZZ_SUBSET 1 |
|
/* ColorManagement (Windows) */ |
#define HAVE_ICM 1 |
|
/* ColorManagement (LittleCms2) */ |
#define HAVE_LCMS2 1 |
|
/* Define if you have libz */ |
#define HAVE_LIBZ 1 |
|
61,6 → 70,9 |
/* Define to 1 if you have the <stdint.h> header file. */ |
#undef HAVE_STDINT_H |
|
/* Define to 1 if you have the <stdlib.h> header file. */ |
// #define HAVE_STDLIB_H 1 |
|
/* Define to 1 if you have the <sys/stat.h> header file. */ |
#define HAVE_SYS_STAT_H 1 |
|
70,9 → 82,6 |
/* Tifflib */ |
#define HAVE_TIFF 1 |
|
/* Can we use unicode functions (Windows) */ |
#define HAVE_UNICODE 1 |
|
/* Define to 1 if you have the <unistd.h> header file. */ |
#undef HAVE_UNISTD_H |
|