/* config.h. Generated from config.h.in by configure. */ /* config.h.in. Generated from configure.in by autoheader. */ /* Actually, this version of config.h is manually edited from the above */ /* Have usable Cairo library and font backend */ #define HAVE_CAIRO 1 /* Whether Cairo can use FreeType for fonts */ /* HAVE_CAIRO_FREETYPE */ /* Whether Cairo has PDF support */ #define HAVE_CAIRO_PDF 1 /* Whether Cairo has PNG support */ #define HAVE_CAIRO_PNG 1 /* Whether Cairo has PS support */ #define HAVE_CAIRO_PS 1 /* Whether Cairo can use Quartz for fonts */ /* #undef HAVE_CAIRO_QUARTZ */ /* Whether Cairo can use the Win32 GDI for fonts */ #define HAVE_CAIRO_WIN32 1 /* Whether Cairo has Xlib support */ /* #undef HAVE_CAIRO_XLIB */ /* Whether CoreText is available on the system */ /* #undef HAVE_CORE_TEXT */ /* Define to 1 if you have the header file, and it defines `DIR'. */ /* #undef HAVE_DIRENT_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_DLFCN_H */ /* Define to 1 if you have the `flockfile' function. */ /* #undef HAVE_FLOCKFILE */ /* Have FreeType 2 library */ #ifndef PANGO_VISUALC_NO_FC #define HAVE_FREETYPE 1 #endif /* Define to 1 if you have the `getpagesize' function. */ /* #undef HAVE_GETPAGESIZE */ /* Define to 1 if you have the header file. */ /*#undef HAVE_INTTYPES_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_MEMORY_H */ /* Define to 1 if you have the header file, and it defines `DIR'. */ /* #undef HAVE_NDIR_H */ /* Define to 1 if you have the header file. */ #if (!defined (_MSC_VER) || (_MSC_VER >= 1600)) #define HAVE_STDINT_H 1 #endif /* Define to 1 if you have the header file. */ #define HAVE_STDLIB_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_STRINGS_H */ /* Define to 1 if you have the header file. */ #define HAVE_STRING_H 1 /* Define to 1 if you have the `strtok_r' function. */ /* #undef HAVE_STRTOK_R */ /* Define to 1 if you have the `sysconf' function. */ /* #undef HAVE_SYSCONF */ /* Define to 1 if you have the header file, and it defines `DIR'. */ /* #undef HAVE_SYS_DIR_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_MMAN_H */ /* Define to 1 if you have the header file, and it defines `DIR'. */ /* #undef HAVE_SYS_NDIR_H */ /* Define to 1 if you have the header file. */ #define HAVE_SYS_STAT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_TYPES_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_UNISTD_H */ /* Have Xft library */ /* #undef HAVE_XFT */ /* Define to the sub-directory in which libtool stores uninstalled libraries. */ #define LT_OBJDIR ".libs/" /* Name of package */ #define PACKAGE "pango" /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=pango" /* Define to the full name of this package. */ #define PACKAGE_NAME "pango" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "pango 1.42.4" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "pango" /* Define to the home page for this package. */ #define PACKAGE_URL "" /* Define to the version of this package. */ #define PACKAGE_VERSION "1.42.4" /* PANGO binary age */ #define PANGO_BINARY_AGE 4204 /* PANGO interface age */ #define PANGO_INTERFACE_AGE 4 /* PANGO major version */ #define PANGO_VERSION_MAJOR 1 /* PANGO micro version */ #define PANGO_VERSION_MICRO 4 /* PANGO minor version */ #define PANGO_VERSION_MINOR 42 /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Version number of package */ #define VERSION "1.42.4" /* defines how to decorate public symbols while building */ #ifdef _MSC_VER #define _PANGO_EXTERN __declspec(dllexport) extern #else #define _PANGO_EXTERN __attribute__((visibility("default"))) __declspec(dllexport) extern #endif