Update config.h.win32.in
authorChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 29 Aug 2012 04:27:45 +0000 (12:27 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 29 Aug 2012 04:27:45 +0000 (12:27 +0800)
Make its entries more consistent with the entries given in config.h.in.

config.h.win32.in

index f6e614c..59fb177 100644 (file)
@@ -5,9 +5,6 @@
 /* Have usable Cairo library and font backend */
 #define HAVE_CAIRO 1
 
-/* Whether Cairo can use ATSUI for fonts */
-/* #undef HAVE_CAIRO_ATSUI */
-
 /* Whether Cairo can use FreeType for fonts */
 #ifndef PANGO_VISUALC_NO_FC
 #define HAVE_CAIRO_FREETYPE 1
@@ -22,6 +19,9 @@
 /* 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
 
 /* Define to 1 if you have the <memory.h> header file. */
 /* #undef HAVE_MEMORY_H */
 
-/* Define to 1 if you have the `mprotect' function. */
-/* #undef HAVE_MPROTECT */
-
 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
 /* #undef HAVE_NDIR_H */
 
 /* Define to 1 if you have the <stdint.h> header file. */
-#if (_MSC_VER >= 1600)
+#if (!defined (_MSC_VER) || (_MSC_VER >= 1600))
 #define HAVE_STDINT_H 1
 #endif
 
 /* 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 "@PANGO_VERSION@"
 
 
 /* Version number of package */
 #define VERSION "@PANGO_VERSION@"
-
-/* Define to 1 if the X Window System is missing or not being used. */
-#define X_DISPLAY_MISSING 1