config.h.cmake (scribus-1.5.6.tar.xz) | : | config.h.cmake (scribus-1.5.6.1.tar.xz) | ||
---|---|---|---|---|
/* | /* | |||
* Prevent code from including config.h directly. You should include | * Prevent code from including config.h directly. You should include | |||
* scconfig.h instead. This lets us handle win-config.h correctly, and | * scconfig.h instead. This lets us handle win-config.h correctly, and | |||
* may do more later. | * may do more later. | |||
*/ | */ | |||
#ifndef _SCCONFIG_H | #ifndef _SCCONFIG_H | |||
#error "Include <scconfig.h> rather than using <config.h> directly" | #error "Include <scconfig.h> rather than using <config.h> directly" | |||
#endif | #endif | |||
#cmakedefine VERSION "1.5.6" | #cmakedefine VERSION "1.5.6.1" | |||
#cmakedefine BUILD_WINDOWS_VERSION 1 | #cmakedefine BUILD_WINDOWS_VERSION 1 | |||
#cmakedefine DLL_USE_NATIVE_API 1 | #cmakedefine DLL_USE_NATIVE_API 1 | |||
#cmakedefine BUILD_MAC_BUNDLE | #cmakedefine BUILD_MAC_BUNDLE | |||
#cmakedefine HAVE_CMS 1 | #cmakedefine HAVE_CMS 1 | |||
#cmakedefine HAVE_LCMS2 1 | #cmakedefine HAVE_LCMS2 1 | |||
#cmakedefine CMS_INC @CMS_INC@ | #cmakedefine CMS_INC @CMS_INC@ | |||
#cmakedefine HAVE_XML 1 | #cmakedefine HAVE_XML 1 | |||
#cmakedefine HAVE_CAIRO 1 | #cmakedefine HAVE_CAIRO 1 | |||
#cmakedefine HAVE_CUPS 1 | #cmakedefine HAVE_CUPS 1 | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |