]> sjero.net Git - wget/blob - windows/config.h
Check for idna.h in /usr/include/idn.
[wget] / windows / config.h
1 /* src/config.h.  Manually generated from src/config.h.in to
2    accomodate the 32-bit Windows compilation environments.  */
3
4 /* Define if you want the debug output support compiled in. */
5 #define ENABLE_DEBUG 1
6
7 /* Define if you want the HTTP Digest Authorization compiled in. */
8 #define ENABLE_DIGEST 1
9
10 /* Define if IPv6 support is enabled. */
11 /* #undef ENABLE_IPV6 */
12
13 /* Define if you want the NTLM authorization support compiled in. */
14 #ifdef HAVE_OPENSSL
15 # define ENABLE_NTLM 1
16 #endif
17
18 /* Define if you want the Opie support for FTP compiled in. */
19 #define ENABLE_OPIE 1
20
21 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
22    */
23 /* #undef HAVE_ALLOCA_H */
24
25 /* Define when using built-in MD5. */
26 #define HAVE_BUILTIN_MD5
27
28 /* Define to 1 if you have the `drand48' function. */
29 /* #undef HAVE_DRAND48 */
30
31 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
32 /* #undef HAVE_FSEEKO */
33
34 /* Define to 1 if you have the `ftello' function. */
35 /* #undef HAVE_FTELLO */
36
37 /* Define to 1 if you have the `getaddrinfo' function. */
38 /* #undef HAVE_GETADDRINFO */
39
40 /* Define if support for the GnuTLS library is being compiled in. */
41 /* #undef HAVE_GNUTLS */
42
43 /* Define to 1 if you have the <inttypes.h> header file. */
44 /* #undef HAVE_INTTYPES_H */
45
46 /* Define to 1 if you have the `isatty' function. */
47 #define HAVE_ISATTY 1
48
49 /* Define to 1 if you have the <libintl.h> header file. */
50 /* #undef HAVE_LIBINTL_H */
51
52 /* Define if we're compiling support for MD5. */
53 /* #undef HAVE_MD5 */
54
55 /* Define to 1 if you have a working `mmap' system call. */
56 /* #undef HAVE_MMAP */
57
58 /* Define if you have the nanosleep function. */
59 /* #undef HAVE_NANOSLEEP */
60
61 /* Define this if you want the NLS support. */
62 /* #undef HAVE_NLS */
63
64 /* Define if support for the OpenSSL library is being compiled in. */
65 /* #undef HAVE_OPENSSL */
66
67 /* Define when using OpenSSL MD5. */
68 /* #undef HAVE_OPENSSL_MD5 */
69
70 /* Define to 1 if you have the `sigblock' function. */
71 /* #undef HAVE_SIGBLOCK */
72
73 /* Define to 1 if you have the `sigsetjmp' function. */
74 /* #undef HAVE_SIGSETJMP */
75
76 /* Define to 1 if the system has the type `sig_atomic_t'. */
77 #define HAVE_SIG_ATOMIC_T 1
78
79 /* Define to 1 if you have the `snprintf' function. */
80 #define HAVE_SNPRINTF 1
81
82 /* Define if struct sockaddr_in6 has the sin6_scope_id member */
83 #define HAVE_SOCKADDR_IN6_SCOPE_ID 1
84
85 /* Define when using Solaris MD5. */
86 /* #undef HAVE_SOLARIS_MD5 */
87
88 /* Define to 1 if stdbool.h conforms to C99. */
89 /* #undef HAVE_STDBOOL_H */
90
91 /* Define to 1 if you have the <stdint.h> header file. */
92 /* #undef HAVE_STDINT_H */
93
94 /* Define to 1 if you have the <string.h> header file. */
95 #define HAVE_STRING_H */
96
97 /* Define to 1 if you have the `strcasecmp' function. */
98 /* #undef HAVE_STRCASECMP */
99
100 /* Define to 1 if you have the `strdup' function. */
101 #define HAVE_STRDUP 1
102
103 /* Define to 1 if you have the `strncasecmp' function. */
104 /* #undef HAVE_STRNCASECMP */
105
106 /* Define to 1 if you have the `strptime' function. */
107 /* #undef HAVE_STRPTIME */
108
109 /* Define to 1 if the system has the type `struct sockaddr_in6'. */
110 /* #undef HAVE_STRUCT_SOCKADDR_IN6 */
111
112 /* Define to 1 if the system has the type `struct sockaddr_storage'. */
113 /* #undef HAVE_STRUCT_SOCKADDR_STORAGE */
114
115 /* Define to 1 if the system has the type `struct utimbuf'. */
116 #define HAVE_STRUCT_UTIMBUF 1
117
118 /* Define to 1 if you have the `symlink' function. */
119 /* #undef HAVE_SYMLINK */
120
121 /* Define to 1 if you have the <sys/ioctl.h> header file. */
122 /* #undef HAVE_SYS_IOCTL_H */
123
124 /* Define to 1 if you have the <sys/select.h> header file. */
125 /* #undef HAVE_SYS_SELECT_H */
126
127 /* Define to 1 if you have the <sys/time.h> header file. */
128 /* #undef HAVE_SYS_TIME_H */
129
130 /* Define to 1 if you have the `timegm' function. */
131 /* #undef HAVE_TIMEGM */
132
133 /* Define to 1 if the system has the type `uint32_t'. */
134 /* #undef HAVE_UINT32_T */
135
136 /* Define to 1 if you have the <unistd.h> header file. */
137 /* #undef HAVE_UNISTD_H */
138
139 /* Define to 1 if you have the `usleep' function. */
140 /* #undef HAVE_USLEEP */
141
142 /* Define to 1 if you have the <utime.h> header file. */
143 #define HAVE_UTIME_H 1
144
145 /* Define to 1 if you have the <sys/utime.h> header file. */
146 #define HAVE_SYS_UTIME_H 1
147
148 /* Define to 1 if you have the `vsnprintf' function. */
149 #define HAVE_VSNPRINTF 1
150
151 /* Define if fnmatch.h can be included. */
152 /* #undef HAVE_WORKING_FNMATCH_H */
153
154 /* Define to 1 if the system has the type `_Bool'. */
155 /* #undef HAVE__BOOL */
156
157 /* The size of a `int', as computed by sizeof. */
158 #define SIZEOF_INT 4
159
160 /* The size of a `long', as computed by sizeof. */
161 #define SIZEOF_LONG 4
162
163 /* The size of a `long long', as computed by sizeof. */
164 #define SIZEOF_LONG_LONG 8
165
166 /* The size of a `off_t', as computed by sizeof. */
167 #define SIZEOF_OFF_T 4
168
169 /* The size of a `short', as computed by sizeof. */
170 #define SIZEOF_SHORT 2
171
172 /* Define to 1 if you have the ANSI C header files. */
173 #define STDC_HEADERS 1
174
175 /* Define to 1 if your processor stores words with the most significant byte
176    first (like Motorola and SPARC, unlike Intel and VAX). */
177 /* #undef WORDS_BIGENDIAN */
178
179 /* Define to 1 if on AIX 3.
180    System headers sometimes define this.
181    We just want to avoid a redefinition error message.  */
182 #ifndef _ALL_SOURCE
183 /* # undef _ALL_SOURCE */
184 #endif
185
186 /* Number of bits in a file offset, on hosts where this is settable. */
187 /* #undef _FILE_OFFSET_BITS */
188
189 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
190 /* #undef _LARGEFILE_SOURCE */
191
192 /* Define for large files, on AIX-style hosts. */
193 /* #undef _LARGE_FILES */
194
195 /* Define to empty if `const' does not conform to ANSI C. */
196 /* #undef const */
197
198 /* Define to `__inline__' or `__inline' if that's what the C compiler
199    calls it, or to nothing if 'inline' is not supported under any name.  */
200 #ifndef __cplusplus
201 # define inline __inline
202 #endif
203
204 /* Define to `int' if <sys/types.h> does not define. */
205 /* #undef pid_t */
206
207 /* Define to `unsigned' if <sys/types.h> does not define. */
208 /* #undef size_t */
209
210 #if !defined(_MSC_VER) || (defined(_MSC_VER) && (_MSC_VER < 1500))
211 /* Define to int or size_t on systems without socklen_t. */
212 #define socklen_t int
213 #endif
214
215 /* Define to empty if the keyword `volatile' does not work. Warning: valid
216    code using `volatile' can become incorrect without. Disable with care. */
217 /* #undef volatile */
218
219 /* Include compiler-specific defines. */
220 #include "config-compiler.h"
221