Code

Move element creation to SVGDocumentImpl. Remove from svgreader.
[inkscape.git] / config.h.cmake
index 6f83fd21f7a65356c446de13c500085f9607fcca..e7b2437f959fc632a013cb28459b09b1aa991c0e 100644 (file)
 /* Define to 1 if you have the `bind_textdomain_codeset' function. */
 #cmakedefine HAVE_BIND_TEXTDOMAIN_CODESET 1
 
-/* Define to 1 if you have the <boost/concept_check.hpp> header file. */
+/* Define to 1 if you have the <concept_check.hpp> header file. */
 #cmakedefine HAVE_BOOST_CONCEPT_CHECK_HPP 1
 
 /* Whether the Cairo PDF backend is available */
 #cmakedefine HAVE_CAIRO_PDF 1
+#cmakedefine PANGO_ENABLE_ENGINE 1
+#cmakedefine RENDER_WITH_PANGO_CAIRO 1
 
 /* define to 1 if Carbon is available */
 #cmakedefine HAVE_CARBON 1
@@ -60,6 +62,8 @@
 /* Define to 1 if you have the <gc.h> header file. */
 #cmakedefine HAVE_GC_H 1
 
+#cmakedefine HAVE_GETOPT_H 1
+
 /* Define if the GNU gettext() function is already present or preinstalled. */
 #cmakedefine HAVE_GETTEXT 1
 
 #cmakedefine HAVE_ZLIB_H 1
 
 /* Base data directory -- only path-prefix.h should use it! */
-#cmakedefine INKSCAPE_DATADIR 
+#define INKSCAPE_DATADIR "${CMAKE_INSTALL_PREFIX}/share"
 
 /* Base library directory -- only path-prefix.h should use it! */
-#cmakedefine INKSCAPE_LIBDIR
+#define INKSCAPE_LIBDIR "${CMAKE_INSTALL_PREFIX}/lib"
 
 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
    slash. */
 #cmakedefine PACKAGE_BUGREPORT ""
 
 /* Localization directory */
-#cmakedefine PACKAGE_LOCALE_DIR
+#define PACKAGE_LOCALE_DIR "${PACKAGE_LOCALE_DIR}"
 
 /* Define to the full name of this package. */
 #define PACKAGE_NAME "${PROJECT_NAME}"