]> sjero.net Git - wget/blob - windows/config.h
[svn] Define HAVE__BOOL, HAVE_INTTYPES_H, and HAVE_STRTOLL for MinGW.
[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 #undef HAVE_SOCKADDR_IN6_SCOPE_ID
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 `strcasecmp' function. */
95 #undef HAVE_STRCASECMP
96
97 /* Define to 1 if you have the `strdup' function. */
98 #define HAVE_STRDUP 1
99
100 /* Define to 1 if you have the `strncasecmp' function. */
101 #undef HAVE_STRNCASECMP
102
103 /* Define to 1 if you have the `strptime' function. */
104 #undef HAVE_STRPTIME
105
106 /* Define to 1 if the system has the type `struct sockaddr_in6'. */
107 #undef HAVE_STRUCT_SOCKADDR_IN6
108
109 /* Define to 1 if the system has the type `struct sockaddr_storage'. */
110 #undef HAVE_STRUCT_SOCKADDR_STORAGE
111
112 /* Define to 1 if the system has the type `struct utimbuf'. */
113 #define HAVE_STRUCT_UTIMBUF 1
114
115 /* Define to 1 if you have the `symlink' function. */
116 #undef HAVE_SYMLINK
117
118 /* Define to 1 if you have the <sys/ioctl.h> header file. */
119 #undef HAVE_SYS_IOCTL_H
120
121 /* Define to 1 if you have the <sys/select.h> header file. */
122 #undef HAVE_SYS_SELECT_H
123
124 /* Define to 1 if you have the <sys/time.h> header file. */
125 #undef HAVE_SYS_TIME_H
126
127 /* Define to 1 if you have the `timegm' function. */
128 #undef HAVE_TIMEGM
129
130 /* Define to 1 if the system has the type `uint32_t'. */
131 #undef HAVE_UINT32_T
132
133 /* Define to 1 if you have the <unistd.h> header file. */
134 #undef HAVE_UNISTD_H
135
136 /* Define to 1 if you have the `usleep' function. */
137 #undef HAVE_USLEEP
138
139 /* Define to 1 if you have the <utime.h> header file. */
140 #define HAVE_UTIME_H 1
141
142 /* Define to 1 if you have the `vsnprintf' function. */
143 #define HAVE_VSNPRINTF 1
144
145 /* Define if fnmatch.h can be included. */
146 #undef HAVE_WORKING_FNMATCH_H
147
148 /* Define to 1 if the system has the type `_Bool'. */
149 #undef HAVE__BOOL
150
151 /* The size of a `int', as computed by sizeof. */
152 #define SIZEOF_INT 4
153
154 /* The size of a `long', as computed by sizeof. */
155 #define SIZEOF_LONG 4
156
157 /* The size of a `long long', as computed by sizeof. */
158 #define SIZEOF_LONG_LONG 0
159
160 /* The size of a `off_t', as computed by sizeof. */
161 #define SIZEOF_OFF_T 4
162
163 /* The size of a `short', as computed by sizeof. */
164 #define SIZEOF_SHORT 2
165
166 /* If using the C implementation of alloca, define if you know the
167    direction of stack growth for your system; otherwise it will be
168    automatically deduced at run-time.
169         STACK_DIRECTION > 0 => grows toward higher addresses
170         STACK_DIRECTION < 0 => grows toward lower addresses
171         STACK_DIRECTION = 0 => direction of growth unknown */
172 #undef STACK_DIRECTION
173
174 /* Define to 1 if you have the ANSI C header files. */
175 #define STDC_HEADERS 1
176
177 /* Define to 1 if your processor stores words with the most significant byte
178    first (like Motorola and SPARC, unlike Intel and VAX). */
179 #undef WORDS_BIGENDIAN
180
181 /* Define to 1 if on AIX 3.
182    System headers sometimes define this.
183    We just want to avoid a redefinition error message.  */
184 #ifndef _ALL_SOURCE
185 # undef _ALL_SOURCE
186 #endif
187
188 /* Number of bits in a file offset, on hosts where this is settable. */
189 #undef _FILE_OFFSET_BITS
190
191 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
192 #undef _LARGEFILE_SOURCE
193
194 /* Define for large files, on AIX-style hosts. */
195 #undef _LARGE_FILES
196
197 /* Define to empty if `const' does not conform to ANSI C. */
198 #undef const
199
200 /* Define to `__inline__' or `__inline' if that's what the C compiler
201    calls it, or to nothing if 'inline' is not supported under any name.  */
202 #ifndef __cplusplus
203 # define inline __inline
204 #endif
205
206 /* Define to `int' if <sys/types.h> does not define. */
207 #undef pid_t
208
209 /* Define to `unsigned' if <sys/types.h> does not define. */
210 #undef size_t
211
212 /* Define to int or size_t on systems without socklen_t. */
213 #define socklen_t int
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
222 #include "config-post.h"
223