Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(490)

Side by Side Diff: third_party/fontconfig/config/windows/config.h

Issue 23301009: Add libpoppler for PDF rendering, take 2 (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Fix freetype.gyp file - accidentally nuked the override include Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.in by autoheader. */
3
4 #include <direct.h>
5 #ifndef _S_IFDIR
6 #define _S_IFDIR 0x4000
7 #endif
8 #ifndef S_IFDIR
9 #define S_IFDIR _S_IFDIR
10 #endif
11 #ifndef _S_IFMT
12 #define _S_IFMT 0xF000
13 #endif
14 #ifndef S_IFMT
15 #define S_IFMT _S_IFMT
16 #endif
17
18 #ifndef S_ISDIR
19 # ifdef S_IFDIR
20 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
21 # else
22 # define S_ISDIR(m) 0
23 # endif
24 #endif /* !S_ISDIR */
25 #ifndef F_OK
26 # define F_OK 0x00
27 #endif
28 #ifndef X_OK
29 # define X_OK 0x01
30 #endif
31 #ifndef W_OK
32 # define W_OK 0x02
33 #endif
34
35 #define snprintf _snprintf
36 /* Font configuration directory */
37 #define CONFDIR "c:/windows/etc"
38
39 /* Use libxml2 instead of Expat */
40 /* #undef ENABLE_LIBXML2 */
41
42 /* Additional font directories */
43 #define FC_ADD_FONTS "yes"
44
45 /* System font directory */
46 #define FC_DEFAULT_FONTS "c:/windows/fonts"
47
48 #define FC_CACHEDIR "c:/temp"
49
50 /* Define to 1 if you have the `chsize' function. */
51 #define HAVE_CHSIZE 1
52
53 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
54 */
55 #define HAVE_DIRENT_H 1
56
57 /* Define to 1 if you have the <dlfcn.h> header file. */
58 /* #undef HAVE_DLFCN_H */
59
60 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
61 /* #undef HAVE_DOPRNT */
62
63 /* Found a useable expat library */
64 #define HAVE_EXPAT 1
65
66 #define FLEXIBLE_ARRAY_MEMBER 1
67
68 /* Define to 1 if you have the <fcntl.h> header file. */
69 #define HAVE_FCNTL_H 1
70
71 /* Define to 1 if you have the `ftruncate' function. */
72 /*#define HAVE_FTRUNCATE 1*/
73
74 /* FT_Bitmap_Size structure includes y_ppem field */
75 #define HAVE_FT_BITMAP_SIZE_Y_PPEM 1
76
77 /* Define to 1 if you have the `FT_Get_BDF_Property' function. */
78 #define HAVE_FT_GET_BDF_PROPERTY 1
79
80 /* Define to 1 if you have the `FT_Get_Next_Char' function. */
81 #define HAVE_FT_GET_NEXT_CHAR 1
82
83 /* Define to 1 if you have the `FT_Get_PS_Font_Info' function. */
84 #define HAVE_FT_GET_PS_FONT_INFO 1
85
86 /* Define to 1 if you have the `FT_Get_X11_Font_Format' function. */
87 #define HAVE_FT_GET_X11_FONT_FORMAT 1
88
89 /* Define to 1 if you have the `FT_Has_PS_Glyph_Names' function. */
90 #define HAVE_FT_HAS_PS_GLYPH_NAMES 1
91
92 /* Define to 1 if you have the `FT_Select_Size' function. */
93 #define HAVE_FT_SELECT_SIZE 1
94
95 /* Define to 1 if you have the `geteuid' function. */
96 /* #undef HAVE_GETEUID */
97
98 /* Define to 1 if you have the `getopt' function. */
99 /*#define HAVE_GETOPT 1*/
100
101 /* Define to 1 if you have the `getopt_long' function. */
102 /*#define HAVE_GETOPT_LONG 1*/
103
104 /* Define to 1 if you have the `getpagesize' function. */
105 /*#define HAVE_GETPAGESIZE 1*/
106
107 /* Define to 1 if you have the `getuid' function. */
108 /* #undef HAVE_GETUID */
109
110 /* Define to 1 if you have the <inttypes.h> header file. */
111 /*#define HAVE_INTTYPES_H 1*/
112
113 /* Define to 1 if you have the `link' function. */
114 /* #undef HAVE_LINK */
115
116 /* Define to 1 if you have the `lrand48' function. */
117 /* #undef HAVE_LRAND48 */
118
119 /* Define to 1 if you have the `memmove' function. */
120 #define HAVE_MEMMOVE 1
121
122 /* Define to 1 if you have the <memory.h> header file. */
123 #define HAVE_MEMORY_H 1
124
125 /* Define to 1 if you have the `memset' function. */
126 #define HAVE_MEMSET 1
127
128 /* Define to 1 if you have the `mkstemp' function. */
129 /* #undef HAVE_MKSTEMP */
130
131 /* Define to 1 if you have a working `mmap' system call. */
132 /* #undef HAVE_MMAP */
133
134 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
135 /* #undef HAVE_NDIR_H */
136
137 /* Define to 1 if you have the `rand' function. */
138 #define HAVE_RAND 1
139
140 /* Define to 1 if you have the `random' function. */
141 /* #undef HAVE_RANDOM */
142
143 /* Define to 1 if you have the <stdint.h> header file. */
144 #define HAVE_STDINT_H 1
145
146 /* Define to 1 if you have the <stdlib.h> header file. */
147 #define HAVE_STDLIB_H 1
148
149 /* Define to 1 if you have the `strchr' function. */
150 #define HAVE_STRCHR 1
151
152 /* Define to 1 if you have the <strings.h> header file. */
153 /*#define HAVE_STRINGS_H 1*/
154
155 /* Define to 1 if you have the <string.h> header file. */
156 #define HAVE_STRING_H 1
157
158 /* Define to 1 if you have the `strrchr' function. */
159 #define HAVE_STRRCHR 1
160
161 /* Define to 1 if you have the `strtol' function. */
162 #define HAVE_STRTOL 1
163
164 /* Define to 1 if you have the `sysconf' function. */
165 /* #undef HAVE_SYSCONF */
166
167 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
168 */
169 /* #undef HAVE_SYS_DIR_H */
170
171 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
172 */
173 /* #undef HAVE_SYS_NDIR_H */
174
175 /* Define to 1 if you have the <sys/stat.h> header file. */
176 #define HAVE_SYS_STAT_H 1
177
178 /* Define to 1 if you have the <sys/types.h> header file. */
179 #define HAVE_SYS_TYPES_H 1
180
181 /* Define to 1 if you have the <unistd.h> header file. */
182 /*#define HAVE_UNISTD_H 1*/
183
184 /* Define to 1 if you have the `vprintf' function. */
185 #define HAVE_VPRINTF 1
186
187 /* Can use #warning in C files */
188 #define HAVE_WARNING_CPP_DIRECTIVE 1
189
190 /* Use xmlparse.h instead of expat.h */
191 /* #undef HAVE_XMLPARSE_H */
192
193 /* Define to 1 if you have the `XML_SetDoctypeDeclHandler' function. */
194 #define HAVE_XML_SETDOCTYPEDECLHANDLER 1
195
196 /* Define to the sub-directory in which libtool stores uninstalled libraries.
197 */
198 #define LT_OBJDIR ".libs/"
199
200 /* Name of package */
201 #define PACKAGE "fontconfig"
202
203 /* Define to the address where bug reports for this package should be sent. */
204 #define PACKAGE_BUGREPORT ""
205
206 /* Define to the full name of this package. */
207 #define PACKAGE_NAME ""
208
209 /* Define to the full name and version of this package. */
210 #define PACKAGE_STRING ""
211
212 /* Define to the one symbol short name of this package. */
213 #define PACKAGE_TARNAME ""
214
215 /* Define to the version of this package. */
216 #define PACKAGE_VERSION ""
217
218 /* Define to 1 if you have the ANSI C header files. */
219 #define STDC_HEADERS 1
220
221 /* Use iconv. */
222 /*#define USE_ICONV 1*/
223
224 /* Version number of package */
225 #define VERSION "2.10.1"
226
227 /* Define to empty if `const' does not conform to ANSI C. */
228 /* #undef const */
229
230 /* Define to `__inline__' or `__inline' if that's what the C compiler
231 calls it, or to nothing if 'inline' is not supported under any name. */
232 #ifndef __cplusplus
233 /* #undef inline */
234 #endif
235
236 /* Define to `int' if <sys/types.h> does not define. */
237 /* #undef pid_t */
OLDNEW
« no previous file with comments | « third_party/fontconfig/config/src/fcobjshash.h ('k') | third_party/fontconfig/config/windows/dirent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698