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