~ubuntu-branches/ubuntu/saucy/juju-core/saucy

« back to all changes in this revision

Viewing changes to src/github.com/andelf/go-curl/compat.h

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2013-08-20 16:02:16 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20130820160216-5yu1llasa2e2youn
Tags: 1.13.1-0ubuntu1
* New upstream release.
  - Build and install juju metadata plugin.
  - d/NEWS: Add some guidance on upgrading environments from 1.11.x
    to 1.13.x.
* d/NEWS: Add details about lack of upgrade path from juju < 1.11
  and how to interact with older juju environments.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#include <curl/curl.h>
2
 
 
3
 
/* CURLE_* */
4
 
/* 7.15.0 */
5
 
#ifndef CURLE_TFTP_NOTFOUND
6
 
#define CURLE_TFTP_NOTFOUND 68
7
 
#endif
8
 
/* 7.20.0 */
9
 
#ifndef CURLE_RTSP_CSEQ_ERROR
10
 
#define CURLE_RTSP_CSEQ_ERROR 85
11
 
#endif
12
 
/* 7.20.0 */
13
 
#ifndef CURLE_FTP_PRET_FAILED
14
 
#define CURLE_FTP_PRET_FAILED 84
15
 
#endif
16
 
/* 7.21.5 */
17
 
#ifndef CURLE_UNKNOWN_OPTION
18
 
#define CURLE_UNKNOWN_OPTION 48
19
 
#endif
20
 
/* 7.24.0 */
21
 
#ifndef CURLE_FTP_ACCEPT_FAILED
22
 
#define CURLE_FTP_ACCEPT_FAILED 10
23
 
#endif
24
 
/* 7.16.3 */
25
 
#ifndef CURLE_UPLOAD_FAILED
26
 
#define CURLE_UPLOAD_FAILED 25
27
 
#endif
28
 
/* 7.12.0 */
29
 
#ifndef CURLE_INTERFACE_FAILED
30
 
#define CURLE_INTERFACE_FAILED 45
31
 
#endif
32
 
/* 7.17.0 */
33
 
#ifndef CURLE_REMOTE_FILE_EXISTS
34
 
#define CURLE_REMOTE_FILE_EXISTS 73
35
 
#endif
36
 
/* 7.21.5 */
37
 
#ifndef CURLE_NOT_BUILT_IN
38
 
#define CURLE_NOT_BUILT_IN 4
39
 
#endif
40
 
/* 7.21.0 */
41
 
#ifndef CURLE_FTP_BAD_FILE_LIST
42
 
#define CURLE_FTP_BAD_FILE_LIST 87
43
 
#endif
44
 
/* 7.12.3 */
45
 
#ifndef CURLE_SSL_ENGINE_INITFAILED
46
 
#define CURLE_SSL_ENGINE_INITFAILED 66
47
 
#endif
48
 
/* 7.12.3 */
49
 
#ifndef CURLE_SEND_FAIL_REWIND
50
 
#define CURLE_SEND_FAIL_REWIND 65
51
 
#endif
52
 
/* 7.19.0 */
53
 
#ifndef CURLE_SSL_ISSUER_ERROR
54
 
#define CURLE_SSL_ISSUER_ERROR 83
55
 
#endif
56
 
/* 7.16.1 */
57
 
#ifndef CURLE_SSL_SHUTDOWN_FAILED
58
 
#define CURLE_SSL_SHUTDOWN_FAILED 80
59
 
#endif
60
 
/* 7.24.0 */
61
 
#ifndef CURLE_FTP_ACCEPT_TIMEOUT
62
 
#define CURLE_FTP_ACCEPT_TIMEOUT 12
63
 
#endif
64
 
/* 7.17.0 */
65
 
#ifndef CURLE_FTP_COULDNT_SET_TYPE
66
 
#define CURLE_FTP_COULDNT_SET_TYPE 17
67
 
#endif
68
 
/* 7.13.1 */
69
 
#ifndef CURLE_LOGIN_DENIED
70
 
#define CURLE_LOGIN_DENIED 67
71
 
#endif
72
 
/* 7.16.0 */
73
 
#ifndef CURLE_SSL_CACERT_BADFILE
74
 
#define CURLE_SSL_CACERT_BADFILE 77
75
 
#endif
76
 
/* 7.16.1 */
77
 
#ifndef CURLE_REMOTE_FILE_NOT_FOUND
78
 
#define CURLE_REMOTE_FILE_NOT_FOUND 78
79
 
#endif
80
 
/* 7.15.0 */
81
 
#ifndef CURLE_TFTP_UNKNOWNID
82
 
#define CURLE_TFTP_UNKNOWNID 72
83
 
#endif
84
 
/* 7.17.0 */
85
 
#ifndef CURLE_REMOTE_DISK_FULL
86
 
#define CURLE_REMOTE_DISK_FULL 70
87
 
#endif
88
 
/* 7.17.0 */
89
 
#ifndef CURLE_REMOTE_ACCESS_DENIED
90
 
#define CURLE_REMOTE_ACCESS_DENIED 9
91
 
#endif
92
 
/* 7.15.0 */
93
 
#ifndef CURLE_TFTP_PERM
94
 
#define CURLE_TFTP_PERM 69
95
 
#endif
96
 
/* 7.21.0 */
97
 
#ifndef CURLE_CHUNK_FAILED
98
 
#define CURLE_CHUNK_FAILED 88
99
 
#endif
100
 
/* 7.15.4 */
101
 
#ifndef CURLE_CONV_REQD
102
 
#define CURLE_CONV_REQD 76
103
 
#endif
104
 
/* 7.16.1 */
105
 
#ifndef CURLE_SSH
106
 
#define CURLE_SSH 79
107
 
#endif
108
 
/* 7.18.2 */
109
 
#ifndef CURLE_AGAIN
110
 
#define CURLE_AGAIN 81
111
 
#endif
112
 
/* 7.19.0 */
113
 
#ifndef CURLE_SSL_CRL_BADFILE
114
 
#define CURLE_SSL_CRL_BADFILE 82
115
 
#endif
116
 
/* 7.15.0 */
117
 
#ifndef CURLE_TFTP_ILLEGAL
118
 
#define CURLE_TFTP_ILLEGAL 71
119
 
#endif
120
 
/* 7.17.0 */
121
 
#ifndef CURLE_QUOTE_ERROR
122
 
#define CURLE_QUOTE_ERROR 21
123
 
#endif
124
 
/* 7.20.0 */
125
 
#ifndef CURLE_RTSP_SESSION_ERROR
126
 
#define CURLE_RTSP_SESSION_ERROR 86
127
 
#endif
128
 
/* 7.17.1 */
129
 
#ifndef CURLE_PEER_FAILED_VERIFICATION
130
 
#define CURLE_PEER_FAILED_VERIFICATION 51
131
 
#endif
132
 
/* 7.17.0 */
133
 
#ifndef CURLE_USE_SSL_FAILED
134
 
#define CURLE_USE_SSL_FAILED 64
135
 
#endif
136
 
/* 7.15.0 */
137
 
#ifndef CURLE_TFTP_NOSUCHUSER
138
 
#define CURLE_TFTP_NOSUCHUSER 74
139
 
#endif
140
 
/* 7.17.0 */
141
 
#ifndef CURLE_RANGE_ERROR
142
 
#define CURLE_RANGE_ERROR 33
143
 
#endif
144
 
/* 7.15.4 */
145
 
#ifndef CURLE_CONV_FAILED
146
 
#define CURLE_CONV_FAILED 75
147
 
#endif
148
 
 
149
 
 
150
 
/* CURLOPT_* */
151
 
/* 7.16.2 */
152
 
#ifndef CURLOPT_HTTP_TRANSFER_DECODING
153
 
#define CURLOPT_HTTP_TRANSFER_DECODING CURLOPTTYPE_LONG
154
 
#endif
155
 
/* 7.20.0 */
156
 
#ifndef CURLOPT_INTERLEAVEDATA
157
 
#define CURLOPT_INTERLEAVEDATA CURLOPTTYPE_OBJECTPOINT
158
 
#endif
159
 
/* 7.16.1 */
160
 
#ifndef CURLOPT_SSH_PUBLIC_KEYFILE
161
 
#define CURLOPT_SSH_PUBLIC_KEYFILE CURLOPTTYPE_OBJECTPOINT
162
 
#endif
163
 
/* 7.16.1 */
164
 
#ifndef CURLOPT_FTP_SSL_CCC
165
 
#define CURLOPT_FTP_SSL_CCC CURLOPTTYPE_LONG
166
 
#endif
167
 
/* 7.16.2 */
168
 
#ifndef CURLOPT_TIMEOUT_MS
169
 
#define CURLOPT_TIMEOUT_MS CURLOPTTYPE_LONG
170
 
#endif
171
 
/* 7.15.2 */
172
 
#ifndef CURLOPT_LOCALPORT
173
 
#define CURLOPT_LOCALPORT CURLOPTTYPE_LONG
174
 
#endif
175
 
/* 7.19.1 */
176
 
#ifndef CURLOPT_PROXYUSERNAME
177
 
#define CURLOPT_PROXYUSERNAME CURLOPTTYPE_OBJECTPOINT
178
 
#endif
179
 
/* 7.21.0 */
180
 
#ifndef CURLOPT_CHUNK_END_FUNCTION
181
 
#define CURLOPT_CHUNK_END_FUNCTION CURLOPTTYPE_FUNCTIONPOINT
182
 
#endif
183
 
/* 7.25.0 */
184
 
#ifndef CURLOPT_TCP_KEEPINTVL
185
 
#define CURLOPT_TCP_KEEPINTVL CURLOPTTYPE_LONG
186
 
#endif
187
 
/* 7.25.0 */
188
 
#ifndef CURLOPT_TCP_KEEPALIVE
189
 
#define CURLOPT_TCP_KEEPALIVE CURLOPTTYPE_LONG
190
 
#endif
191
 
/* 7.15.4 */
192
 
#ifndef CURLOPT_CONV_FROM_UTF8_FUNCTION
193
 
#define CURLOPT_CONV_FROM_UTF8_FUNCTION CURLOPTTYPE_FUNCTIONPOINT
194
 
#endif
195
 
/* 7.20.0 */
196
 
#ifndef CURLOPT_RTSP_SESSION_ID
197
 
#define CURLOPT_RTSP_SESSION_ID CURLOPTTYPE_OBJECTPOINT
198
 
#endif
199
 
/* 7.21.0 */
200
 
#ifndef CURLOPT_FNMATCH_FUNCTION
201
 
#define CURLOPT_FNMATCH_FUNCTION CURLOPTTYPE_FUNCTIONPOINT
202
 
#endif
203
 
/* 7.16.2 */
204
 
#ifndef CURLOPT_HTTP_CONTENT_DECODING
205
 
#define CURLOPT_HTTP_CONTENT_DECODING CURLOPTTYPE_LONG
206
 
#endif
207
 
/* 7.16.0 */
208
 
#ifndef CURLOPT_SOCKOPTDATA
209
 
#define CURLOPT_SOCKOPTDATA CURLOPTTYPE_OBJECTPOINT
210
 
#endif
211
 
/* 7.14.1 */
212
 
#ifndef CURLOPT_IGNORE_CONTENT_LENGTH
213
 
#define CURLOPT_IGNORE_CONTENT_LENGTH CURLOPTTYPE_LONG
214
 
#endif
215
 
/* 7.12.3 */
216
 
#ifndef CURLOPT_IOCTLFUNCTION
217
 
#define CURLOPT_IOCTLFUNCTION CURLOPTTYPE_FUNCTIONPOINT
218
 
#endif
219
 
/* 7.21.6 */
220
 
#ifndef CURLOPT_TRANSFER_ENCODING
221
 
#define CURLOPT_TRANSFER_ENCODING CURLOPTTYPE_LONG
222
 
#endif
223
 
/* 7.19.6 */
224
 
#ifndef CURLOPT_SSH_KNOWNHOSTS
225
 
#define CURLOPT_SSH_KNOWNHOSTS CURLOPTTYPE_OBJECTPOINT
226
 
#endif
227
 
/* 7.20.0 */
228
 
#ifndef CURLOPT_RTSP_SERVER_CSEQ
229
 
#define CURLOPT_RTSP_SERVER_CSEQ CURLOPTTYPE_LONG
230
 
#endif
231
 
/* 7.16.0 */
232
 
#ifndef CURLOPT_SOCKOPTFUNCTION
233
 
#define CURLOPT_SOCKOPTFUNCTION CURLOPTTYPE_FUNCTIONPOINT
234
 
#endif
235
 
/* 7.15.5 */
236
 
#ifndef CURLOPT_MAX_RECV_SPEED_LARGE
237
 
#define CURLOPT_MAX_RECV_SPEED_LARGE CURLOPTTYPE_OFF_T
238
 
#endif
239
 
/* 7.20.0 */
240
 
#ifndef CURLOPT_MAIL_FROM
241
 
#define CURLOPT_MAIL_FROM CURLOPTTYPE_OBJECTPOINT
242
 
#endif
243
 
/* 7.21.0 */
244
 
#ifndef CURLOPT_WILDCARDMATCH
245
 
#define CURLOPT_WILDCARDMATCH CURLOPTTYPE_LONG
246
 
#endif
247
 
/* 7.15.4 */
248
 
#ifndef CURLOPT_CONV_TO_NETWORK_FUNCTION
249
 
#define CURLOPT_CONV_TO_NETWORK_FUNCTION CURLOPTTYPE_FUNCTIONPOINT
250
 
#endif
251
 
/* 7.21.6 */
252
 
#ifndef CURLOPT_ACCEPT_ENCODING
253
 
#define CURLOPT_ACCEPT_ENCODING CURLOPTTYPE_OBJECTPOINT
254
 
#endif
255
 
/* 7.15.2 */
256
 
#ifndef CURLOPT_CONNECT_ONLY
257
 
#define CURLOPT_CONNECT_ONLY CURLOPTTYPE_LONG
258
 
#endif
259
 
/* 7.22.0 */
260
 
#ifndef CURLOPT_GSSAPI_DELEGATION
261
 
#define CURLOPT_GSSAPI_DELEGATION CURLOPTTYPE_LONG
262
 
#endif
263
 
/* 7.15.1 */
264
 
#ifndef CURLOPT_FTP_FILEMETHOD
265
 
#define CURLOPT_FTP_FILEMETHOD CURLOPTTYPE_LONG
266
 
#endif
267
 
/* 7.21.7 */
268
 
#ifndef CURLOPT_CLOSESOCKETFUNCTION
269
 
#define CURLOPT_CLOSESOCKETFUNCTION CURLOPTTYPE_FUNCTIONPOINT
270
 
#endif
271
 
/* 7.25.0 */
272
 
#ifndef CURLOPT_TCP_KEEPIDLE
273
 
#define CURLOPT_TCP_KEEPIDLE CURLOPTTYPE_LONG
274
 
#endif
275
 
/* 7.20.0 */
276
 
#ifndef CURLOPT_RTSP_CLIENT_CSEQ
277
 
#define CURLOPT_RTSP_CLIENT_CSEQ CURLOPTTYPE_LONG
278
 
#endif
279
 
/* 7.21.0 */
280
 
#ifndef CURLOPT_CHUNK_BGN_FUNCTION
281
 
#define CURLOPT_CHUNK_BGN_FUNCTION CURLOPTTYPE_FUNCTIONPOINT
282
 
#endif
283
 
/* 7.17.0 */
284
 
#ifndef CURLOPT_USE_SSL
285
 
#define CURLOPT_USE_SSL CURLOPTTYPE_LONG
286
 
#endif
287
 
/* 7.19.4 */
288
 
#ifndef CURLOPT_PROTOCOLS
289
 
#define CURLOPT_PROTOCOLS CURLOPTTYPE_LONG
290
 
#endif
291
 
/* 7.19.6 */
292
 
#ifndef CURLOPT_SSH_KEYFUNCTION
293
 
#define CURLOPT_SSH_KEYFUNCTION CURLOPTTYPE_FUNCTIONPOINT
294
 
#endif
295
 
/* 7.20.0 */
296
 
#ifndef CURLOPT_RTSPHEADER
297
 
#define CURLOPT_RTSPHEADER CURLOPT_HTTPHEADER
298
 
#endif
299
 
/* 7.19.0 */
300
 
#ifndef CURLOPT_CRLFILE
301
 
#define CURLOPT_CRLFILE CURLOPTTYPE_OBJECTPOINT
302
 
#endif
303
 
/* 7.17.1 */
304
 
#ifndef CURLOPT_OPENSOCKETFUNCTION
305
 
#define CURLOPT_OPENSOCKETFUNCTION CURLOPTTYPE_FUNCTIONPOINT
306
 
#endif
307
 
/* 7.19.1 */
308
 
#ifndef CURLOPT_PASSWORD
309
 
#define CURLOPT_PASSWORD CURLOPTTYPE_OBJECTPOINT
310
 
#endif
311
 
/* 7.19.0 */
312
 
#ifndef CURLOPT_ISSUERCERT
313
 
#define CURLOPT_ISSUERCERT CURLOPTTYPE_OBJECTPOINT
314
 
#endif
315
 
/* 7.25.0 */
316
 
#ifndef CURLOPT_MAIL_AUTH
317
 
#define CURLOPT_MAIL_AUTH CURLOPTTYPE_OBJECTPOINT
318
 
#endif
319
 
/* 7.19.1 */
320
 
#ifndef CURLOPT_USERNAME
321
 
#define CURLOPT_USERNAME CURLOPTTYPE_OBJECTPOINT
322
 
#endif
323
 
/* 7.12.2 */
324
 
#ifndef CURLOPT_FTPSSLAUTH
325
 
#define CURLOPT_FTPSSLAUTH CURLOPTTYPE_LONG
326
 
#endif
327
 
/* 7.19.1 */
328
 
#ifndef CURLOPT_PROXYPASSWORD
329
 
#define CURLOPT_PROXYPASSWORD CURLOPTTYPE_OBJECTPOINT
330
 
#endif
331
 
/* 7.21.0 */
332
 
#ifndef CURLOPT_CHUNK_DATA
333
 
#define CURLOPT_CHUNK_DATA CURLOPTTYPE_OBJECTPOINT
334
 
#endif
335
 
/* 7.16.4 */
336
 
#ifndef CURLOPT_NEW_DIRECTORY_PERMS
337
 
#define CURLOPT_NEW_DIRECTORY_PERMS CURLOPTTYPE_LONG
338
 
#endif
339
 
/* 7.18.0 */
340
 
#ifndef CURLOPT_SEEKFUNCTION
341
 
#define CURLOPT_SEEKFUNCTION CURLOPTTYPE_FUNCTIONPOINT
342
 
#endif
343
 
/* 7.19.4 */
344
 
#ifndef CURLOPT_NOPROXY
345
 
#define CURLOPT_NOPROXY CURLOPTTYPE_OBJECTPOINT
346
 
#endif
347
 
/* 7.20.0 */
348
 
#ifndef CURLOPT_RTSP_REQUEST
349
 
#define CURLOPT_RTSP_REQUEST CURLOPTTYPE_LONG
350
 
#endif
351
 
/* 7.17.1 */
352
 
#ifndef CURLOPT_OPENSOCKETDATA
353
 
#define CURLOPT_OPENSOCKETDATA CURLOPTTYPE_OBJECTPOINT
354
 
#endif
355
 
/* 7.19.1 */
356
 
#ifndef CURLOPT_CERTINFO
357
 
#define CURLOPT_CERTINFO CURLOPTTYPE_LONG
358
 
#endif
359
 
/* 7.21.4 */
360
 
#ifndef CURLOPT_TLSAUTH_TYPE
361
 
#define CURLOPT_TLSAUTH_TYPE CURLOPTTYPE_OBJECTPOINT
362
 
#endif
363
 
/* 7.18.0 */
364
 
#ifndef CURLOPT_PROXY_TRANSFER_MODE
365
 
#define CURLOPT_PROXY_TRANSFER_MODE CURLOPTTYPE_LONG
366
 
#endif
367
 
/* 7.15.4 */
368
 
#ifndef CURLOPT_CONV_FROM_NETWORK_FUNCTION
369
 
#define CURLOPT_CONV_FROM_NETWORK_FUNCTION CURLOPTTYPE_FUNCTIONPOINT
370
 
#endif
371
 
/* 7.17.1 */
372
 
#ifndef CURLOPT_COPYPOSTFIELDS
373
 
#define CURLOPT_COPYPOSTFIELDS CURLOPTTYPE_OBJECTPOINT
374
 
#endif
375
 
/* 7.17.0 */
376
 
#ifndef CURLOPT_APPEND
377
 
#define CURLOPT_APPEND CURLOPTTYPE_LONG
378
 
#endif
379
 
/* 7.15.5 */
380
 
#ifndef CURLOPT_FTP_ALTERNATIVE_TO_USER
381
 
#define CURLOPT_FTP_ALTERNATIVE_TO_USER CURLOPTTYPE_OBJECTPOINT
382
 
#endif
383
 
/* 7.14.1 */
384
 
#ifndef CURLOPT_COOKIELIST
385
 
#define CURLOPT_COOKIELIST CURLOPTTYPE_OBJECTPOINT
386
 
#endif
387
 
/* 7.20.0 */
388
 
#ifndef CURLOPT_RTSP_STREAM_URI
389
 
#define CURLOPT_RTSP_STREAM_URI CURLOPTTYPE_OBJECTPOINT
390
 
#endif
391
 
/* 7.16.2 */
392
 
#ifndef CURLOPT_CONNECTTIMEOUT_MS
393
 
#define CURLOPT_CONNECTTIMEOUT_MS CURLOPTTYPE_LONG
394
 
#endif
395
 
/* 7.19.0 */
396
 
#ifndef CURLOPT_ADDRESS_SCOPE
397
 
#define CURLOPT_ADDRESS_SCOPE CURLOPTTYPE_LONG
398
 
#endif
399
 
/* 7.12.3 */
400
 
#ifndef CURLOPT_IOCTLDATA
401
 
#define CURLOPT_IOCTLDATA CURLOPTTYPE_OBJECTPOINT
402
 
#endif
403
 
/* 7.20.0 */
404
 
#ifndef CURLOPT_INTERLEAVEFUNCTION
405
 
#define CURLOPT_INTERLEAVEFUNCTION CURLOPTTYPE_FUNCTIONPOINT
406
 
#endif
407
 
/* 7.21.4 */
408
 
#ifndef CURLOPT_TLSAUTH_PASSWORD
409
 
#define CURLOPT_TLSAUTH_PASSWORD CURLOPTTYPE_OBJECTPOINT
410
 
#endif
411
 
/* 7.17.0 */
412
 
#ifndef CURLOPT_DIRLISTONLY
413
 
#define CURLOPT_DIRLISTONLY CURLOPTTYPE_LONG
414
 
#endif
415
 
/* 7.16.1 */
416
 
#ifndef CURLOPT_SSH_AUTH_TYPES
417
 
#define CURLOPT_SSH_AUTH_TYPES CURLOPTTYPE_LONG
418
 
#endif
419
 
/* 7.19.4 */
420
 
#ifndef CURLOPT_SOCKS5_GSSAPI_SERVICE
421
 
#define CURLOPT_SOCKS5_GSSAPI_SERVICE CURLOPTTYPE_OBJECTPOINT
422
 
#endif
423
 
/* 7.21.3 */
424
 
#ifndef CURLOPT_RESOLVE
425
 
#define CURLOPT_RESOLVE CURLOPTTYPE_OBJECTPOINT
426
 
#endif
427
 
/* 7.21.4 */
428
 
#ifndef CURLOPT_TLSAUTH_USERNAME
429
 
#define CURLOPT_TLSAUTH_USERNAME CURLOPTTYPE_OBJECTPOINT
430
 
#endif
431
 
/* 7.13.0 */
432
 
#ifndef CURLOPT_FTP_ACCOUNT
433
 
#define CURLOPT_FTP_ACCOUNT CURLOPTTYPE_OBJECTPOINT
434
 
#endif
435
 
/* 7.20.0 */
436
 
#ifndef CURLOPT_FTP_USE_PRET
437
 
#define CURLOPT_FTP_USE_PRET CURLOPTTYPE_LONG
438
 
#endif
439
 
/* 7.19.4 */
440
 
#ifndef CURLOPT_REDIR_PROTOCOLS
441
 
#define CURLOPT_REDIR_PROTOCOLS CURLOPTTYPE_LONG
442
 
#endif
443
 
/* 7.16.1 */
444
 
#ifndef CURLOPT_SSH_PRIVATE_KEYFILE
445
 
#define CURLOPT_SSH_PRIVATE_KEYFILE CURLOPTTYPE_OBJECTPOINT
446
 
#endif
447
 
/* 7.20.0 */
448
 
#ifndef CURLOPT_MAIL_RCPT
449
 
#define CURLOPT_MAIL_RCPT CURLOPTTYPE_OBJECTPOINT
450
 
#endif
451
 
/* 7.17.0 */
452
 
#ifndef CURLOPT_KEYPASSWD
453
 
#define CURLOPT_KEYPASSWD CURLOPTTYPE_OBJECTPOINT
454
 
#endif
455
 
/* 7.16.0 */
456
 
#ifndef CURLOPT_SSL_SESSIONID_CACHE
457
 
#define CURLOPT_SSL_SESSIONID_CACHE CURLOPTTYPE_LONG
458
 
#endif
459
 
/* 7.17.1 */
460
 
#ifndef CURLOPT_SSH_HOST_PUBLIC_KEY_MD5
461
 
#define CURLOPT_SSH_HOST_PUBLIC_KEY_MD5 CURLOPTTYPE_OBJECTPOINT
462
 
#endif
463
 
/* 7.16.4 */
464
 
#ifndef CURLOPT_KRBLEVEL
465
 
#define CURLOPT_KRBLEVEL CURLOPTTYPE_OBJECTPOINT
466
 
#endif
467
 
/* 7.16.4 */
468
 
#ifndef CURLOPT_NEW_FILE_PERMS
469
 
#define CURLOPT_NEW_FILE_PERMS CURLOPTTYPE_LONG
470
 
#endif
471
 
/* 7.15.5 */
472
 
#ifndef CURLOPT_MAX_SEND_SPEED_LARGE
473
 
#define CURLOPT_MAX_SEND_SPEED_LARGE CURLOPTTYPE_OFF_T
474
 
#endif
475
 
/* 7.15.2 */
476
 
#ifndef CURLOPT_LOCALPORTRANGE
477
 
#define CURLOPT_LOCALPORTRANGE CURLOPTTYPE_LONG
478
 
#endif
479
 
/* 7.18.0 */
480
 
#ifndef CURLOPT_SEEKDATA
481
 
#define CURLOPT_SEEKDATA CURLOPTTYPE_OBJECTPOINT
482
 
#endif
483
 
/* 7.19.4 */
484
 
#ifndef CURLOPT_TFTP_BLKSIZE
485
 
#define CURLOPT_TFTP_BLKSIZE CURLOPTTYPE_LONG
486
 
#endif
487
 
/* 7.19.1 */
488
 
#ifndef CURLOPT_POSTREDIR
489
 
#define CURLOPT_POSTREDIR CURLOPTTYPE_LONG
490
 
#endif
491
 
/* 7.25.0 */
492
 
#ifndef CURLOPT_SSL_OPTIONS
493
 
#define CURLOPT_SSL_OPTIONS CURLOPTTYPE_LONG
494
 
#endif
495
 
/* 7.21.7 */
496
 
#ifndef CURLOPT_CLOSESOCKETDATA
497
 
#define CURLOPT_CLOSESOCKETDATA CURLOPTTYPE_OBJECTPOINT
498
 
#endif
499
 
/* 7.20.0 */
500
 
#ifndef CURLOPT_SERVER_RESPONSE_TIMEOUT
501
 
#define CURLOPT_SERVER_RESPONSE_TIMEOUT CURLOPT_FTP_RESPONSE_TIMEOUT
502
 
#endif
503
 
/* 7.20.0 */
504
 
#ifndef CURLOPT_RTSP_TRANSPORT
505
 
#define CURLOPT_RTSP_TRANSPORT CURLOPTTYPE_OBJECTPOINT
506
 
#endif
507
 
/* 7.19.6 */
508
 
#ifndef CURLOPT_SSH_KEYDATA
509
 
#define CURLOPT_SSH_KEYDATA CURLOPTTYPE_OBJECTPOINT
510
 
#endif
511
 
/* 7.15.0 */
512
 
#ifndef CURLOPT_FTP_SKIP_PASV_IP
513
 
#define CURLOPT_FTP_SKIP_PASV_IP CURLOPTTYPE_LONG
514
 
#endif
515
 
/* 7.24.0 */
516
 
#ifndef CURLOPT_DNS_SERVERS
517
 
#define CURLOPT_DNS_SERVERS CURLOPTTYPE_OBJECTPOINT
518
 
#endif
519
 
/* 7.21.0 */
520
 
#ifndef CURLOPT_FNMATCH_DATA
521
 
#define CURLOPT_FNMATCH_DATA CURLOPTTYPE_OBJECTPOINT
522
 
#endif
523
 
/* 7.19.4 */
524
 
#ifndef CURLOPT_SOCKS5_GSSAPI_NEC
525
 
#define CURLOPT_SOCKS5_GSSAPI_NEC CURLOPTTYPE_LONG
526
 
#endif
527
 
/* 7.24.0 */
528
 
#ifndef CURLOPT_ACCEPTTIMEOUT_MS
529
 
#define CURLOPT_ACCEPTTIMEOUT_MS CURLOPTTYPE_LONG
530
 
#endif
531
 
 
532
 
  /* three convenient "aliases" that follow the name scheme better */
533
 
#define CURLOPT_WRITEDATA CURLOPT_FILE
534
 
#define CURLOPT_READDATA  CURLOPT_INFILE
535
 
#define CURLOPT_HEADERDATA CURLOPT_WRITEHEADER
536
 
#define CURLOPT_RTSPHEADER CURLOPT_HTTPHEADER
537
 
 
538
 
/* CURLMOPT_* */
539
 
/* 7.15.4 */
540
 
#ifndef CURLMOPT_SOCKETFUNCTION
541
 
#define CURLMOPT_SOCKETFUNCTION CURLOPTTYPE_FUNCTIONPOINT
542
 
#endif
543
 
/* 7.16.3 */
544
 
#ifndef CURLMOPT_MAXCONNECTS
545
 
#define CURLMOPT_MAXCONNECTS CURLOPTTYPE_LONG
546
 
#endif
547
 
/* 7.16.0 */
548
 
#ifndef CURLMOPT_TIMERFUNCTION
549
 
#define CURLMOPT_TIMERFUNCTION CURLOPTTYPE_FUNCTIONPOINT
550
 
#endif
551
 
/* 7.16.0 */
552
 
#ifndef CURLMOPT_TIMERDATA
553
 
#define CURLMOPT_TIMERDATA CURLOPTTYPE_OBJECTPOINT
554
 
#endif
555
 
/* 7.15.4 */
556
 
#ifndef CURLMOPT_SOCKETDATA
557
 
#define CURLMOPT_SOCKETDATA CURLOPTTYPE_OBJECTPOINT
558
 
#endif
559
 
/* 7.16.0 */
560
 
#ifndef CURLMOPT_PIPELINING
561
 
#define CURLMOPT_PIPELINING CURLOPTTYPE_LONG
562
 
#endif
563
 
 
564
 
/* CURLM_* */
565
 
/* 7.15.4 */
566
 
#ifndef CURLM_UNKNOWN_OPTION
567
 
#define CURLM_UNKNOWN_OPTION -1
568
 
#endif
569
 
/* 7.15.5 */
570
 
#ifndef CURLM_CALL_MULTI_SOCKET
571
 
#define CURLM_CALL_MULTI_SOCKET -1
572
 
#endif
573
 
/* 7.15.4 */
574
 
#ifndef CURLM_BAD_SOCKET
575
 
#define CURLM_BAD_SOCKET -1
576
 
#endif
577
 
 
578
 
/* CURLFTP_* */
579
 
/* 7.19.4 */
580
 
#ifndef CURLFTP_CREATE_DIR
581
 
#define CURLFTP_CREATE_DIR -1
582
 
#endif
583
 
/* 7.19.4 */
584
 
#ifndef CURLFTP_CREATE_DIR_NONE
585
 
#define CURLFTP_CREATE_DIR_NONE -1
586
 
#endif
587
 
/* 7.19.4 */
588
 
#ifndef CURLFTP_CREATE_DIR_RETRY
589
 
#define CURLFTP_CREATE_DIR_RETRY -1
590
 
#endif
591
 
 
592
 
/* CURLPROXY_* */
593
 
/* 7.18.0 */
594
 
#ifndef CURLPROXY_SOCKS4A
595
 
#define CURLPROXY_SOCKS4A 6
596
 
#endif
597
 
/* 7.19.4 */
598
 
#ifndef CURLPROXY_HTTP_1_0
599
 
#define CURLPROXY_HTTP_1_0 1
600
 
#endif
601
 
/* 7.18.0 */
602
 
#ifndef CURLPROXY_SOCKS5_HOSTNAME
603
 
#define CURLPROXY_SOCKS5_HOSTNAME 7
604
 
#endif
605
 
 
606
 
/* CURL_READFUNC_PAUSE             7.18.0 */
607
 
#ifndef CURL_READFUNC_PAUSE
608
 
#define CURL_READFUNC_PAUSE 0x10000001
609
 
#endif
610
 
 
611
 
/* CURLPAUSE_* 7.18.0 */
612
 
#ifndef CURLPAUSE_ALL
613
 
#define CURLPAUSE_RECV      (1<<0)
614
 
#define CURLPAUSE_RECV_CONT (0)
615
 
 
616
 
#define CURLPAUSE_SEND      (1<<2)
617
 
#define CURLPAUSE_SEND_CONT (0)
618
 
 
619
 
#define CURLPAUSE_ALL       (CURLPAUSE_RECV|CURLPAUSE_SEND)
620
 
#define CURLPAUSE_CONT      (CURLPAUSE_RECV_CONT|CURLPAUSE_SEND_CONT)
621
 
#endif
622
 
 
623
 
/* CURL_VERSION_* */
624
 
#ifndef CURL_VERSION_IDN
625
 
#define CURL_VERSION_IDN       (1<<10)
626
 
#endif
627
 
#ifndef CURL_VERSION_SSPI
628
 
#define CURL_VERSION_SSPI      (1<<11)
629
 
#endif
630
 
#ifndef CURL_VERSION_CONV
631
 
#define CURL_VERSION_CONV      (1<<12)
632
 
#endif
633
 
#ifndef CURL_VERSION_CURLDEBUG
634
 
#define CURL_VERSION_CURLDEBUG (1<<13)
635
 
#endif
636
 
#ifndef CURL_VERSION_TLSAUTH_SRP
637
 
#define CURL_VERSION_TLSAUTH_SRP (1<<14)
638
 
#endif
639
 
#ifndef CURL_VERSION_NTLM_WB
640
 
#define CURL_VERSION_NTLM_WB   (1<<15)
641
 
#endif
642
 
 
643
 
/* CURLINFO_* */
644
 
/* 7.19.4 */
645
 
#ifndef CURLINFO_CONDITION_UNMET
646
 
#define CURLINFO_CONDITION_UNMET CURLINFO_LONG
647
 
#endif
648
 
/* 7.21.0 */
649
 
#ifndef CURLINFO_LOCAL_PORT
650
 
#define CURLINFO_LOCAL_PORT CURLINFO_LONG
651
 
#endif
652
 
/* 7.12.3 */
653
 
#ifndef CURLINFO_NUM_CONNECTS
654
 
#define CURLINFO_NUM_CONNECTS CURLINFO_LONG
655
 
#endif
656
 
/* 7.12.1 */
657
 
#ifndef CURLINFO_SSL_DATA_OUT
658
 
#define CURLINFO_SSL_DATA_OUT 6
659
 
#endif
660
 
/* 7.20.0 */
661
 
#ifndef CURLINFO_RTSP_SESSION_ID
662
 
#define CURLINFO_RTSP_SESSION_ID CURLINFO_STRING
663
 
#endif
664
 
/* 7.12.3 */
665
 
#ifndef CURLINFO_SSL_ENGINES
666
 
#define CURLINFO_SSL_ENGINES CURLINFO_SLIST
667
 
#endif
668
 
/* 7.15.2 */
669
 
#ifndef CURLINFO_LASTSOCKET
670
 
#define CURLINFO_LASTSOCKET CURLINFO_LONG
671
 
#endif
672
 
/* 7.19.0 */
673
 
#ifndef CURLINFO_APPCONNECT_TIME
674
 
#define CURLINFO_APPCONNECT_TIME CURLINFO_DOUBLE
675
 
#endif
676
 
/* 7.15.4 */
677
 
#ifndef CURLINFO_FTP_ENTRY_PATH
678
 
#define CURLINFO_FTP_ENTRY_PATH CURLINFO_STRING
679
 
#endif
680
 
/* 7.12.3 */
681
 
#ifndef CURLINFO_SLIST
682
 
#define CURLINFO_SLIST 0x400000
683
 
#endif
684
 
/* 7.14.1 */
685
 
#ifndef CURLINFO_COOKIELIST
686
 
#define CURLINFO_COOKIELIST CURLINFO_SLIST
687
 
#endif
688
 
/* 7.12.2 */
689
 
#ifndef CURLINFO_OS_ERRNO
690
 
#define CURLINFO_OS_ERRNO CURLINFO_LONG
691
 
#endif
692
 
/* 7.20.0 */
693
 
#ifndef CURLINFO_RTSP_SERVER_CSEQ
694
 
#define CURLINFO_RTSP_SERVER_CSEQ CURLINFO_LONG
695
 
#endif
696
 
/* 7.19.0 */
697
 
#ifndef CURLINFO_PRIMARY_IP
698
 
#define CURLINFO_PRIMARY_IP CURLINFO_STRING
699
 
#endif
700
 
/* 7.20.0 */
701
 
#ifndef CURLINFO_RTSP_CSEQ_RECV
702
 
#define CURLINFO_RTSP_CSEQ_RECV CURLINFO_LONG
703
 
#endif
704
 
/* 7.21.0 */
705
 
#ifndef CURLINFO_PRIMARY_PORT
706
 
#define CURLINFO_PRIMARY_PORT CURLINFO_LONG
707
 
#endif
708
 
/* 7.18.2 */
709
 
#ifndef CURLINFO_REDIRECT_URL
710
 
#define CURLINFO_REDIRECT_URL CURLINFO_STRING
711
 
#endif
712
 
/* 7.12.1 */
713
 
#ifndef CURLINFO_SSL_DATA_IN
714
 
#define CURLINFO_SSL_DATA_IN 5
715
 
#endif
716
 
/* 7.19.1 */
717
 
#ifndef CURLINFO_CERTINFO
718
 
#define CURLINFO_CERTINFO CURLINFO_SLIST
719
 
#endif
720
 
/* 7.21.0 */
721
 
#ifndef CURLINFO_LOCAL_IP
722
 
#define CURLINFO_LOCAL_IP CURLINFO_STRING
723
 
#endif
724
 
/* 7.20.0 */
725
 
#ifndef CURLINFO_RTSP_CLIENT_CSEQ
726
 
#define CURLINFO_RTSP_CLIENT_CSEQ CURLINFO_LONG
727
 
#endif
728
 
/* 7.18.0 */
729
 
#ifndef CURL_WRITEFUNC_PAUSE
730
 
#define CURL_WRITEFUNC_PAUSE 0x10000001
731
 
#endif