~ubuntu-branches/ubuntu/dapper/curl/dapper-security

« back to all changes in this revision

Viewing changes to lib/config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Domenico Andreoli
  • Date: 2004-06-04 19:09:25 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040604190925-wy048bp31320r2z6
Tags: 7.12.0.is.7.11.2-1
* Reverted to version 7.11.2 (closes: #252348).
* Disabled support for libidn (closes: #252367). This is to leave
  curl in unstable as much similar as possible to the one in testing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* lib/config.h.in.  Generated automatically from configure.in by autoheader.  */
2
 
/* Name of this package! */
3
 
#undef PACKAGE
4
 
 
5
 
/* Version number of this archive. */
6
 
#undef VERSION
7
 
 
8
 
/* Define if you have the getpass function.  */
9
 
#undef HAVE_GETPASS
10
 
 
11
 
/* Define cpu-machine-OS */
12
 
#undef OS
13
 
 
14
 
/* Define if you have the gethostbyaddr_r() function with 5 arguments */
15
 
#undef HAVE_GETHOSTBYADDR_R_5
16
 
 
17
 
/* Define if you have the gethostbyaddr_r() function with 7 arguments */
18
 
#undef HAVE_GETHOSTBYADDR_R_7
19
 
 
20
 
/* Define if you have the gethostbyaddr_r() function with 8 arguments */
21
 
#undef HAVE_GETHOSTBYADDR_R_8
22
 
 
23
 
/* Define if you have the gethostbyname_r() function with 3 arguments */
24
 
#undef HAVE_GETHOSTBYNAME_R_3
25
 
 
26
 
/* Define if you have the gethostbyname_r() function with 5 arguments */
27
 
#undef HAVE_GETHOSTBYNAME_R_5
28
 
 
29
 
/* Define if you have the gethostbyname_r() function with 6 arguments */
30
 
#undef HAVE_GETHOSTBYNAME_R_6
31
 
 
32
 
/* Define if you have the inet_ntoa_r function declared. */
33
 
#undef HAVE_INET_NTOA_R_DECL
34
 
 
35
 
/* Define if you need the _REENTRANT define for some functions */
36
 
#undef NEED_REENTRANT
37
 
 
38
 
/* Define if you have the Kerberos4 libraries (including -ldes) */
39
 
#undef KRB4
40
 
 
41
 
/* Define if you want to enable IPv6 support */
42
 
#undef ENABLE_IPV6
43
 
 
44
 
/* Define this to 'int' if ssize_t is not an available typedefed type */
45
 
#undef ssize_t
46
 
 
47
 
/* Define this to 'int' if socklen_t is not an available typedefed type */
48
 
#undef socklen_t
49
 
 
50
 
/* Define this as a suitable file to read random data from */
51
 
#undef RANDOM_FILE
52
 
 
53
 
/* Define this to your Entropy Gathering Daemon socket pathname */
54
 
#undef EGD_SOCKET
55
 
 
56
 
/* Define if you have a working OpenSSL installation */
57
 
#undef OPENSSL_ENABLED
58
 
 
59
 
/* Define the one correct non-blocking socket method below */
60
 
#undef HAVE_FIONBIO
61
 
#undef HAVE_IOCTLSOCKET
62
 
#undef HAVE_IOCTLSOCKET_CASE
63
 
#undef HAVE_O_NONBLOCK
64
 
#undef HAVE_DISABLED_NONBLOCKING
65
 
 
66
 
/* Define this to 'int' if in_addr_t is not an available typedefed type */
67
 
#undef in_addr_t
 
1
/* lib/config.h.in.  Generated from configure.ac by autoheader.  */
 
2
 
 
3
/* to disable DICT */
 
4
#undef CURL_DISABLE_DICT
 
5
 
 
6
/* to disable FILE */
 
7
#undef CURL_DISABLE_FILE
 
8
 
 
9
/* to disable FTP */
 
10
#undef CURL_DISABLE_FTP
 
11
 
 
12
/* to disable GOPHER */
 
13
#undef CURL_DISABLE_GOPHER
 
14
 
 
15
/* to disable HTTP */
 
16
#undef CURL_DISABLE_HTTP
 
17
 
 
18
/* to disable LDAP */
 
19
#undef CURL_DISABLE_LDAP
 
20
 
 
21
/* to disable TELNET */
 
22
#undef CURL_DISABLE_TELNET
68
23
 
69
24
/* Set to explicitly specify we don't want to use thread-safe functions */
70
25
#undef DISABLED_THREADSAFE
71
26
 
 
27
/* your Entropy Gathering Daemon socket pathname */
 
28
#undef EGD_SOCKET
 
29
 
72
30
/* Define if you want to enable IPv6 support */
73
31
#undef ENABLE_IPV6
74
32
 
75
 
/* Define if you have the <alloca.h> header file. */
 
33
/* Define to 1 if you have the <alloca.h> header file. */
76
34
#undef HAVE_ALLOCA_H
77
35
 
78
 
/* Define if you have the <arpa/inet.h> header file. */
 
36
/* Define to 1 if you have the <arpa/inet.h> header file. */
79
37
#undef HAVE_ARPA_INET_H
80
38
 
81
 
/* Define if you have the `closesocket' function. */
 
39
/* Define to 1 if you have the <assert.h> header file. */
 
40
#undef HAVE_ASSERT_H
 
41
 
 
42
/* Define to 1 if you have the `closesocket' function. */
82
43
#undef HAVE_CLOSESOCKET
83
44
 
84
 
/* Define if you have the <crypto.h> header file. */
 
45
/* Define to 1 if you have the `CRYPTO_cleanup_all_ex_data' function. */
 
46
#undef HAVE_CRYPTO_CLEANUP_ALL_EX_DATA
 
47
 
 
48
/* Define to 1 if you have the <crypto.h> header file. */
85
49
#undef HAVE_CRYPTO_H
86
50
 
87
 
/* Define if you have the <des.h> header file. */
 
51
/* Define to 1 if you have the <des.h> header file. */
88
52
#undef HAVE_DES_H
89
53
 
90
 
/* Define if you have the <dlfcn.h> header file. */
 
54
/* disabled non-blocking sockets */
 
55
#undef HAVE_DISABLED_NONBLOCKING
 
56
 
 
57
/* Define to 1 if you have the <dlfcn.h> header file. */
91
58
#undef HAVE_DLFCN_H
92
59
 
93
 
/* Define if you have the `dlopen' function. */
 
60
/* Define to 1 if you have the `dlopen' function. */
94
61
#undef HAVE_DLOPEN
95
62
 
96
 
/* Define if you have the <err.h> header file. */
 
63
/* Define to 1 if you have the <err.h> header file. */
97
64
#undef HAVE_ERR_H
98
65
 
99
 
/* Define if you have the <fcntl.h> header file. */
 
66
/* Define to 1 if you have the <fcntl.h> header file. */
100
67
#undef HAVE_FCNTL_H
101
68
 
 
69
/* use FIONBIO for non-blocking sockets */
 
70
#undef HAVE_FIONBIO
 
71
 
102
72
/* Define if getaddrinfo exists and works */
103
73
#undef HAVE_GETADDRINFO
104
74
 
105
 
/* Define if you have the `geteuid' function. */
 
75
/* Define to 1 if you have the `geteuid' function. */
106
76
#undef HAVE_GETEUID
107
77
 
108
 
/* Define if you have the `gethostbyaddr' function. */
 
78
/* Define to 1 if you have the `gethostbyaddr' function. */
109
79
#undef HAVE_GETHOSTBYADDR
110
80
 
111
 
/* Define if you have the `gethostbyaddr_r' function. */
 
81
/* Define to 1 if you have the `gethostbyaddr_r' function. */
112
82
#undef HAVE_GETHOSTBYADDR_R
113
83
 
114
 
/* Define if you have the `gethostbyname_r' function. */
 
84
/* gethostbyaddr_r() takes 5 args */
 
85
#undef HAVE_GETHOSTBYADDR_R_5
 
86
 
 
87
/* gethostbyaddr_r() takes 7 args */
 
88
#undef HAVE_GETHOSTBYADDR_R_7
 
89
 
 
90
/* gethostbyaddr_r() takes 8 args */
 
91
#undef HAVE_GETHOSTBYADDR_R_8
 
92
 
 
93
/* If you have gethostbyname */
 
94
#undef HAVE_GETHOSTBYNAME
 
95
 
 
96
/* Define to 1 if you have the `gethostbyname_r' function. */
115
97
#undef HAVE_GETHOSTBYNAME_R
116
98
 
117
 
/* Define if you have the `gethostname' function. */
118
 
#undef HAVE_GETHOSTNAME
119
 
 
120
 
/* Define if you have the `getpass_r' function. */
 
99
/* gethostbyname_r() takes 3 args */
 
100
#undef HAVE_GETHOSTBYNAME_R_3
 
101
 
 
102
/* gethostbyname_r() takes 5 args */
 
103
#undef HAVE_GETHOSTBYNAME_R_5
 
104
 
 
105
/* gethostbyname_r() takes 6 args */
 
106
#undef HAVE_GETHOSTBYNAME_R_6
 
107
 
 
108
/* Define to 1 if you have the `getpass_r' function. */
121
109
#undef HAVE_GETPASS_R
122
110
 
123
 
/* Define if you have the `getpwuid' function. */
 
111
/* Define to 1 if you have the `getpwuid' function. */
124
112
#undef HAVE_GETPWUID
125
113
 
126
 
/* Define if you have the `gettimeofday' function. */
 
114
/* Define to 1 if you have the `gettimeofday' function. */
127
115
#undef HAVE_GETTIMEOFDAY
128
116
 
129
 
/* Define if you have the `gmtime_r' function. */
 
117
/* we have a glibc-style strerror_r() */
 
118
#undef HAVE_GLIBC_STRERROR_R
 
119
 
 
120
/* Define to 1 if you have the `gmtime_r' function. */
130
121
#undef HAVE_GMTIME_R
131
122
 
132
 
/* Define if you have the `inet_addr' function. */
 
123
/* if you have the gssapi libraries */
 
124
#undef HAVE_GSSAPI
 
125
 
 
126
/* if you have the Heimdal gssapi libraries */
 
127
#undef HAVE_GSSHEIMDAL
 
128
 
 
129
/* if you have the MIT gssapi libraries */
 
130
#undef HAVE_GSSMIT
 
131
 
 
132
/* Define to 1 if you have the `inet_addr' function. */
133
133
#undef HAVE_INET_ADDR
134
134
 
135
 
/* Define if you have the `inet_ntoa' function. */
 
135
/* Define to 1 if you have the `inet_ntoa' function. */
136
136
#undef HAVE_INET_NTOA
137
137
 
138
 
/* Define if you have the `inet_ntoa_r' function. */
 
138
/* Define to 1 if you have the `inet_ntoa_r' function. */
139
139
#undef HAVE_INET_NTOA_R
140
140
 
141
 
/* Define if you have the <inttypes.h> header file. */
 
141
/* inet_ntoa_r() is declared */
 
142
#undef HAVE_INET_NTOA_R_DECL
 
143
 
 
144
/* Define to 1 if you have the `inet_pton' function. */
 
145
#undef HAVE_INET_PTON
 
146
 
 
147
/* Define to 1 if you have the <inttypes.h> header file. */
142
148
#undef HAVE_INTTYPES_H
143
149
 
144
 
/* Define if you have the <io.h> header file. */
 
150
/* use ioctlsocket() for non-blocking sockets */
 
151
#undef HAVE_IOCTLSOCKET
 
152
 
 
153
/* use Ioctlsocket() for non-blocking sockets */
 
154
#undef HAVE_IOCTLSOCKET_CASE
 
155
 
 
156
/* Define to 1 if you have the <io.h> header file. */
145
157
#undef HAVE_IO_H
146
158
 
147
 
/* Define if you have the `krb_get_our_ip_for_realm' function. */
 
159
/* if you have the Kerberos4 libraries (including -ldes) */
 
160
#undef HAVE_KRB4
 
161
 
 
162
/* Define to 1 if you have the `krb_get_our_ip_for_realm' function. */
148
163
#undef HAVE_KRB_GET_OUR_IP_FOR_REALM
149
164
 
150
 
/* Define if you have the <krb.h> header file. */
 
165
/* Define to 1 if you have the <krb.h> header file. */
151
166
#undef HAVE_KRB_H
152
167
 
153
 
/* Define if you have the `crypto' library (-lcrypto). */
 
168
/* Define to 1 if you have the `crypto' library (-lcrypto). */
154
169
#undef HAVE_LIBCRYPTO
155
170
 
156
 
/* Define if you have the `dl' library (-ldl). */
 
171
/* Define to 1 if you have the `dl' library (-ldl). */
157
172
#undef HAVE_LIBDL
158
173
 
159
 
/* Define if you have the `nsl' library (-lnsl). */
160
 
#undef HAVE_LIBNSL
161
 
 
162
 
/* Define if you have the `resolv' library (-lresolv). */
 
174
/* Define to 1 if you have the `resolv' library (-lresolv). */
163
175
#undef HAVE_LIBRESOLV
164
176
 
165
 
/* Define if you have the `resolve' library (-lresolve). */
 
177
/* Define to 1 if you have the `resolve' library (-lresolve). */
166
178
#undef HAVE_LIBRESOLVE
167
179
 
168
 
/* Define if you have the `socket' library (-lsocket). */
 
180
/* Define to 1 if you have the `socket' library (-lsocket). */
169
181
#undef HAVE_LIBSOCKET
170
182
 
171
 
/* Define if you have the `ssl' library (-lssl). */
 
183
/* Define to 1 if you have the `ssl' library (-lssl). */
172
184
#undef HAVE_LIBSSL
173
185
 
174
 
/* Define if you have the `ucb' library (-lucb). */
175
 
#undef HAVE_LIBUCB
176
 
 
177
 
/* Define if you have the `localtime_r' function. */
 
186
/* if zlib is available */
 
187
#undef HAVE_LIBZ
 
188
 
 
189
/* Define to 1 if you have the <limits.h> header file. */
 
190
#undef HAVE_LIMITS_H
 
191
 
 
192
/* Define to 1 if you have the `localtime_r' function. */
178
193
#undef HAVE_LOCALTIME_R
179
194
 
180
 
/* Define if you have the <malloc.h> header file. */
 
195
/* if your compiler supports 'long long' */
 
196
#undef HAVE_LONGLONG
 
197
 
 
198
/* Define to 1 if you have the <malloc.h> header file. */
181
199
#undef HAVE_MALLOC_H
182
200
 
183
 
/* Define if you have the <memory.h> header file. */
 
201
/* Define to 1 if you have the <memory.h> header file. */
184
202
#undef HAVE_MEMORY_H
185
203
 
186
 
/* Define if you have the <netdb.h> header file. */
 
204
/* Define to 1 if you have the <netdb.h> header file. */
187
205
#undef HAVE_NETDB_H
188
206
 
189
 
/* Define if you have the <netinet/if_ether.h> header file. */
190
 
#undef HAVE_NETINET_IF_ETHER_H
191
 
 
192
 
/* Define if you have the <netinet/in.h> header file. */
 
207
/* Define to 1 if you have the <netinet/in.h> header file. */
193
208
#undef HAVE_NETINET_IN_H
194
209
 
195
 
/* Define if you have the <net/if.h> header file. */
 
210
/* Define to 1 if you have the <netinet/tcp.h> header file. */
 
211
#undef HAVE_NETINET_TCP_H
 
212
 
 
213
/* Define to 1 if you have the <net/if.h> header file. */
196
214
#undef HAVE_NET_IF_H
197
215
 
198
 
/* Define if you have the <openssl/crypto.h> header file. */
 
216
/* Define if NI_WITHSCOPEID exists and works */
 
217
#undef HAVE_NI_WITHSCOPEID
 
218
 
 
219
/* Define to 1 if you have the <openssl/crypto.h> header file. */
199
220
#undef HAVE_OPENSSL_CRYPTO_H
200
221
 
201
 
/* Define if you have the <openssl/engine.h> header file. */
 
222
/* Define to 1 if you have the <openssl/engine.h> header file. */
202
223
#undef HAVE_OPENSSL_ENGINE_H
203
224
 
204
 
/* Define if you have the <openssl/err.h> header file. */
 
225
/* Define to 1 if you have the <openssl/err.h> header file. */
205
226
#undef HAVE_OPENSSL_ERR_H
206
227
 
207
 
/* Define if you have the <openssl/pem.h> header file. */
 
228
/* Define to 1 if you have the <openssl/pem.h> header file. */
208
229
#undef HAVE_OPENSSL_PEM_H
209
230
 
210
 
/* Define if you have the <openssl/rsa.h> header file. */
 
231
/* Define to 1 if you have the <openssl/rsa.h> header file. */
211
232
#undef HAVE_OPENSSL_RSA_H
212
233
 
213
 
/* Define if you have the <openssl/ssl.h> header file. */
 
234
/* Define to 1 if you have the <openssl/ssl.h> header file. */
214
235
#undef HAVE_OPENSSL_SSL_H
215
236
 
216
 
/* Define if you have the <openssl/x509.h> header file. */
 
237
/* Define to 1 if you have the <openssl/x509.h> header file. */
217
238
#undef HAVE_OPENSSL_X509_H
218
239
 
219
 
/* Define if you have the <pem.h> header file. */
 
240
/* use O_NONBLOCK for non-blocking sockets */
 
241
#undef HAVE_O_NONBLOCK
 
242
 
 
243
/* Define to 1 if you have the <pem.h> header file. */
220
244
#undef HAVE_PEM_H
221
245
 
222
 
/* Define if you have the `perror' function. */
 
246
/* Define to 1 if you have the `perror' function. */
223
247
#undef HAVE_PERROR
224
248
 
225
 
/* Define if you have the <pwd.h> header file. */
 
249
/* Define to 1 if you have the `poll' function. */
 
250
#undef HAVE_POLL
 
251
 
 
252
/* we have a POSIX-style strerror_r() */
 
253
#undef HAVE_POSIX_STRERROR_R
 
254
 
 
255
/* Define to 1 if you have the <pwd.h> header file. */
226
256
#undef HAVE_PWD_H
227
257
 
228
 
/* Define if you have the `RAND_egd' function. */
 
258
/* Define to 1 if you have the `RAND_egd' function. */
229
259
#undef HAVE_RAND_EGD
230
260
 
231
 
/* Define if you have the `RAND_screen' function. */
 
261
/* Define to 1 if you have the `RAND_screen' function. */
232
262
#undef HAVE_RAND_SCREEN
233
263
 
234
 
/* Define if you have the `RAND_status' function. */
 
264
/* Define to 1 if you have the `RAND_status' function. */
235
265
#undef HAVE_RAND_STATUS
236
266
 
237
 
/* Define if you have the <rsa.h> header file. */
 
267
/* Define to 1 if you have the <rsa.h> header file. */
238
268
#undef HAVE_RSA_H
239
269
 
240
 
/* Define if you have the `select' function. */
 
270
/* Define to 1 if you have the `select' function. */
241
271
#undef HAVE_SELECT
242
272
 
243
 
/* Define if you have the `setvbuf' function. */
244
 
#undef HAVE_SETVBUF
 
273
/* Define to 1 if you have the <setjmp.h> header file. */
 
274
#undef HAVE_SETJMP_H
245
275
 
246
 
/* Define if you have the <sgtty.h> header file. */
 
276
/* Define to 1 if you have the <sgtty.h> header file. */
247
277
#undef HAVE_SGTTY_H
248
278
 
249
 
/* Define if you have the `sigaction' function. */
 
279
/* Define to 1 if you have the `sigaction' function. */
250
280
#undef HAVE_SIGACTION
251
281
 
252
 
/* Define if you have the `signal' function. */
 
282
/* Define to 1 if you have the `siginterrupt' function. */
 
283
#undef HAVE_SIGINTERRUPT
 
284
 
 
285
/* Define to 1 if you have the `signal' function. */
253
286
#undef HAVE_SIGNAL
254
287
 
255
 
/* Define if you have the `socket' function. */
 
288
/* If you have sigsetjmp */
 
289
#undef HAVE_SIGSETJMP
 
290
 
 
291
/* Define to 1 if you have the `socket' function. */
256
292
#undef HAVE_SOCKET
257
293
 
258
 
/* Define if you have the <ssl.h> header file. */
 
294
/* use SO_NONBLOCK for non-blocking sockets */
 
295
#undef HAVE_SO_NONBLOCK
 
296
 
 
297
/* Define this if you have the SPNEGO library fbopenssl */
 
298
#undef HAVE_SPNEGO
 
299
 
 
300
/* Define to 1 if you have the <ssl.h> header file. */
259
301
#undef HAVE_SSL_H
260
302
 
261
 
/* Define if you have the <stdint.h> header file. */
 
303
/* Define to 1 if you have the <stdint.h> header file. */
262
304
#undef HAVE_STDINT_H
263
305
 
264
 
/* Define if you have the <stdlib.h> header file. */
 
306
/* Define to 1 if you have the <stdlib.h> header file. */
265
307
#undef HAVE_STDLIB_H
266
308
 
267
 
/* Define if you have the `strcasecmp' function. */
 
309
/* Define to 1 if you have the `strcasecmp' function. */
268
310
#undef HAVE_STRCASECMP
269
311
 
270
 
/* Define if you have the `strcmpi' function. */
 
312
/* Define to 1 if you have the `strcmpi' function. */
271
313
#undef HAVE_STRCMPI
272
314
 
273
 
/* Define if you have the `strdup' function. */
 
315
/* Define to 1 if you have the `strdup' function. */
274
316
#undef HAVE_STRDUP
275
317
 
276
 
/* Define if you have the `strftime' function. */
 
318
/* Define to 1 if you have the `strerror_r' function. */
 
319
#undef HAVE_STRERROR_R
 
320
 
 
321
/* Define to 1 if you have the `strftime' function. */
277
322
#undef HAVE_STRFTIME
278
323
 
279
 
/* Define if you have the `stricmp' function. */
 
324
/* Define to 1 if you have the `stricmp' function. */
280
325
#undef HAVE_STRICMP
281
326
 
282
 
/* Define if you have the <strings.h> header file. */
 
327
/* Define to 1 if you have the <strings.h> header file. */
283
328
#undef HAVE_STRINGS_H
284
329
 
285
 
/* Define if you have the <string.h> header file. */
 
330
/* Define to 1 if you have the <string.h> header file. */
286
331
#undef HAVE_STRING_H
287
332
 
288
 
/* Define if you have the `strlcat' function. */
 
333
/* Define to 1 if you have the `strlcat' function. */
289
334
#undef HAVE_STRLCAT
290
335
 
291
 
/* Define if you have the `strlcpy' function. */
 
336
/* Define to 1 if you have the `strlcpy' function. */
292
337
#undef HAVE_STRLCPY
293
338
 
294
 
/* Define if you have the `strstr' function. */
 
339
/* Define to 1 if you have the `strstr' function. */
295
340
#undef HAVE_STRSTR
296
341
 
297
 
/* Define if you have the `strtok_r' function. */
 
342
/* Define to 1 if you have the `strtok_r' function. */
298
343
#undef HAVE_STRTOK_R
299
344
 
300
 
/* Define if you have the <sys/param.h> header file. */
 
345
/* Define to 1 if you have the `strtoll' function. */
 
346
#undef HAVE_STRTOLL
 
347
 
 
348
/* Define to 1 if you have the <sys/ioctl.h> header file. */
 
349
#undef HAVE_SYS_IOCTL_H
 
350
 
 
351
/* Define to 1 if you have the <sys/param.h> header file. */
301
352
#undef HAVE_SYS_PARAM_H
302
353
 
303
 
/* Define if you have the <sys/select.h> header file. */
 
354
/* Define to 1 if you have the <sys/poll.h> header file. */
 
355
#undef HAVE_SYS_POLL_H
 
356
 
 
357
/* Define to 1 if you have the <sys/select.h> header file. */
304
358
#undef HAVE_SYS_SELECT_H
305
359
 
306
 
/* Define if you have the <sys/socket.h> header file. */
 
360
/* Define to 1 if you have the <sys/socket.h> header file. */
307
361
#undef HAVE_SYS_SOCKET_H
308
362
 
309
 
/* Define if you have the <sys/sockio.h> header file. */
 
363
/* Define to 1 if you have the <sys/sockio.h> header file. */
310
364
#undef HAVE_SYS_SOCKIO_H
311
365
 
312
 
/* Define if you have the <sys/stat.h> header file. */
 
366
/* Define to 1 if you have the <sys/stat.h> header file. */
313
367
#undef HAVE_SYS_STAT_H
314
368
 
315
 
/* Define if you have the <sys/time.h> header file. */
 
369
/* Define to 1 if you have the <sys/time.h> header file. */
316
370
#undef HAVE_SYS_TIME_H
317
371
 
318
 
/* Define if you have the <sys/types.h> header file. */
 
372
/* Define to 1 if you have the <sys/types.h> header file. */
319
373
#undef HAVE_SYS_TYPES_H
320
374
 
321
 
/* Define if you have the <sys/utime.h> header file. */
 
375
/* Define to 1 if you have the <sys/utime.h> header file. */
322
376
#undef HAVE_SYS_UTIME_H
323
377
 
324
 
/* Define if you have the `tcgetattr' function. */
 
378
/* Define to 1 if you have the `tcgetattr' function. */
325
379
#undef HAVE_TCGETATTR
326
380
 
327
 
/* Define if you have the `tcsetattr' function. */
 
381
/* Define to 1 if you have the `tcsetattr' function. */
328
382
#undef HAVE_TCSETATTR
329
383
 
330
 
/* Define if you have the <termios.h> header file. */
 
384
/* Define to 1 if you have the <termios.h> header file. */
331
385
#undef HAVE_TERMIOS_H
332
386
 
333
 
/* Define if you have the <termio.h> header file. */
 
387
/* Define to 1 if you have the <termio.h> header file. */
334
388
#undef HAVE_TERMIO_H
335
389
 
336
 
/* Define if you have the <time.h> header file. */
 
390
/* Define to 1 if you have the <time.h> header file. */
337
391
#undef HAVE_TIME_H
338
392
 
339
 
/* Define if you have the `uname' function. */
 
393
/* Define to 1 if you have the `uname' function. */
340
394
#undef HAVE_UNAME
341
395
 
342
 
/* Define if you have the <unistd.h> header file. */
 
396
/* Define to 1 if you have the <unistd.h> header file. */
343
397
#undef HAVE_UNISTD_H
344
398
 
345
 
/* Define if you have the `utime' function. */
 
399
/* Define to 1 if you have the `utime' function. */
346
400
#undef HAVE_UTIME
347
401
 
348
 
/* Define if you have the <utime.h> header file. */
 
402
/* Define to 1 if you have the <utime.h> header file. */
349
403
#undef HAVE_UTIME_H
350
404
 
351
 
/* Define if you have the <winsock.h> header file. */
 
405
/* Define to 1 if you have the <winsock.h> header file. */
352
406
#undef HAVE_WINSOCK_H
353
407
 
354
 
/* Define if you have the <x509.h> header file. */
 
408
/* Define this symbol if your OS supports changing the contents of argv */
 
409
#undef HAVE_WRITABLE_ARGV
 
410
 
 
411
/* Define to 1 if you have the <x509.h> header file. */
355
412
#undef HAVE_X509_H
356
413
 
 
414
/* if you have the zlib.h header file */
 
415
#undef HAVE_ZLIB_H
 
416
 
 
417
/* need REENTRANT defined */
 
418
#undef NEED_REENTRANT
 
419
 
 
420
/* cpu-machine-OS */
 
421
#undef OS
 
422
 
357
423
/* Name of package */
358
424
#undef PACKAGE
359
425
 
 
426
/* Define to the address where bug reports for this package should be sent. */
 
427
#undef PACKAGE_BUGREPORT
 
428
 
 
429
/* Define to the full name of this package. */
 
430
#undef PACKAGE_NAME
 
431
 
 
432
/* Define to the full name and version of this package. */
 
433
#undef PACKAGE_STRING
 
434
 
 
435
/* Define to the one symbol short name of this package. */
 
436
#undef PACKAGE_TARNAME
 
437
 
 
438
/* Define to the version of this package. */
 
439
#undef PACKAGE_VERSION
 
440
 
 
441
/* a suitable file to read random data from */
 
442
#undef RANDOM_FILE
 
443
 
360
444
/* Define as the return type of signal handlers (`int' or `void'). */
361
445
#undef RETSIGTYPE
362
446
 
363
 
/* Define if you have the ANSI C header files. */
 
447
/* Define to the type of arg 1 for `select'. */
 
448
#undef SELECT_TYPE_ARG1
 
449
 
 
450
/* Define to the type of args 2, 3 and 4 for `select'. */
 
451
#undef SELECT_TYPE_ARG234
 
452
 
 
453
/* Define to the type of arg 5 for `select'. */
 
454
#undef SELECT_TYPE_ARG5
 
455
 
 
456
/* The size of a `curl_off_t', as computed by sizeof. */
 
457
#undef SIZEOF_CURL_OFF_T
 
458
 
 
459
/* Define to 1 if you have the ANSI C header files. */
364
460
#undef STDC_HEADERS
365
461
 
366
 
/* Define if you can safely include both <sys/time.h> and <time.h>. */
 
462
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
367
463
#undef TIME_WITH_SYS_TIME
368
464
 
 
465
/* Define if you want to enable ares support */
 
466
#undef USE_ARES
 
467
 
 
468
/* If you want to build curl with the built-in manual */
 
469
#undef USE_MANUAL
 
470
 
369
471
/* Version number of package */
370
472
#undef VERSION
371
473
 
372
 
/* Define if on AIX 3.
 
474
/* Define to 1 if on AIX 3.
373
475
   System headers sometimes define this.
374
476
   We just want to avoid a redefinition error message.  */
375
477
#ifndef _ALL_SOURCE
394
496
/* type to use in place of socklen_t if not defined */
395
497
#undef socklen_t
396
498
 
397
 
/* Define to `int' if <sys/types.h> does not define. */
 
499
/* the signed version of size_t */
398
500
#undef ssize_t