Clean up spec file for packaging
[profile/ivi/pango.git] / config.h.win32
1 /* config.h.  Generated from config.h.in by configure.  */
2 /* config.h.in.  Generated from configure.in by autoheader.  */
3 /* Actually, this version of config.h is manually edited from the above */
4
5 /* Have usable Cairo library and font backend */
6 #define HAVE_CAIRO 1
7
8 /* Whether Cairo can use ATSUI for fonts */
9 /* #undef HAVE_CAIRO_ATSUI */
10
11 /* Whether Cairo can use FreeType for fonts */
12 #ifndef PANGO_VISUALC_NO_FC
13 #define HAVE_CAIRO_FREETYPE 1
14 #endif
15
16 /* Whether Cairo has PDF support */
17 #define HAVE_CAIRO_PDF 1
18
19 /* Whether Cairo has PNG support */
20 #define HAVE_CAIRO_PNG 1
21
22 /* Whether Cairo has PS support */
23 #define HAVE_CAIRO_PS 1
24
25 /* Whether Cairo can use the Win32 GDI for fonts */
26 #define HAVE_CAIRO_WIN32 1
27
28 /* Whether Cairo has Xlib support */
29 /* #undef HAVE_CAIRO_XLIB */
30
31 /* Whether CoreText is available on the system */
32 /* #undef HAVE_CORE_TEXT */
33
34 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
35    */
36 /* #undef HAVE_DIRENT_H */
37
38 /* Define to 1 if you have the <dlfcn.h> header file. */
39 /* #undef HAVE_DLFCN_H */
40
41 /* Define to 1 if you have the `flockfile' function. */
42 /* #undef HAVE_FLOCKFILE */
43
44 /* Have FreeType 2 library */
45 #ifndef PANGO_VISUALC_NO_FC
46 #define HAVE_FREETYPE 1
47 #endif
48
49 /* Define to 1 if you have the `getpagesize' function. */
50 /* #undef HAVE_GETPAGESIZE */
51
52 /* Define to 1 if you have the <inttypes.h> header file. */
53 /*#undef HAVE_INTTYPES_H */
54
55 /* Define to 1 if you have the <memory.h> header file. */
56 /* #undef HAVE_MEMORY_H */
57
58 /* Define to 1 if you have the `mprotect' function. */
59 /* #undef HAVE_MPROTECT */
60
61 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
62 /* #undef HAVE_NDIR_H */
63
64 /* Define to 1 if you have the <stdint.h> header file. */
65 #if (_MSC_VER >= 1600)
66 #define HAVE_STDINT_H 1
67 #endif
68
69 /* Define to 1 if you have the <stdlib.h> header file. */
70 #define HAVE_STDLIB_H 1
71
72 /* Define to 1 if you have the <strings.h> header file. */
73 /* #undef HAVE_STRINGS_H */
74
75 /* Define to 1 if you have the <string.h> header file. */
76 #define HAVE_STRING_H 1
77
78 /* Define to 1 if you have the `strtok_r' function. */
79 /* #undef HAVE_STRTOK_R */
80
81 /* Define to 1 if you have the `sysconf' function. */
82 /* #undef HAVE_SYSCONF */
83
84 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
85    */
86 /* #undef HAVE_SYS_DIR_H */
87
88 /* Define to 1 if you have the <sys/mman.h> header file. */
89 /* #undef HAVE_SYS_MMAN_H */
90
91 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
92    */
93 /* #undef HAVE_SYS_NDIR_H */
94
95 /* Define to 1 if you have the <sys/stat.h> header file. */
96 #define HAVE_SYS_STAT_H 1
97
98 /* Define to 1 if you have the <sys/types.h> header file. */
99 #define HAVE_SYS_TYPES_H 1
100
101 /* Define to 1 if you have the <unistd.h> header file. */
102 /* #undef HAVE_UNISTD_H */
103
104 /* Have X libraries */
105 /* #undef HAVE_X */
106
107 /* Have Xft library */
108 /* #undef HAVE_XFT */
109
110 /* Define to the sub-directory in which libtool stores uninstalled libraries.
111    */
112 #define LT_OBJDIR ".libs/"
113
114 /* Module interface version */
115 #define MODULE_VERSION "1.6.0"
116
117 /* Name of package */
118 #define PACKAGE "pango"
119
120 /* Define to the address where bug reports for this package should be sent. */
121 #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=pango"
122
123 /* Define to the full name of this package. */
124 #define PACKAGE_NAME "pango"
125
126 /* Define to the full name and version of this package. */
127 #define PACKAGE_STRING "pango 1.30.0"
128
129 /* Define to the one symbol short name of this package. */
130 #define PACKAGE_TARNAME "pango"
131
132 /* Define to the version of this package. */
133 #define PACKAGE_VERSION "1.30.0"
134
135 /* PANGO binary age */
136 #define PANGO_BINARY_AGE 3000
137
138 /* PANGO interface age */
139 #define PANGO_INTERFACE_AGE 0
140
141 /* PANGO major version */
142 #define PANGO_VERSION_MAJOR 1
143
144 /* PANGO micro version */
145 #define PANGO_VERSION_MICRO 0
146
147 /* PANGO minor version */
148 #define PANGO_VERSION_MINOR 30
149
150 /* Define to 1 if you have the ANSI C header files. */
151 #define STDC_HEADERS 1
152
153 /* Whether to load modules via .la files rather than directly */
154 /* #undef USE_LA_MODULES */
155
156 /* Version number of package */
157 #define VERSION "1.30.0"
158
159 /* Define to 1 if the X Window System is missing or not being used. */
160 #define X_DISPLAY_MISSING 1