update to 1.2.7
[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 /* Have DirectWrite library */
19 #undef HAVE_DIRECTWRITE
20
21 /* Define to 1 if you have the <dlfcn.h> header file. */
22 #undef HAVE_DLFCN_H
23
24 /* Define to 1 if you have the <dwrite.h> header file. */
25 #undef HAVE_DWRITE_H
26
27 /* Have simple TrueType Layout backend */
28 #undef HAVE_FALLBACK
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 `getpagesize' function. */
37 #undef HAVE_GETPAGESIZE
38
39 /* Have glib2 library */
40 #undef HAVE_GLIB
41
42 /* Have gobject2 library */
43 #undef HAVE_GOBJECT
44
45 /* Have Graphite2 library */
46 #undef HAVE_GRAPHITE2
47
48 /* Have ICU library */
49 #undef HAVE_ICU
50
51 /* Use hb-icu Unicode callbacks */
52 #undef HAVE_ICU_BUILTIN
53
54 /* Have Intel __sync_* atomic primitives */
55 #undef HAVE_INTEL_ATOMIC_PRIMITIVES
56
57 /* Define to 1 if you have the <inttypes.h> header file. */
58 #undef HAVE_INTTYPES_H
59
60 /* Define to 1 if you have the `isatty' function. */
61 #undef HAVE_ISATTY
62
63 /* Define to 1 if you have the <memory.h> header file. */
64 #undef HAVE_MEMORY_H
65
66 /* Define to 1 if you have the `mmap' function. */
67 #undef HAVE_MMAP
68
69 /* Define to 1 if you have the `mprotect' function. */
70 #undef HAVE_MPROTECT
71
72 /* Have native OpenType Layout backend */
73 #undef HAVE_OT
74
75 /* Have POSIX threads */
76 #undef HAVE_PTHREAD
77
78 /* Have PTHREAD_PRIO_INHERIT. */
79 #undef HAVE_PTHREAD_PRIO_INHERIT
80
81 /* Define to 1 if you have the <sched.h> header file. */
82 #undef HAVE_SCHED_H
83
84 /* Have sched_yield */
85 #undef HAVE_SCHED_YIELD
86
87 /* Have Solaris __machine_*_barrier and atomic_* operations */
88 #undef HAVE_SOLARIS_ATOMIC_OPS
89
90 /* Define to 1 if you have the <stdint.h> header file. */
91 #undef HAVE_STDINT_H
92
93 /* Define to 1 if you have the <stdlib.h> header file. */
94 #undef HAVE_STDLIB_H
95
96 /* Define to 1 if you have the <strings.h> header file. */
97 #undef HAVE_STRINGS_H
98
99 /* Define to 1 if you have the <string.h> header file. */
100 #undef HAVE_STRING_H
101
102 /* Define to 1 if you have the `sysconf' function. */
103 #undef HAVE_SYSCONF
104
105 /* Define to 1 if you have the <sys/mman.h> header file. */
106 #undef HAVE_SYS_MMAN_H
107
108 /* Define to 1 if you have the <sys/stat.h> header file. */
109 #undef HAVE_SYS_STAT_H
110
111 /* Define to 1 if you have the <sys/types.h> header file. */
112 #undef HAVE_SYS_TYPES_H
113
114 /* Have UCDN Unicode functions */
115 #undef HAVE_UCDN
116
117 /* Have Uniscribe library */
118 #undef HAVE_UNISCRIBE
119
120 /* Define to 1 if you have the <unistd.h> header file. */
121 #undef HAVE_UNISTD_H
122
123 /* Define to 1 if you have the <usp10.h> header file. */
124 #undef HAVE_USP10_H
125
126 /* Define to 1 if you have the <windows.h> header file. */
127 #undef HAVE_WINDOWS_H
128
129 /* Define to the sub-directory in which libtool stores uninstalled libraries.
130    */
131 #undef LT_OBJDIR
132
133 /* Define to the address where bug reports for this package should be sent. */
134 #undef PACKAGE_BUGREPORT
135
136 /* Define to the full name of this package. */
137 #undef PACKAGE_NAME
138
139 /* Define to the full name and version of this package. */
140 #undef PACKAGE_STRING
141
142 /* Define to the one symbol short name of this package. */
143 #undef PACKAGE_TARNAME
144
145 /* Define to the home page for this package. */
146 #undef PACKAGE_URL
147
148 /* Define to the version of this package. */
149 #undef PACKAGE_VERSION
150
151 /* Define to necessary symbol if this constant uses a non-standard name on
152    your system. */
153 #undef PTHREAD_CREATE_JOINABLE
154
155 /* Define to 1 if you have the ANSI C header files. */
156 #undef STDC_HEADERS