4b5c99a7b4d048946990e111a3f24b9f3d64e07d
[platform/upstream/harfbuzz.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define to 1 if you have the `atexit' function. */
4 #undef HAVE_ATEXIT
5
6 /* Have cairo graphics library */
7 #undef HAVE_CAIRO
8
9 /* Have cairo-ft support in cairo graphics library */
10 #undef HAVE_CAIRO_FT
11
12 /* Have Core Text backend */
13 #undef HAVE_CORETEXT
14
15 /* Define to 1 if you have the <dlfcn.h> header file. */
16 #undef HAVE_DLFCN_H
17
18 /* Have FreeType 2 library */
19 #undef HAVE_FREETYPE
20
21 /* Define to 1 if you have the `FT_Face_GetCharVariantIndex' function. */
22 #undef HAVE_FT_FACE_GETCHARVARIANTINDEX
23
24 /* Define to 1 if you have the `getpagesize' function. */
25 #undef HAVE_GETPAGESIZE
26
27 /* Have glib2 library */
28 #undef HAVE_GLIB
29
30 /* Have gobject2 library */
31 #undef HAVE_GOBJECT
32
33 /* Have Graphite library */
34 #undef HAVE_GRAPHITE2
35
36 /* Have gthread2 library */
37 #undef HAVE_GTHREAD
38
39 /* Have Old HarfBuzz backend */
40 #undef HAVE_HB_OLD
41
42 /* Have ICU library */
43 #undef HAVE_ICU
44
45 /* Have ICU Layout Engine library */
46 #undef HAVE_ICU_LE
47
48 /* Have Intel __sync_* atomic primitives */
49 #undef HAVE_INTEL_ATOMIC_PRIMITIVES
50
51 /* Define to 1 if you have the <inttypes.h> header file. */
52 #undef HAVE_INTTYPES_H
53
54 /* Define to 1 if you have the <io.h> header file. */
55 #undef HAVE_IO_H
56
57 /* Define to 1 if you have the `isatty' function. */
58 #undef HAVE_ISATTY
59
60 /* Define to 1 if you have the <memory.h> header file. */
61 #undef HAVE_MEMORY_H
62
63 /* Define to 1 if you have the `mmap' function. */
64 #undef HAVE_MMAP
65
66 /* Define to 1 if you have the `mprotect' function. */
67 #undef HAVE_MPROTECT
68
69 /* Have native OpenType Layout backend */
70 #undef HAVE_OT
71
72 /* Have POSIX threads */
73 #undef HAVE_PTHREAD
74
75 /* Have PTHREAD_PRIO_INHERIT. */
76 #undef HAVE_PTHREAD_PRIO_INHERIT
77
78 /* Define to 1 if you have the <sched.h> header file. */
79 #undef HAVE_SCHED_H
80
81 /* Have sched_yield */
82 #undef HAVE_SCHED_YIELD
83
84 /* Have Solaris __machine_*_barrier and atomic_* operations */
85 #undef HAVE_SOLARIS_ATOMIC_OPS
86
87 /* Define to 1 if you have the <stdint.h> header file. */
88 #undef HAVE_STDINT_H
89
90 /* Define to 1 if you have the <stdlib.h> header file. */
91 #undef HAVE_STDLIB_H
92
93 /* Define to 1 if you have the <strings.h> header file. */
94 #undef HAVE_STRINGS_H
95
96 /* Define to 1 if you have the <string.h> header file. */
97 #undef HAVE_STRING_H
98
99 /* Define to 1 if you have the `sysconf' function. */
100 #undef HAVE_SYSCONF
101
102 /* Define to 1 if you have the <sys/mman.h> header file. */
103 #undef HAVE_SYS_MMAN_H
104
105 /* Define to 1 if you have the <sys/stat.h> header file. */
106 #undef HAVE_SYS_STAT_H
107
108 /* Define to 1 if you have the <sys/types.h> header file. */
109 #undef HAVE_SYS_TYPES_H
110
111 /* Have UCDN Unicode functions */
112 #undef HAVE_UCDN
113
114 /* Have Uniscribe backend */
115 #undef HAVE_UNISCRIBE
116
117 /* Define to 1 if you have the <unistd.h> header file. */
118 #undef HAVE_UNISTD_H
119
120 /* Define to 1 if you have the `_setmode' function. */
121 #undef HAVE__SETMODE
122
123 /* Define to the sub-directory in which libtool stores uninstalled libraries.
124    */
125 #undef LT_OBJDIR
126
127 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
128 #undef NO_MINUS_C_MINUS_O
129
130 /* Define to the address where bug reports for this package should be sent. */
131 #undef PACKAGE_BUGREPORT
132
133 /* Define to the full name of this package. */
134 #undef PACKAGE_NAME
135
136 /* Define to the full name and version of this package. */
137 #undef PACKAGE_STRING
138
139 /* Define to the one symbol short name of this package. */
140 #undef PACKAGE_TARNAME
141
142 /* Define to the home page for this package. */
143 #undef PACKAGE_URL
144
145 /* Define to the version of this package. */
146 #undef PACKAGE_VERSION
147
148 /* Define to necessary symbol if this constant uses a non-standard name on
149    your system. */
150 #undef PTHREAD_CREATE_JOINABLE
151
152 /* Define to 1 if you have the ANSI C header files. */
153 #undef STDC_HEADERS