Fixed broken patch
[platform/upstream/harfbuzz.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* The normal alignment of `struct{char;}', in bytes. */
4 #undef ALIGNOF_STRUCT_CHAR__
5
6 /* Define to 1 if you have the `atexit' function. */
7 #undef HAVE_ATEXIT
8
9 /* Have cairo graphics library */
10 #undef HAVE_CAIRO
11
12 /* Have cairo-ft support in cairo graphics library */
13 #undef HAVE_CAIRO_FT
14
15 /* Have Core Text backend */
16 #undef HAVE_CORETEXT
17
18 /* define if the compiler supports basic C++11 syntax */
19 #undef HAVE_CXX11
20
21 /* Have DirectWrite library */
22 #undef HAVE_DIRECTWRITE
23
24 /* Define to 1 if you have the <dlfcn.h> header file. */
25 #undef HAVE_DLFCN_H
26
27 /* Define to 1 if you have the <dwrite.h> header file. */
28 #undef HAVE_DWRITE_H
29
30 /* Have fontconfig library */
31 #undef HAVE_FONTCONFIG
32
33 /* Have FreeType 2 library */
34 #undef HAVE_FREETYPE
35
36 /* Define to 1 if you have the `FT_Done_MM_Var' function. */
37 #undef HAVE_FT_DONE_MM_VAR
38
39 /* Define to 1 if you have the `FT_Get_Var_Blend_Coordinates' function. */
40 #undef HAVE_FT_GET_VAR_BLEND_COORDINATES
41
42 /* Define to 1 if you have the `FT_Set_Var_Blend_Coordinates' function. */
43 #undef HAVE_FT_SET_VAR_BLEND_COORDINATES
44
45 /* Have GDI library */
46 #undef HAVE_GDI
47
48 /* Define to 1 if you have the `getpagesize' function. */
49 #undef HAVE_GETPAGESIZE
50
51 /* Have glib2 library */
52 #undef HAVE_GLIB
53
54 /* Have gobject2 library */
55 #undef HAVE_GOBJECT
56
57 /* Have Graphite2 library */
58 #undef HAVE_GRAPHITE2
59
60 /* Have ICU library */
61 #undef HAVE_ICU
62
63 /* Use hb-icu Unicode callbacks */
64 #undef HAVE_ICU_BUILTIN
65
66 /* Have Intel __sync_* atomic primitives */
67 #undef HAVE_INTEL_ATOMIC_PRIMITIVES
68
69 /* Define to 1 if you have the <inttypes.h> header file. */
70 #undef HAVE_INTTYPES_H
71
72 /* Define to 1 if you have the `isatty' function. */
73 #undef HAVE_ISATTY
74
75 /* Define to 1 if you have the <memory.h> header file. */
76 #undef HAVE_MEMORY_H
77
78 /* Define to 1 if you have the `mmap' function. */
79 #undef HAVE_MMAP
80
81 /* Define to 1 if you have the `mprotect' function. */
82 #undef HAVE_MPROTECT
83
84 /* Have POSIX threads */
85 #undef HAVE_PTHREAD
86
87 /* Have PTHREAD_PRIO_INHERIT. */
88 #undef HAVE_PTHREAD_PRIO_INHERIT
89
90 /* Define to 1 if you have the `roundf' function. */
91 #undef HAVE_ROUNDF
92
93 /* Define to 1 if you have the <sched.h> header file. */
94 #undef HAVE_SCHED_H
95
96 /* Have sched_yield */
97 #undef HAVE_SCHED_YIELD
98
99 /* Have Solaris __machine_*_barrier and atomic_* operations */
100 #undef HAVE_SOLARIS_ATOMIC_OPS
101
102 /* Define to 1 if you have the <stdbool.h> header file. */
103 #undef HAVE_STDBOOL_H
104
105 /* Define to 1 if you have the <stdint.h> header file. */
106 #undef HAVE_STDINT_H
107
108 /* Define to 1 if you have the <stdlib.h> header file. */
109 #undef HAVE_STDLIB_H
110
111 /* Define to 1 if you have the <strings.h> header file. */
112 #undef HAVE_STRINGS_H
113
114 /* Define to 1 if you have the <string.h> header file. */
115 #undef HAVE_STRING_H
116
117 /* Define to 1 if you have the `sysconf' function. */
118 #undef HAVE_SYSCONF
119
120 /* Define to 1 if you have the <sys/mman.h> header file. */
121 #undef HAVE_SYS_MMAN_H
122
123 /* Define to 1 if you have the <sys/stat.h> header file. */
124 #undef HAVE_SYS_STAT_H
125
126 /* Define to 1 if you have the <sys/types.h> header file. */
127 #undef HAVE_SYS_TYPES_H
128
129 /* Have Uniscribe library */
130 #undef HAVE_UNISCRIBE
131
132 /* Define to 1 if you have the <unistd.h> header file. */
133 #undef HAVE_UNISTD_H
134
135 /* Define to 1 if you have the <usp10.h> header file. */
136 #undef HAVE_USP10_H
137
138 /* Define to 1 if you have the <windows.h> header file. */
139 #undef HAVE_WINDOWS_H
140
141 /* Define to the sub-directory where libtool stores uninstalled libraries. */
142 #undef LT_OBJDIR
143
144 /* Define to the address where bug reports for this package should be sent. */
145 #undef PACKAGE_BUGREPORT
146
147 /* Define to the full name of this package. */
148 #undef PACKAGE_NAME
149
150 /* Define to the full name and version of this package. */
151 #undef PACKAGE_STRING
152
153 /* Define to the one symbol short name of this package. */
154 #undef PACKAGE_TARNAME
155
156 /* Define to the home page for this package. */
157 #undef PACKAGE_URL
158
159 /* Define to the version of this package. */
160 #undef PACKAGE_VERSION
161
162 /* Define to necessary symbol if this constant uses a non-standard name on
163    your system. */
164 #undef PTHREAD_CREATE_JOINABLE
165
166 /* Define to 1 if you have the ANSI C header files. */
167 #undef STDC_HEADERS
168
169 /* Enable large inode numbers on Mac OS X 10.5.  */
170 #ifndef _DARWIN_USE_64_BIT_INODE
171 # define _DARWIN_USE_64_BIT_INODE 1
172 #endif
173
174 /* Number of bits in a file offset, on hosts where this is settable. */
175 #undef _FILE_OFFSET_BITS
176
177 /* Define for large files, on AIX-style hosts. */
178 #undef _LARGE_FILES