Git init
[external/pango1.0.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 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
28    */
29 #undef HAVE_DIRENT_H
30
31 /* Define to 1 if you have the <dlfcn.h> header file. */
32 #undef HAVE_DLFCN_H
33
34 /* Define to 1 if you have the `flockfile' function. */
35 #undef HAVE_FLOCKFILE
36
37 /* Have FreeType 2 library */
38 #undef HAVE_FREETYPE
39
40 /* Define to 1 if you have the `getpagesize' function. */
41 #undef HAVE_GETPAGESIZE
42
43 /* Define to 1 if you have the <inttypes.h> header file. */
44 #undef HAVE_INTTYPES_H
45
46 /* Define to 1 if you have the <memory.h> header file. */
47 #undef HAVE_MEMORY_H
48
49 /* Define to 1 if you have the `mprotect' function. */
50 #undef HAVE_MPROTECT
51
52 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
53 #undef HAVE_NDIR_H
54
55 /* Define to 1 if you have the <stdint.h> header file. */
56 #undef HAVE_STDINT_H
57
58 /* Define to 1 if you have the <stdlib.h> header file. */
59 #undef HAVE_STDLIB_H
60
61 /* Define to 1 if you have the <strings.h> header file. */
62 #undef HAVE_STRINGS_H
63
64 /* Define to 1 if you have the <string.h> header file. */
65 #undef HAVE_STRING_H
66
67 /* Define to 1 if you have the `strtok_r' function. */
68 #undef HAVE_STRTOK_R
69
70 /* Define to 1 if you have the `sysconf' function. */
71 #undef HAVE_SYSCONF
72
73 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
74    */
75 #undef HAVE_SYS_DIR_H
76
77 /* Define to 1 if you have the <sys/mman.h> header file. */
78 #undef HAVE_SYS_MMAN_H
79
80 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
81    */
82 #undef HAVE_SYS_NDIR_H
83
84 /* Define to 1 if you have the <sys/stat.h> header file. */
85 #undef HAVE_SYS_STAT_H
86
87 /* Define to 1 if you have the <sys/types.h> header file. */
88 #undef HAVE_SYS_TYPES_H
89
90 /* Define to 1 if you have the <unistd.h> header file. */
91 #undef HAVE_UNISTD_H
92
93 /* Have X libraries */
94 #undef HAVE_X
95
96 /* Have Xft library */
97 #undef HAVE_XFT
98
99 /* Define to the sub-directory in which libtool stores uninstalled libraries.
100    */
101 #undef LT_OBJDIR
102
103 /* Module interface version */
104 #undef MODULE_VERSION
105
106 /* Name of package */
107 #undef PACKAGE
108
109 /* Define to the address where bug reports for this package should be sent. */
110 #undef PACKAGE_BUGREPORT
111
112 /* Define to the full name of this package. */
113 #undef PACKAGE_NAME
114
115 /* Define to the full name and version of this package. */
116 #undef PACKAGE_STRING
117
118 /* Define to the one symbol short name of this package. */
119 #undef PACKAGE_TARNAME
120
121 /* Define to the version of this package. */
122 #undef PACKAGE_VERSION
123
124 /* PANGO binary age */
125 #undef PANGO_BINARY_AGE
126
127 /* PANGO interface age */
128 #undef PANGO_INTERFACE_AGE
129
130 /* PANGO major version */
131 #undef PANGO_VERSION_MAJOR
132
133 /* PANGO micro version */
134 #undef PANGO_VERSION_MICRO
135
136 /* PANGO minor version */
137 #undef PANGO_VERSION_MINOR
138
139 /* Define to 1 if you have the ANSI C header files. */
140 #undef STDC_HEADERS
141
142 /* Whether to load modules via .la files rather than directly */
143 #undef USE_LA_MODULES
144
145 /* Version number of package */
146 #undef VERSION
147
148 /* Define to 1 if the X Window System is missing or not being used. */
149 #undef X_DISPLAY_MISSING