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