]> sjero.net Git - wget/blob - windows/config.h.mingw
[svn] Remove the "rbuf" buffering layer. Provide peeking primitives instead.
[wget] / windows / config.h.mingw
1 /* src/config.h.  Generated by configure.  */
2 /* Configuration header file.
3    Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001
4    Free Software Foundation, Inc.
5
6 This file is part of GNU Wget.
7
8 GNU Wget is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 2 of the License, or
11 (at your option) any later version.
12
13 GNU Wget is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 GNU General Public License for more details.
17
18 You should have received a copy of the GNU General Public License
19 along with Wget; if not, write to the Free Software
20 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
21
22 In addition, as a special exception, the Free Software Foundation
23 gives permission to link the code of its release of Wget with the
24 OpenSSL project's "OpenSSL" library (or with modified versions of it
25 that use the same license as the "OpenSSL" library), and distribute
26 the linked executables.  You must obey the GNU General Public License
27 in all respects for all of the code used other than "OpenSSL".  If you
28 modify this file, you may extend this exception to your version of the
29 file, but you are not obligated to do so.  If you do not wish to do
30 so, delete this exception statement from your version.  */
31
32 #ifndef CONFIG_H
33 #define CONFIG_H
34
35 /* Define if you have the <alloca.h> header file.  */
36 /* #undef HAVE_ALLOCA_H */
37
38 /* For MinGW GCC/Win32, alloca is defined in the <malloc.h> header file. */
39 #include <malloc.h>
40
41 /* Define to empty if the keyword does not work.  */
42 /* #undef const */
43
44 /* Define to empty or __inline__ or __inline.  */
45 /* #undef inline */
46
47 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
48 /* #undef size_t */
49
50 /* Define to `int' if <sys/types.h> doesn't define.  */
51 /* #undef pid_t */
52
53 /* Define if you have the ANSI C header files.  */
54 #define STDC_HEADERS 1
55
56 /* Define as the return type of signal handlers (int or void).  */
57 #define RETSIGTYPE void
58
59 /* Define if your architecture is big endian (with the most
60    significant byte first).  */
61 /* #undef WORDS_BIGENDIAN */
62
63 #define ftruncate chsize
64
65 /* Define to the length of short. */
66 #define SIZEOF_SHORT 2
67
68 /* Define to the length of int. */
69 #define SIZEOF_INT 4
70
71 /* Define to the length of long. */
72 #define SIZEOF_LONG 4
73
74 /* Define to the length of long long. */
75 #define SIZEOF_LONG_LONG 8
76
77 /* Define this if you want the NLS support.  */
78 /* #undef HAVE_NLS */
79
80 /* Define if you want the FTP support for Opie compiled in.  */
81 #define USE_OPIE 1
82
83 /* Define if you want the HTTP Digest Authorization compiled in.  */
84 #define USE_DIGEST 1
85
86 /* Define if you want the debug output support compiled in.  */
87 #define ENABLE_DEBUG 1
88
89 /* Define if you have sys/time.h header.  */
90 #define HAVE_SYS_TIME_H 1
91
92 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
93 #define TIME_WITH_SYS_TIME 1
94
95 /* Define if you have struct utimbuf.  */
96 #define HAVE_STRUCT_UTIMBUF 1
97
98 /* Define if you have the uname function.  */
99 /* #undef HAVE_UNAME */
100
101 /* Define if you have a working version of mmap.  */
102 /* #undef HAVE_MMAP */
103
104 /* Define if you have the gethostname function.  */
105 /* #undef HAVE_GETHOSTNAME */
106
107 /* Define if you have the select function.  */
108 /* #undef HAVE_SELECT */
109
110 /* Define if you have the gettimeofday function.  */
111 /* #undef HAVE_GETTIMEOFDAY */
112
113 /* Define if you have the strdup function.  */
114 #define HAVE_STRDUP 1
115
116 /* Define if you have the sys/utsname.h header.  */
117 /* #undef HAVE_SYS_UTSNAME_H */
118
119 /* Define if you have the strerror function.  */
120 #define HAVE_STRERROR 1
121
122 /* Define if you have the snprintf function.  */
123 #define HAVE_SNPRINTF 1
124
125 /* Define if you have the vsnprintf function.  */
126 #define HAVE_VSNPRINTF 1
127
128 /* Define if you have the strstr function.  */
129 #define HAVE_STRSTR 1
130
131 /* Define if you have the strcasecmp function.  */
132 #define HAVE_STRCASECMP 1
133
134 /* Define if you have the strncasecmp function.  */
135 #define HAVE_STRNCASECMP 1
136
137 /* Define if you have the strpbrk function.  */
138 #define HAVE_STRPBRK 1
139
140 /* Define if you have the memmove function.  */
141 #define HAVE_MEMMOVE 1
142
143 /* Define if you have the strptime function.  */
144 /* #undef HAVE_STRPTIME */
145
146 /* Define if you have the mktime function.  */
147 #define HAVE_MKTIME 1
148
149 /* Define if you have the symlink function.  */
150 /* #undef HAVE_SYMLINK */
151
152 /* Define if you have the access function.  */
153 #define HAVE_ACCESS 1
154
155 /* Define if you have the isatty function.  */
156 #define HAVE_ISATTY 1
157
158 /* Define if you have the signal function.  */
159 /* #undef HAVE_SIGNAL */
160
161 /* Define if you have the sigsetjmp function.  */
162 /* #undef HAVE_SIGSETJMP */
163
164 /* Define if you have the sigblock function.  */
165 /* #undef HAVE_SIGBLOCK */
166
167 /* Define if you have the gettext function.  */
168 /* #undef HAVE_GETTEXT */
169
170 /* Define if you have the usleep function.  */
171 /* #undef HAVE_USLEEP */
172
173 /* Define if you have the <string.h> header file.  */
174 #define HAVE_STRING_H 1
175
176 /* Define if you have the <stdarg.h> header file.  */
177 #define HAVE_STDARG_H 1
178
179 /* Define if you have the <unistd.h> header file.  */
180 #define HAVE_UNISTD_H 1
181
182 /* Define if you have the <utime.h> header file.  */
183 #define HAVE_UTIME_H 1
184
185 /* Define if you have the <sys/utime.h> header file.  */
186 #define HAVE_SYS_UTIME_H 1
187
188 /* Define if you have the <termios.h> header file.  */
189 /* #undef HAVE_TERMIOS_H */
190
191 /* Define if you have the <sys/ioctl.h> header file.  */
192 /* #undef HAVE_SYS_IOCTL_H */
193
194 /* Define if you have the <sys/select.h> header file.  */
195 /* #undef HAVE_SYS_SELECT_H */
196
197 /* Define if you have the <pwd.h> header file.  */
198 /* #undef HAVE_PWD_H */
199
200 /* Define if you have the <signal.h> header file.  */
201 #define HAVE_SIGNAL_H 1
202
203 /* Define if you have the <setjmp.h> header file.  */
204 #define HAVE_SETJMP_H 1
205
206 /* Define if you have the <libintl.h> header file.  */
207 /* #undef HAVE_LIBINTL_H */
208
209 /* Define if you have the <locale.h> header file.  */
210 #define HAVE_LOCALE_H 1
211
212 /* Define to be the name of the operating system.  */
213 #define OS_TYPE "mingw32"
214
215 /* Define if you wish to compile with socks support.  */
216 /* #undef HAVE_SOCKS */
217
218 /* Define to 1 if ANSI function prototypes are usable.  */
219 #define PROTOTYPES 1
220
221 /* Define if all libs needed for ssl support are existing */
222 /* #undef HAVE_SSL */
223
224 /* Define if we're compiling in support for MD5.  */
225 #define HAVE_MD5 1
226
227 /* Define if we're using Solaris libmd5.  */
228 /* #undef HAVE_SOLARIS_MD5 */
229
230 /* Define if we're using OpenSSL md5.  */
231 /* #undef HAVE_OPENSSL_MD5 */
232
233 /* Define if we're using builtin (GNU) md5.c.  */
234 #define HAVE_BUILTIN_MD5 1
235
236 /* Define if you have the getaddrinfo function.  */
237 /* #undef HAVE_GETADDRINFO */
238
239 /* Define if the system headers support the AI_ADDRCONFIG flag. */
240 /* #undef HAVE_GETADDRINFO_AI_ADDRCONFIG */
241
242 /* Define if the system headers support the AI_V4MAPPED flag. */
243 /* #undef HAVE_GETADDRINFO_AI_V4MAPPED */
244
245 /* Define if the system headers support the AI_ALL flag. */
246 /* #undef HAVE_GETADDRINFO_AI_ALL */
247
248 /* Define if the system supports struct sockaddr_in6 */
249 /* #undef HAVE_HAVE_STRUCT_SOCKADDR_IN6 */
250
251 /* Define if struct sockaddr_in6 has the sin6_scope_id member */
252 /* #undef HAVE_SOCKADDR_IN6_SCOPE_ID */
253
254 /* Define if you want to enable the IPv6 support.  */
255 /* #undef ENABLE_IPV6 */
256
257 /* Defined to int or size_t on systems without socklen_t.  */
258 #define socklen_t int
259
260 /* Define if you have uint32_t.  */
261 #undef HAVE_UINT32_T
262
263 #endif /* CONFIG_H */