summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorcraig <craig@11d20701-8431-0410-a711-e3c959e3b870>2012-01-01 11:40:09 +0000
committercraig <craig@11d20701-8431-0410-a711-e3c959e3b870>2012-01-01 11:40:09 +0000
commit7ed83b6c6666eb8b6b104c211ae7e52907350372 (patch)
tree4430b556abac0ad660a0aacf1887d77f85d8be02 /config.h.cmake
downloadscribus-7ed83b6c6666eb8b6b104c211ae7e52907350372.tar.gz
scribus-7ed83b6c6666eb8b6b104c211ae7e52907350372.tar.xz
scribus-7ed83b6c6666eb8b6b104c211ae7e52907350372.zip
Branch 1.3.5 tree to 1.4.x tree, goodbye 1.3.x
git-svn-id: svn://scribus.net/branches/Version14x/Scribus@17163 11d20701-8431-0410-a711-e3c959e3b870
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake33
1 files changed, 33 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
new file mode 100644
index 0000000..63e1b5a
--- /dev/null
+++ b/config.h.cmake
@@ -0,0 +1,33 @@
+
+
+/*
+ * Prevent code from including config.h directly. You should include
+ * scconfig.h instead. This lets us handle win-config.h correctly, and
+ * may do more later.
+ */
+#ifndef _SCCONFIG_H
+#error "Include <scconfig.h> rather than using <config.h> directly"
+#endif
+
+#cmakedefine VERSION "1.4.0"
+
+#cmakedefine BUILD_WINDOWS_VERSION 1
+#cmakedefine SC_USE_GDI 1
+#cmakedefine SC_USE_GDIPLUS 1
+#cmakedefine DLL_USE_NATIVE_API 1
+#cmakedefine BUILD_MAC_BUNDLE
+#cmakedefine HAVE_CMS 1
+#cmakedefine HAVE_LCMS21
+#cmakedefine HAVE_XML 1
+#cmakedefine CMS_INC @CMS_INC@
+#cmakedefine HAVE_CAIRO 1
+#cmakedefine HAVE_CUPS 1
+#cmakedefine HAVE_TIFF 1
+#cmakedefine HAVE_LIBZ 1
+#cmakedefine HAVE_FONTCONFIG 1
+#cmakedefine HAVE_PODOFO 1
+#cmakedefine HAVE_SYS_TYPES_H 1
+#cmakedefine HAVE_SYS_STAT_H 1
+#cmakedefine FT_FREETYPE_H
+#cmakedefine COMPILE_PYTHON 1
+#cmakedefine WORDS_BIGENDIAN 1