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