Imported Upstream version 1.2.7
[platform/upstream/harfbuzz.git] / win32 / config.h.win32
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* The normal alignment of `struct{char;}', in bytes. */
4 #define ALIGNOF_STRUCT_CHAR__ 1
5
6 /* Define to 1 if you have the `atexit' function. */
7 #define HAVE_ATEXIT 1
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 DirectWrite Library */
22 /* #undef HAVE_DIRECTWRITE */
23
24 /* Have simple TrueType Layout backend */
25 #define HAVE_FALLBACK 1
26
27 /* Have fontconfig library */
28 /* #undef HAVE_FONTCONFIG */
29
30 /* Have FreeType 2 library */
31 /* #undef HAVE_FREETYPE */
32
33 /* Define to 1 if you have the `getpagesize' function. */
34 /* #undef HAVE_GETPAGESIZE */
35
36 /* Have glib2 library */
37 /* #undef HAVE_GLIB */
38
39 /* Have gobject2 library */
40 /* #undef HAVE_GOBJECT */
41
42 /* Have Graphite2 library */
43 /* #undef HAVE_GRAPHITE2 */
44
45 /* Have ICU library */
46 /* #undef HAVE_ICU */
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 #if !defined (_MSC_VER) || (_MSC_VER >= 1800)
53 #define HAVE_INTTYPES_H 1
54 #endif
55
56 /* Define to 1 if you have the `isatty' function. */
57 #define HAVE_ISATTY 1
58
59 /* Define to 1 if you have the <memory.h> header file. */
60 #define HAVE_MEMORY_H 1
61
62 /* Define to 1 if you have the `mmap' function. */
63 /* #undef HAVE_MMAP */
64
65 /* Define to 1 if you have the `mprotect' function. */
66 /* #undef HAVE_MPROTECT */
67
68 /* Have native OpenType Layout backend */
69 #define HAVE_OT 1
70
71 /* Have POSIX threads */
72 /* #undef HAVE_PTHREAD */
73
74 /* Have PTHREAD_PRIO_INHERIT. */
75 /* #undef HAVE_PTHREAD_PRIO_INHERIT */
76
77 /* Define to 1 if you have the <sched.h> header file. */
78 /* #undef HAVE_SCHED_H */
79
80 /* Have sched_yield */
81 /* #undef HAVE_SCHED_YIELD */
82
83 /* Have Solaris __machine_*_barrier and atomic_* operations */
84 /* #undef HAVE_SOLARIS_ATOMIC_OPS */
85
86 /* Define to 1 if you have the <stdint.h> header file. */
87 #if !defined (_MSC_VER) || (_MSC_VER >= 1600)
88 #define HAVE_STDINT_H 1
89 #endif
90
91 /* Define to 1 if you have the <stdlib.h> header file. */
92 #define HAVE_STDLIB_H 1
93
94 /* Define to 1 if you have the <strings.h> header file. */
95 #ifndef _MSC_VER
96 #define HAVE_STRINGS_H 1
97 #endif
98
99 /* Define to 1 if you have the <string.h> header file. */
100 #define HAVE_STRING_H 1
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 #define HAVE_SYS_STAT_H 1
110
111 /* Define to 1 if you have the <sys/types.h> header file. */
112 #define HAVE_SYS_TYPES_H 1
113
114 /* Have UCDN Unicode functions */
115 #define HAVE_UCDN 1
116
117 /* Have Uniscribe library */
118 #define HAVE_UNISCRIBE 1
119
120 /* Define to 1 if you have the <unistd.h> header file. */
121 #ifndef _MSC_VER
122 #define HAVE_UNISTD_H 1
123 #endif
124
125 /* Define to 1 if you have the <usp10.h> header file. */
126 #define HAVE_USP10_H 1
127
128 /* Define to 1 if you have the <windows.h> header file. */
129 #define HAVE_WINDOWS_H 1
130
131 /* Define to the sub-directory in which libtool stores uninstalled libraries.
132    */
133 #define LT_OBJDIR ".libs/"
134
135 /* Define to the address where bug reports for this package should be sent. */
136 #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz"
137
138 /* Define to the full name of this package. */
139 #define PACKAGE_NAME "HarfBuzz"
140
141 /* Define to the full name and version of this package. */
142 #define PACKAGE_STRING "HarfBuzz 1.2.7"
143
144 /* Define to the one symbol short name of this package. */
145 #define PACKAGE_TARNAME "harfbuzz"
146
147 /* Define to the home page for this package. */
148 #define PACKAGE_URL "http://harfbuzz.org/"
149
150 /* Define to the version of this package. */
151 #define PACKAGE_VERSION "1.2.7"
152
153 /* Define to necessary symbol if this constant uses a non-standard name on
154    your system. */
155 /* #undef PTHREAD_CREATE_JOINABLE */
156
157 /* Define to 1 if you have the ANSI C header files. */
158 #define STDC_HEADERS 1