config.h.cmake revision 874cad03a8450ed3464f6dfae2eb16108bec5bbd
0N/A#ifndef _CONFIG_H_
0N/A#define _CONFIG_H_
0N/A
0N/A/* Define WIN32 when on windows */
0N/A#ifndef WIN32
0N/A#cmakedefine WIN32
0N/A#endif
0N/A
0N/A/* This is for require-config.h */
0N/A#define PACKAGE_TARNAME "${PROJECT_NAME} ${INKSCAPE_VERSION}"
0N/A
0N/A/* Use binreloc thread support? */
0N/A#cmakedefine BR_PTHREADS 1
0N/A
0N/A/* Use AutoPackage? */
0N/A#cmakedefine ENABLE_BINRELOC 1
0N/A
0N/A/* Use LittleCms color management */
0N/A#cmakedefine ENABLE_LCMS 1
0N/A
0N/A/* always defined to indicate that i18n is enabled */
0N/A#cmakedefine ENABLE_NLS 1
0N/A
0N/A/* Build with OSX .app data dir paths? */
0N/A#cmakedefine ENABLE_OSX_APP_LOCATIONS 1
0N/A
0N/A/* Translation domain used */
0N/A#define GETTEXT_PACKAGE "${PROJECT_NAME}"
0N/A
0N/A/* Define to 1 if you have the `bind_textdomain_codeset' function. */
0N/A#cmakedefine HAVE_BIND_TEXTDOMAIN_CODESET 1
0N/A
0N/A/* Define to 1 if you have the <concept_check.hpp> header file. */
0N/A#cmakedefine HAVE_BOOST_CONCEPT_CHECK_HPP 1
0N/A
0N/A/* Whether the Cairo PDF backend is available */
0N/A#cmakedefine HAVE_CAIRO_PDF 1
0N/A#cmakedefine PANGO_ENABLE_ENGINE 1
0N/A#cmakedefine RENDER_WITH_PANGO_CAIRO 1
0N/A
0N/A/* define to 1 if Carbon is available */
0N/A#cmakedefine HAVE_CARBON 1
0N/A
0N/A/* Define to 1 if you have the `dcgettext' function. */
0N/A#cmakedefine HAVE_DCGETTEXT 1
0N/A
0N/A/* Define to 1 if you have the `ecvt' function. */
0N/A#cmakedefine HAVE_ECVT 1
0N/A
0N/A/* Define to 1 if you have the <fcntl.h> header file. */
0N/A#cmakedefine HAVE_FCNTL_H 1
0N/A
0N/A/* Define to 1 if you have the `floor' function. */
0N/A#cmakedefine HAVE_FLOOR 1
0N/A
0N/A/* Define to 1 if you have the `fpsetmask' function. */
0N/A#cmakedefine HAVE_FPSETMASK 1
0N/A
0N/A/* Define to 1 if you have the <gc/gc.h> header file. */
0N/A#cmakedefine HAVE_GC_GC_H 1
0N/A
0N/A/* Define to 1 if you have the <gc.h> header file. */
0N/A#cmakedefine HAVE_GC_H 1
0N/A
0N/A#cmakedefine HAVE_GETOPT_H 1
0N/A
0N/A/* Define if the GNU gettext() function is already present or preinstalled. */
0N/A#cmakedefine HAVE_GETTEXT 1
0N/A
0N/A/* Define to 1 if you have the `gettimeofday' function. */
0N/A#cmakedefine HAVE_GETTIMEOFDAY 1
0N/A
0N/A/* Define to 1 if you have the `gtk_window_fullscreen' function. */
0N/A#cmakedefine HAVE_GTK_WINDOW_FULLSCREEN 1
0N/A
0N/A/* Define to 1 if you have the `gtk_window_set_default_icon_from_file'
0N/A function. */
0N/A#cmakedefine HAVE_GTK_WINDOW_SET_DEFAULT_ICON_FROM_FILE 1
0N/A
0N/A/* Define to 1 if you have the <ieeefp.h> header file. */
0N/A#cmakedefine HAVE_IEEEFP_H 1
0N/A
0N/A/* Define to 1 if you have the <inttypes.h> header file. */
0N/A#cmakedefine HAVE_INTTYPES_H 1
0N/A
0N/A/* Define if your <locale.h> file defines LC_MESSAGES. */
0N/A#cmakedefine HAVE_LC_MESSAGES 1
0N/A
0N/A/* Define to 1 if you have the <libintl.h> header file. */
0N/A#cmakedefine HAVE_LIBINTL_H 1
0N/A
0N/A/* Define to 1 if you have the `m' library (-lm). */
0N/A#cmakedefine HAVE_LIBM 1
0N/A
0N/A/* Define to 1 if you have the <locale.h> header file. */
0N/A#cmakedefine HAVE_LOCALE_H 1
0N/A
0N/A/* Define to 1 if you have the `mallinfo' function. */
0N/A#cmakedefine HAVE_MALLINFO 1
0N/A
0N/A/* Define to 1 if you have the <malloc.h> header file. */
0N/A#cmakedefine HAVE_MALLOC_H 1
0N/A
0N/A/* Define to 1 if you have the `memmove' function. */
0N/A#cmakedefine HAVE_MEMMOVE 1
0N/A
0N/A/* Define to 1 if you have the <memory.h> header file. */
0N/A#cmakedefine HAVE_MEMORY_H 1
0N/A
0N/A/* Define to 1 if you have the `memset' function. */
0N/A#cmakedefine HAVE_MEMSET 1
0N/A
0N/A/* Define to 1 if you have the `mkdir' function. */
0N/A#cmakedefine HAVE_MKDIR 1
0N/A
0N/A/* Use libpoppler for direct PDF import */
0N/A#cmakedefine HAVE_POPPLER 1
0N/A
0N/A/* Use libpoppler-cairo for rendering PDF preview */
0N/A#cmakedefine HAVE_POPPLER_CAIRO 1
0N/A
0N/A/* Use libpoppler-glib and Cairo-SVG for PDF import */
0N/A#cmakedefine HAVE_POPPLER_GLIB 1
0N/A
0N/A/* Define to 1 if you have the `pow' function. */
0N/A#cmakedefine HAVE_POW 1
0N/A
0N/A/* Define to 1 if you have the `sqrt' function. */
0N/A#cmakedefine HAVE_SQRT 1
0N/A
0N/A/* Define to 1 if `stat' has the bug that it succeeds when given the
0N/A zero-length file name argument. */
0N/A#cmakedefine HAVE_STAT_EMPTY_STRING_BUG 1
0N/A
0N/A/* Define to 1 if you have the <stddef.h> header file. */
0N/A#cmakedefine HAVE_STDDEF_H 1
0N/A
0N/A/* Define to 1 if you have the <stdint.h> header file. */
0N/A#cmakedefine HAVE_STDINT_H 1
0N/A
0N/A/* Define to 1 if you have the <stdlib.h> header file. */
0N/A#cmakedefine HAVE_STDLIB_H 1
0N/A
0N/A/* Define to 1 if you have the `strftime' function. */
0N/A#cmakedefine HAVE_STRFTIME 1
0N/A
0N/A/* Define to 1 if you have the <strings.h> header file. */
0N/A#cmakedefine HAVE_STRINGS_H 1
0N/A
0N/A/* Define to 1 if you have the <string.h> header file. */
0N/A#cmakedefine HAVE_STRING_H 1
0N/A
0N/A/* Define to 1 if you have the `strncasecmp' function. */
0N/A#cmakedefine HAVE_STRNCASECMP 1
0N/A
0N/A/* Define to 1 if you have the `strpbrk' function. */
0N/A#cmakedefine HAVE_STRPBRK 1
0N/A
0N/A/* Define to 1 if you have the `strrchr' function. */
0N/A#cmakedefine HAVE_STRRCHR 1
0N/A
0N/A/* Define to 1 if you have the `strspn' function. */
0N/A#cmakedefine HAVE_STRSPN 1
0N/A
0N/A/* Define to 1 if you have the `strstr' function. */
0N/A#cmakedefine HAVE_STRSTR 1
0N/A
0N/A/* Define to 1 if you have the `strtoul' function. */
0N/A#cmakedefine HAVE_STRTOUL 1
0N/A
0N/A/* Define to 1 if `fordblks' is member of `struct mallinfo'. */
0N/A#cmakedefine HAVE_STRUCT_MALLINFO_FORDBLKS 1
0N/A
0N/A/* Define to 1 if `fsmblks' is member of `struct mallinfo'. */
0N/A#cmakedefine HAVE_STRUCT_MALLINFO_FSMBLKS 1
0N/A
0N/A/* Define to 1 if `hblkhd' is member of `struct mallinfo'. */
0N/A#cmakedefine HAVE_STRUCT_MALLINFO_HBLKHD 1
0N/A
0N/A/* Define to 1 if `uordblks' is member of `struct mallinfo'. */
0N/A#cmakedefine HAVE_STRUCT_MALLINFO_UORDBLKS
0N/A
0N/A/* Define to 1 if `usmblks' is member of `struct mallinfo'. */
0N/A#cmakedefine HAVE_STRUCT_MALLINFO_USMBLKS 1
0N/A
0N/A/* Define to 1 if you have the <sys/filio.h> header file. */
0N/A#cmakedefine HAVE_SYS_FILIO_H 1
0N/A
0N/A/* Define to 1 if you have the <sys/stat.h> header file. */
0N/A#cmakedefine HAVE_SYS_STAT_H 1
0N/A
0N/A/* Define to 1 if you have the <sys/time.h> header file. */
0N/A#cmakedefine HAVE_SYS_TIME_H 1
0N/A
0N/A/* Define to 1 if you have the <sys/types.h> header file. */
0N/A#cmakedefine HAVE_SYS_TYPES_H 1
0N/A
0N/A/* Define to 1 if you have the <unistd.h> header file. */
0N/A#cmakedefine HAVE_UNISTD_H 1
0N/A
0N/A/* Define to 1 if you have the <zlib.h> header file. */
0N/A#cmakedefine HAVE_ZLIB_H 1
0N/A
0N/A/* Base data directory -- only path-prefix.h should use it! */
0N/A#define INKSCAPE_DATADIR "${CMAKE_INSTALL_PREFIX}/share"
0N/A
0N/A/* Base library directory -- only path-prefix.h should use it! */
0N/A#define INKSCAPE_LIBDIR "${CMAKE_INSTALL_PREFIX}/lib"
0N/A
0N/A/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
0N/A slash. */
0N/A#cmakedefine LSTAT_FOLLOWS_SLASHED_SYMLINK 1
0N/A
0N/A/* Define to 1 if your C compiler doesn't accept -c and -o together. */
0N/A#cmakedefine NO_MINUS_C_MINUS_O 1
0N/A
0N/A/* Name of package */
0N/A#define PACKAGE "${PROJECT_NAME}"
0N/A
0N/A/* Define to the address where bug reports for this package should be sent. */
0N/A#cmakedefine PACKAGE_BUGREPORT ""
0N/A
0N/A/* Localization directory */
0N/A#define PACKAGE_LOCALE_DIR "${PACKAGE_LOCALE_DIR}"
0N/A
0N/A/* Define to the full name of this package. */
0N/A#define PACKAGE_NAME "${PROJECT_NAME}"
0N/A
0N/A/* Define to the full name and version of this package. */
0N/A#define PACKAGE_STRING "${PROJECT_NAME} ${INKSCAPE_VERSION}"
0N/A
0N/A/* Define to the version of this package. */
0N/A#define PACKAGE_VERSION "${INKSCAPE_VERSION}"
0N/A
0N/A/* Define the version as a string. */
0N/A#define VERSION "${INKSCAPE_VERSION}"
0N/A
0N/A/* Define as the return type of signal handlers (`int' or `void'). */
0N/A#cmakedefine RETSIGTYPE
0N/A
0N/A/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
0N/A#cmakedefine STAT_MACROS_BROKEN 1
0N/A
0N/A/* Define to 1 if you have the ANSI C header files. */
0N/A#cmakedefine STDC_HEADERS 1
0N/A
0N/A/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
0N/A#cmakedefine TIME_WITH_SYS_TIME 1
0N/A
0N/A/* Define to 1 if your <sys/time.h> declares `struct tm'. */
0N/A#cmakedefine TM_IN_SYS_TIME 1
0N/A
0N/A/* Use gnome vfs file load functionality */
0N/A#cmakedefine WITH_GNOME_VFS 1
0N/A
0N/A/* enable gtk spelling widget */
0N/A#cmakedefine WITH_GTKSPELL 1
0N/A
0N/A/* Image Magick++ support for bitmap effects */
0N/A#cmakedefine WITH_IMAGE_MAGICK 1
0N/A
0N/A/* Build in Inkboard support */
0N/A#cmakedefine WITH_INKBOARD 1
0N/A
0N/A/* Build in SSL support for Inkboard */
0N/A#cmakedefine WITH_INKBOARD_SSL 1
0N/A
0N/A/* enable openoffice files (SVG jars) */
0N/A#cmakedefine WITH_INKJAR 1
0N/A
0N/A/* Build in libwpg */
0N/A#cmakedefine WITH_LIBWPG 1
0N/A
0N/A/* Use MMX optimizations, if CPU supports it */
0N/A#cmakedefine WITH_MMX 1
0N/A
0N/A/* Use experimental module support */
0N/A#cmakedefine WITH_MODULES 1
0N/A
0N/A/* use Perl for embedded scripting */
0N/A#cmakedefine WITH_PERL 1
0N/A
0N/A/* use Python for embedded scripting */
0N/A#cmakedefine WITH_PYTHON 1
0N/A
0N/A/* Use Xft font database */
0N/A#cmakedefine WITH_XFT 1
0N/A
0N/A/* Define to 1 if your processor stores words with the most significant byte
0N/A first (like Motorola and SPARC, unlike Intel and VAX). */
0N/A#cmakedefine WORDS_BIGENDIAN 1
0N/A
0N/A/* Do we want experimental, unsupported, unguaranteed, etc., LivePathEffects enabled? */
0N/A#cmakedefine LPE_ENABLE_TEST_EFFECTS 1
0N/A
0N/A/* Define to `int' if <sys/types.h> does not define. */
0N/A#cmakedefine mode_t
0N/A
0N/A
0N/A#endif /* _CONFIG_H_ */
0N/A
0N/A
0N/A