File: config.h.in

package info (click to toggle)
ocurl 0.2.0-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 732 kB
  • ctags: 1,053
  • sloc: ansic: 3,298; ml: 1,336; sh: 233; makefile: 177
file content (808 lines) | stat: -rw-r--r-- 27,949 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
/* config.h.in.  Generated from configure.in by autoheader.  */

/* Define to 1 if you have the declaration of `CURLE_ABORTED_BY_CALLBACK', and
   to 0 if you don't. */
#undef HAVE_DECL_CURLE_ABORTED_BY_CALLBACK

/* Define to 1 if you have the declaration of `CURLE_BAD_CALLING_ORDER', and
   to 0 if you don't. */
#undef HAVE_DECL_CURLE_BAD_CALLING_ORDER

/* Define to 1 if you have the declaration of `CURLE_BAD_CONTENT_ENCODING',
   and to 0 if you don't. */
#undef HAVE_DECL_CURLE_BAD_CONTENT_ENCODING

/* Define to 1 if you have the declaration of `CURLE_BAD_DOWNLOAD_RESUME', and
   to 0 if you don't. */
#undef HAVE_DECL_CURLE_BAD_DOWNLOAD_RESUME

/* Define to 1 if you have the declaration of `CURLE_BAD_FUNCTION_ARGUMENT',
   and to 0 if you don't. */
#undef HAVE_DECL_CURLE_BAD_FUNCTION_ARGUMENT

/* Define to 1 if you have the declaration of `CURLE_BAD_PASSWORD_ENTERED',
   and to 0 if you don't. */
#undef HAVE_DECL_CURLE_BAD_PASSWORD_ENTERED

/* Define to 1 if you have the declaration of `CURLE_COULDNT_CONNECT', and to
   0 if you don't. */
#undef HAVE_DECL_CURLE_COULDNT_CONNECT

/* Define to 1 if you have the declaration of `CURLE_COULDNT_RESOLVE_HOST',
   and to 0 if you don't. */
#undef HAVE_DECL_CURLE_COULDNT_RESOLVE_HOST

/* Define to 1 if you have the declaration of `CURLE_COULDNT_RESOLVE_PROXY',
   and to 0 if you don't. */
#undef HAVE_DECL_CURLE_COULDNT_RESOLVE_PROXY

/* Define to 1 if you have the declaration of `CURLE_FAILED_INIT', and to 0 if
   you don't. */
#undef HAVE_DECL_CURLE_FAILED_INIT

/* Define to 1 if you have the declaration of `CURLE_FILESIZE_EXCEEDED', and
   to 0 if you don't. */
#undef HAVE_DECL_CURLE_FILESIZE_EXCEEDED

/* Define to 1 if you have the declaration of `CURLE_FILE_COULDNT_READ_FILE',
   and to 0 if you don't. */
#undef HAVE_DECL_CURLE_FILE_COULDNT_READ_FILE

/* Define to 1 if you have the declaration of `CURLE_FTP_ACCESS_DENIED', and
   to 0 if you don't. */
#undef HAVE_DECL_CURLE_FTP_ACCESS_DENIED

/* Define to 1 if you have the declaration of `CURLE_FTP_CANT_GET_HOST', and
   to 0 if you don't. */
#undef HAVE_DECL_CURLE_FTP_CANT_GET_HOST

/* Define to 1 if you have the declaration of `CURLE_FTP_CANT_RECONNECT', and
   to 0 if you don't. */
#undef HAVE_DECL_CURLE_FTP_CANT_RECONNECT

/* Define to 1 if you have the declaration of `CURLE_FTP_COULDNT_GET_SIZE',
   and to 0 if you don't. */
#undef HAVE_DECL_CURLE_FTP_COULDNT_GET_SIZE

/* Define to 1 if you have the declaration of `CURLE_FTP_COULDNT_RETR_FILE',
   and to 0 if you don't. */
#undef HAVE_DECL_CURLE_FTP_COULDNT_RETR_FILE

/* Define to 1 if you have the declaration of `CURLE_FTP_COULDNT_SET_ASCII',
   and to 0 if you don't. */
#undef HAVE_DECL_CURLE_FTP_COULDNT_SET_ASCII

/* Define to 1 if you have the declaration of `CURLE_FTP_COULDNT_SET_BINARY',
   and to 0 if you don't. */
#undef HAVE_DECL_CURLE_FTP_COULDNT_SET_BINARY

/* Define to 1 if you have the declaration of `CURLE_FTP_COULDNT_STOR_FILE',
   and to 0 if you don't. */
#undef HAVE_DECL_CURLE_FTP_COULDNT_STOR_FILE

/* Define to 1 if you have the declaration of `CURLE_FTP_COULDNT_USE_REST',
   and to 0 if you don't. */
#undef HAVE_DECL_CURLE_FTP_COULDNT_USE_REST

/* Define to 1 if you have the declaration of `CURLE_FTP_PORT_FAILED', and to
   0 if you don't. */
#undef HAVE_DECL_CURLE_FTP_PORT_FAILED

/* Define to 1 if you have the declaration of `CURLE_FTP_QUOTE_ERROR', and to
   0 if you don't. */
#undef HAVE_DECL_CURLE_FTP_QUOTE_ERROR

/* Define to 1 if you have the declaration of `CURLE_FTP_SSL_FAILED', and to 0
   if you don't. */
#undef HAVE_DECL_CURLE_FTP_SSL_FAILED

/* Define to 1 if you have the declaration of
   `CURLE_FTP_USER_PASSWORD_INCORRECT', and to 0 if you don't. */
#undef HAVE_DECL_CURLE_FTP_USER_PASSWORD_INCORRECT

/* Define to 1 if you have the declaration of `CURLE_FTP_WEIRD_227_FORMAT',
   and to 0 if you don't. */
#undef HAVE_DECL_CURLE_FTP_WEIRD_227_FORMAT

/* Define to 1 if you have the declaration of `CURLE_FTP_WEIRD_PASS_REPLY',
   and to 0 if you don't. */
#undef HAVE_DECL_CURLE_FTP_WEIRD_PASS_REPLY

/* Define to 1 if you have the declaration of `CURLE_FTP_WEIRD_PASV_REPLY',
   and to 0 if you don't. */
#undef HAVE_DECL_CURLE_FTP_WEIRD_PASV_REPLY

/* Define to 1 if you have the declaration of `CURLE_FTP_WEIRD_SERVER_REPLY',
   and to 0 if you don't. */
#undef HAVE_DECL_CURLE_FTP_WEIRD_SERVER_REPLY

/* Define to 1 if you have the declaration of `CURLE_FTP_WEIRD_USER_REPLY',
   and to 0 if you don't. */
#undef HAVE_DECL_CURLE_FTP_WEIRD_USER_REPLY

/* Define to 1 if you have the declaration of `CURLE_FTP_WRITE_ERROR', and to
   0 if you don't. */
#undef HAVE_DECL_CURLE_FTP_WRITE_ERROR

/* Define to 1 if you have the declaration of `CURLE_FUNCTION_NOT_FOUND', and
   to 0 if you don't. */
#undef HAVE_DECL_CURLE_FUNCTION_NOT_FOUND

/* Define to 1 if you have the declaration of `CURLE_GOT_NOTHING', and to 0 if
   you don't. */
#undef HAVE_DECL_CURLE_GOT_NOTHING

/* Define to 1 if you have the declaration of `CURLE_HTTP_POST_ERROR', and to
   0 if you don't. */
#undef HAVE_DECL_CURLE_HTTP_POST_ERROR

/* Define to 1 if you have the declaration of `CURLE_HTTP_RANGE_ERROR', and to
   0 if you don't. */
#undef HAVE_DECL_CURLE_HTTP_RANGE_ERROR

/* Define to 1 if you have the declaration of `CURLE_HTTP_RETURNED_ERROR', and
   to 0 if you don't. */
#undef HAVE_DECL_CURLE_HTTP_RETURNED_ERROR

/* Define to 1 if you have the declaration of `CURLE_INTERFACE_FAILED', and to
   0 if you don't. */
#undef HAVE_DECL_CURLE_INTERFACE_FAILED

/* Define to 1 if you have the declaration of `CURLE_LDAP_CANNOT_BIND', and to
   0 if you don't. */
#undef HAVE_DECL_CURLE_LDAP_CANNOT_BIND

/* Define to 1 if you have the declaration of `CURLE_LDAP_INVALID_URL', and to
   0 if you don't. */
#undef HAVE_DECL_CURLE_LDAP_INVALID_URL

/* Define to 1 if you have the declaration of `CURLE_LDAP_SEARCH_FAILED', and
   to 0 if you don't. */
#undef HAVE_DECL_CURLE_LDAP_SEARCH_FAILED

/* Define to 1 if you have the declaration of `CURLE_LIBRARY_NOT_FOUND', and
   to 0 if you don't. */
#undef HAVE_DECL_CURLE_LIBRARY_NOT_FOUND

/* Define to 1 if you have the declaration of `CURLE_MALFORMAT_USER', and to 0
   if you don't. */
#undef HAVE_DECL_CURLE_MALFORMAT_USER

/* Define to 1 if you have the declaration of `CURLE_OPERATION_TIMEOUTED', and
   to 0 if you don't. */
#undef HAVE_DECL_CURLE_OPERATION_TIMEOUTED

/* Define to 1 if you have the declaration of `CURLE_OUT_OF_MEMORY', and to 0
   if you don't. */
#undef HAVE_DECL_CURLE_OUT_OF_MEMORY

/* Define to 1 if you have the declaration of `CURLE_PARTIAL_FILE', and to 0
   if you don't. */
#undef HAVE_DECL_CURLE_PARTIAL_FILE

/* Define to 1 if you have the declaration of `CURLE_READ_ERROR', and to 0 if
   you don't. */
#undef HAVE_DECL_CURLE_READ_ERROR

/* Define to 1 if you have the declaration of `CURLE_RECV_ERROR', and to 0 if
   you don't. */
#undef HAVE_DECL_CURLE_RECV_ERROR

/* Define to 1 if you have the declaration of `CURLE_SEND_ERROR', and to 0 if
   you don't. */
#undef HAVE_DECL_CURLE_SEND_ERROR

/* Define to 1 if you have the declaration of `CURLE_SHARE_IN_USE', and to 0
   if you don't. */
#undef HAVE_DECL_CURLE_SHARE_IN_USE

/* Define to 1 if you have the declaration of `CURLE_SSL_CACERT', and to 0 if
   you don't. */
#undef HAVE_DECL_CURLE_SSL_CACERT

/* Define to 1 if you have the declaration of `CURLE_SSL_CERTPROBLEM', and to
   0 if you don't. */
#undef HAVE_DECL_CURLE_SSL_CERTPROBLEM

/* Define to 1 if you have the declaration of `CURLE_SSL_CIPHER', and to 0 if
   you don't. */
#undef HAVE_DECL_CURLE_SSL_CIPHER

/* Define to 1 if you have the declaration of `CURLE_SSL_CONNECT_ERROR', and
   to 0 if you don't. */
#undef HAVE_DECL_CURLE_SSL_CONNECT_ERROR

/* Define to 1 if you have the declaration of `CURLE_SSL_ENGINE_NOTFOUND', and
   to 0 if you don't. */
#undef HAVE_DECL_CURLE_SSL_ENGINE_NOTFOUND

/* Define to 1 if you have the declaration of `CURLE_SSL_ENGINE_SETFAILED',
   and to 0 if you don't. */
#undef HAVE_DECL_CURLE_SSL_ENGINE_SETFAILED

/* Define to 1 if you have the declaration of `CURLE_SSL_PEER_CERTIFICATE',
   and to 0 if you don't. */
#undef HAVE_DECL_CURLE_SSL_PEER_CERTIFICATE

/* Define to 1 if you have the declaration of `CURLE_TELNET_OPTION_SYNTAX',
   and to 0 if you don't. */
#undef HAVE_DECL_CURLE_TELNET_OPTION_SYNTAX

/* Define to 1 if you have the declaration of `CURLE_TOO_MANY_REDIRECTS', and
   to 0 if you don't. */
#undef HAVE_DECL_CURLE_TOO_MANY_REDIRECTS

/* Define to 1 if you have the declaration of `CURLE_UNKNOWN_TELNET_OPTION',
   and to 0 if you don't. */
#undef HAVE_DECL_CURLE_UNKNOWN_TELNET_OPTION

/* Define to 1 if you have the declaration of `CURLE_UNSUPPORTED_PROTOCOL',
   and to 0 if you don't. */
#undef HAVE_DECL_CURLE_UNSUPPORTED_PROTOCOL

/* Define to 1 if you have the declaration of `CURLE_URL_MALFORMAT', and to 0
   if you don't. */
#undef HAVE_DECL_CURLE_URL_MALFORMAT

/* Define to 1 if you have the declaration of `CURLE_URL_MALFORMAT_USER', and
   to 0 if you don't. */
#undef HAVE_DECL_CURLE_URL_MALFORMAT_USER

/* Define to 1 if you have the declaration of `CURLE_WRITE_ERROR', and to 0 if
   you don't. */
#undef HAVE_DECL_CURLE_WRITE_ERROR

/* Define to 1 if you have the declaration of `CURLINFO_CONNECT_TIME', and to
   0 if you don't. */
#undef HAVE_DECL_CURLINFO_CONNECT_TIME

/* Define to 1 if you have the declaration of
   `CURLINFO_CONTENT_LENGTH_DOWNLOAD', and to 0 if you don't. */
#undef HAVE_DECL_CURLINFO_CONTENT_LENGTH_DOWNLOAD

/* Define to 1 if you have the declaration of
   `CURLINFO_CONTENT_LENGTH_UPLOAD', and to 0 if you don't. */
#undef HAVE_DECL_CURLINFO_CONTENT_LENGTH_UPLOAD

/* Define to 1 if you have the declaration of `CURLINFO_CONTENT_TYPE', and to
   0 if you don't. */
#undef HAVE_DECL_CURLINFO_CONTENT_TYPE

/* Define to 1 if you have the declaration of `CURLINFO_EFFECTIVE_URL', and to
   0 if you don't. */
#undef HAVE_DECL_CURLINFO_EFFECTIVE_URL

/* Define to 1 if you have the declaration of `CURLINFO_FILETIME', and to 0 if
   you don't. */
#undef HAVE_DECL_CURLINFO_FILETIME

/* Define to 1 if you have the declaration of `CURLINFO_HEADER_SIZE', and to 0
   if you don't. */
#undef HAVE_DECL_CURLINFO_HEADER_SIZE

/* Define to 1 if you have the declaration of `CURLINFO_HTTPAUTH_AVAIL', and
   to 0 if you don't. */
#undef HAVE_DECL_CURLINFO_HTTPAUTH_AVAIL

/* Define to 1 if you have the declaration of `CURLINFO_HTTP_CONNECTCODE', and
   to 0 if you don't. */
#undef HAVE_DECL_CURLINFO_HTTP_CONNECTCODE

/* Define to 1 if you have the declaration of `CURLINFO_NAMELOOKUP_TIME', and
   to 0 if you don't. */
#undef HAVE_DECL_CURLINFO_NAMELOOKUP_TIME

/* Define to 1 if you have the declaration of `CURLINFO_PRETRANSFER_TIME', and
   to 0 if you don't. */
#undef HAVE_DECL_CURLINFO_PRETRANSFER_TIME

/* Define to 1 if you have the declaration of `CURLINFO_PRIVATE', and to 0 if
   you don't. */
#undef HAVE_DECL_CURLINFO_PRIVATE

/* Define to 1 if you have the declaration of `CURLINFO_PROXYAUTH_AVAIL', and
   to 0 if you don't. */
#undef HAVE_DECL_CURLINFO_PROXYAUTH_AVAIL

/* Define to 1 if you have the declaration of `CURLINFO_REDIRECT_COUNT', and
   to 0 if you don't. */
#undef HAVE_DECL_CURLINFO_REDIRECT_COUNT

/* Define to 1 if you have the declaration of `CURLINFO_REDIRECT_TIME', and to
   0 if you don't. */
#undef HAVE_DECL_CURLINFO_REDIRECT_TIME

/* Define to 1 if you have the declaration of `CURLINFO_REQUEST_SIZE', and to
   0 if you don't. */
#undef HAVE_DECL_CURLINFO_REQUEST_SIZE

/* Define to 1 if you have the declaration of `CURLINFO_RESPONSE_CODE', and to
   0 if you don't. */
#undef HAVE_DECL_CURLINFO_RESPONSE_CODE

/* Define to 1 if you have the declaration of `CURLINFO_SIZE_DOWNLOAD', and to
   0 if you don't. */
#undef HAVE_DECL_CURLINFO_SIZE_DOWNLOAD

/* Define to 1 if you have the declaration of `CURLINFO_SIZE_UPLOAD', and to 0
   if you don't. */
#undef HAVE_DECL_CURLINFO_SIZE_UPLOAD

/* Define to 1 if you have the declaration of `CURLINFO_SPEED_DOWNLOAD', and
   to 0 if you don't. */
#undef HAVE_DECL_CURLINFO_SPEED_DOWNLOAD

/* Define to 1 if you have the declaration of `CURLINFO_SPEED_UPLOAD', and to
   0 if you don't. */
#undef HAVE_DECL_CURLINFO_SPEED_UPLOAD

/* Define to 1 if you have the declaration of `CURLINFO_SSL_VERIFYRESULT', and
   to 0 if you don't. */
#undef HAVE_DECL_CURLINFO_SSL_VERIFYRESULT

/* Define to 1 if you have the declaration of `CURLINFO_STARTTRANSFER_TIME',
   and to 0 if you don't. */
#undef HAVE_DECL_CURLINFO_STARTTRANSFER_TIME

/* Define to 1 if you have the declaration of `CURLINFO_TOTAL_TIME', and to 0
   if you don't. */
#undef HAVE_DECL_CURLINFO_TOTAL_TIME

/* Define to 1 if you have the declaration of `CURLOPT_AUTOREFERER', and to 0
   if you don't. */
#undef HAVE_DECL_CURLOPT_AUTOREFERER

/* Define to 1 if you have the declaration of `CURLOPT_BUFFERSIZE', and to 0
   if you don't. */
#undef HAVE_DECL_CURLOPT_BUFFERSIZE

/* Define to 1 if you have the declaration of `CURLOPT_CAINFO', and to 0 if
   you don't. */
#undef HAVE_DECL_CURLOPT_CAINFO

/* Define to 1 if you have the declaration of `CURLOPT_CAPATH', and to 0 if
   you don't. */
#undef HAVE_DECL_CURLOPT_CAPATH

/* Define to 1 if you have the declaration of `CURLOPT_CLOSEPOLICY', and to 0
   if you don't. */
#undef HAVE_DECL_CURLOPT_CLOSEPOLICY

/* Define to 1 if you have the declaration of `CURLOPT_CONNECTTIMEOUT', and to
   0 if you don't. */
#undef HAVE_DECL_CURLOPT_CONNECTTIMEOUT

/* Define to 1 if you have the declaration of `CURLOPT_COOKIE', and to 0 if
   you don't. */
#undef HAVE_DECL_CURLOPT_COOKIE

/* Define to 1 if you have the declaration of `CURLOPT_COOKIEFILE', and to 0
   if you don't. */
#undef HAVE_DECL_CURLOPT_COOKIEFILE

/* Define to 1 if you have the declaration of `CURLOPT_COOKIEJAR', and to 0 if
   you don't. */
#undef HAVE_DECL_CURLOPT_COOKIEJAR

/* Define to 1 if you have the declaration of `CURLOPT_COOKIESESSION', and to
   0 if you don't. */
#undef HAVE_DECL_CURLOPT_COOKIESESSION

/* Define to 1 if you have the declaration of `CURLOPT_CRLF', and to 0 if you
   don't. */
#undef HAVE_DECL_CURLOPT_CRLF

/* Define to 1 if you have the declaration of `CURLOPT_CUSTOMREQUEST', and to
   0 if you don't. */
#undef HAVE_DECL_CURLOPT_CUSTOMREQUEST

/* Define to 1 if you have the declaration of `CURLOPT_DEBUGDATA', and to 0 if
   you don't. */
#undef HAVE_DECL_CURLOPT_DEBUGDATA

/* Define to 1 if you have the declaration of `CURLOPT_DEBUGFUNCTION', and to
   0 if you don't. */
#undef HAVE_DECL_CURLOPT_DEBUGFUNCTION

/* Define to 1 if you have the declaration of `CURLOPT_DNS_CACHE_TIMEOUT', and
   to 0 if you don't. */
#undef HAVE_DECL_CURLOPT_DNS_CACHE_TIMEOUT

/* Define to 1 if you have the declaration of `CURLOPT_DNS_USE_GLOBAL_CACHE',
   and to 0 if you don't. */
#undef HAVE_DECL_CURLOPT_DNS_USE_GLOBAL_CACHE

/* Define to 1 if you have the declaration of `CURLOPT_EGDSOCKET', and to 0 if
   you don't. */
#undef HAVE_DECL_CURLOPT_EGDSOCKET

/* Define to 1 if you have the declaration of `CURLOPT_ENCODING', and to 0 if
   you don't. */
#undef HAVE_DECL_CURLOPT_ENCODING

/* Define to 1 if you have the declaration of `CURLOPT_ERRORBUFFER', and to 0
   if you don't. */
#undef HAVE_DECL_CURLOPT_ERRORBUFFER

/* Define to 1 if you have the declaration of `CURLOPT_FAILONERROR', and to 0
   if you don't. */
#undef HAVE_DECL_CURLOPT_FAILONERROR

/* Define to 1 if you have the declaration of `CURLOPT_FILE', and to 0 if you
   don't. */
#undef HAVE_DECL_CURLOPT_FILE

/* Define to 1 if you have the declaration of `CURLOPT_FILETIME', and to 0 if
   you don't. */
#undef HAVE_DECL_CURLOPT_FILETIME

/* Define to 1 if you have the declaration of `CURLOPT_FOLLOWLOCATION', and to
   0 if you don't. */
#undef HAVE_DECL_CURLOPT_FOLLOWLOCATION

/* Define to 1 if you have the declaration of `CURLOPT_FORBID_REUSE', and to 0
   if you don't. */
#undef HAVE_DECL_CURLOPT_FORBID_REUSE

/* Define to 1 if you have the declaration of `CURLOPT_FRESH_CONNECT', and to
   0 if you don't. */
#undef HAVE_DECL_CURLOPT_FRESH_CONNECT

/* Define to 1 if you have the declaration of `CURLOPT_FTPAPPEND', and to 0 if
   you don't. */
#undef HAVE_DECL_CURLOPT_FTPAPPEND

/* Define to 1 if you have the declaration of `CURLOPT_FTPLISTONLY', and to 0
   if you don't. */
#undef HAVE_DECL_CURLOPT_FTPLISTONLY

/* Define to 1 if you have the declaration of `CURLOPT_FTPPORT', and to 0 if
   you don't. */
#undef HAVE_DECL_CURLOPT_FTPPORT

/* Define to 1 if you have the declaration of
   `CURLOPT_FTP_CREATE_MISSING_DIRS', and to 0 if you don't. */
#undef HAVE_DECL_CURLOPT_FTP_CREATE_MISSING_DIRS

/* Define to 1 if you have the declaration of `CURLOPT_FTP_RESPONSE_TIMEOUT',
   and to 0 if you don't. */
#undef HAVE_DECL_CURLOPT_FTP_RESPONSE_TIMEOUT

/* Define to 1 if you have the declaration of `CURLOPT_FTP_SSL', and to 0 if
   you don't. */
#undef HAVE_DECL_CURLOPT_FTP_SSL

/* Define to 1 if you have the declaration of `CURLOPT_FTP_USE_EPRT', and to 0
   if you don't. */
#undef HAVE_DECL_CURLOPT_FTP_USE_EPRT

/* Define to 1 if you have the declaration of `CURLOPT_FTP_USE_EPSV', and to 0
   if you don't. */
#undef HAVE_DECL_CURLOPT_FTP_USE_EPSV

/* Define to 1 if you have the declaration of `CURLOPT_HEADER', and to 0 if
   you don't. */
#undef HAVE_DECL_CURLOPT_HEADER

/* Define to 1 if you have the declaration of `CURLOPT_HEADERFUNCTION', and to
   0 if you don't. */
#undef HAVE_DECL_CURLOPT_HEADERFUNCTION

/* Define to 1 if you have the declaration of `CURLOPT_HTTP200ALIASES', and to
   0 if you don't. */
#undef HAVE_DECL_CURLOPT_HTTP200ALIASES

/* Define to 1 if you have the declaration of `CURLOPT_HTTPAUTH', and to 0 if
   you don't. */
#undef HAVE_DECL_CURLOPT_HTTPAUTH

/* Define to 1 if you have the declaration of `CURLOPT_HTTPGET', and to 0 if
   you don't. */
#undef HAVE_DECL_CURLOPT_HTTPGET

/* Define to 1 if you have the declaration of `CURLOPT_HTTPHEADER', and to 0
   if you don't. */
#undef HAVE_DECL_CURLOPT_HTTPHEADER

/* Define to 1 if you have the declaration of `CURLOPT_HTTPPOST', and to 0 if
   you don't. */
#undef HAVE_DECL_CURLOPT_HTTPPOST

/* Define to 1 if you have the declaration of `CURLOPT_HTTPPROXYTUNNEL', and
   to 0 if you don't. */
#undef HAVE_DECL_CURLOPT_HTTPPROXYTUNNEL

/* Define to 1 if you have the declaration of `CURLOPT_HTTP_VERSION', and to 0
   if you don't. */
#undef HAVE_DECL_CURLOPT_HTTP_VERSION

/* Define to 1 if you have the declaration of `CURLOPT_INFILE', and to 0 if
   you don't. */
#undef HAVE_DECL_CURLOPT_INFILE

/* Define to 1 if you have the declaration of `CURLOPT_INFILESIZE', and to 0
   if you don't. */
#undef HAVE_DECL_CURLOPT_INFILESIZE

/* Define to 1 if you have the declaration of `CURLOPT_INFILESIZE_LARGE', and
   to 0 if you don't. */
#undef HAVE_DECL_CURLOPT_INFILESIZE_LARGE

/* Define to 1 if you have the declaration of `CURLOPT_INTERFACE', and to 0 if
   you don't. */
#undef HAVE_DECL_CURLOPT_INTERFACE

/* Define to 1 if you have the declaration of `CURLOPT_IPRESOLVE', and to 0 if
   you don't. */
#undef HAVE_DECL_CURLOPT_IPRESOLVE

/* Define to 1 if you have the declaration of `CURLOPT_KRB4LEVEL', and to 0 if
   you don't. */
#undef HAVE_DECL_CURLOPT_KRB4LEVEL

/* Define to 1 if you have the declaration of `CURLOPT_LOW_SPEED_LIMIT', and
   to 0 if you don't. */
#undef HAVE_DECL_CURLOPT_LOW_SPEED_LIMIT

/* Define to 1 if you have the declaration of `CURLOPT_LOW_SPEED_TIME', and to
   0 if you don't. */
#undef HAVE_DECL_CURLOPT_LOW_SPEED_TIME

/* Define to 1 if you have the declaration of `CURLOPT_MAXCONNECTS', and to 0
   if you don't. */
#undef HAVE_DECL_CURLOPT_MAXCONNECTS

/* Define to 1 if you have the declaration of `CURLOPT_MAXFILESIZE', and to 0
   if you don't. */
#undef HAVE_DECL_CURLOPT_MAXFILESIZE

/* Define to 1 if you have the declaration of `CURLOPT_MAXFILESIZE_LARGE', and
   to 0 if you don't. */
#undef HAVE_DECL_CURLOPT_MAXFILESIZE_LARGE

/* Define to 1 if you have the declaration of `CURLOPT_MAXREDIRS', and to 0 if
   you don't. */
#undef HAVE_DECL_CURLOPT_MAXREDIRS

/* Define to 1 if you have the declaration of `CURLOPT_NETRC', and to 0 if you
   don't. */
#undef HAVE_DECL_CURLOPT_NETRC

/* Define to 1 if you have the declaration of `CURLOPT_NETRC_FILE', and to 0
   if you don't. */
#undef HAVE_DECL_CURLOPT_NETRC_FILE

/* Define to 1 if you have the declaration of `CURLOPT_NOBODY', and to 0 if
   you don't. */
#undef HAVE_DECL_CURLOPT_NOBODY

/* Define to 1 if you have the declaration of `CURLOPT_NOPROGRESS', and to 0
   if you don't. */
#undef HAVE_DECL_CURLOPT_NOPROGRESS

/* Define to 1 if you have the declaration of `CURLOPT_NOSIGNAL', and to 0 if
   you don't. */
#undef HAVE_DECL_CURLOPT_NOSIGNAL

/* Define to 1 if you have the declaration of `CURLOPT_PORT', and to 0 if you
   don't. */
#undef HAVE_DECL_CURLOPT_PORT

/* Define to 1 if you have the declaration of `CURLOPT_POST', and to 0 if you
   don't. */
#undef HAVE_DECL_CURLOPT_POST

/* Define to 1 if you have the declaration of `CURLOPT_POSTFIELDS', and to 0
   if you don't. */
#undef HAVE_DECL_CURLOPT_POSTFIELDS

/* Define to 1 if you have the declaration of `CURLOPT_POSTFIELDSIZE', and to
   0 if you don't. */
#undef HAVE_DECL_CURLOPT_POSTFIELDSIZE

/* Define to 1 if you have the declaration of `CURLOPT_POSTFIELDSIZE_LARGE',
   and to 0 if you don't. */
#undef HAVE_DECL_CURLOPT_POSTFIELDSIZE_LARGE

/* Define to 1 if you have the declaration of `CURLOPT_POSTQUOTE', and to 0 if
   you don't. */
#undef HAVE_DECL_CURLOPT_POSTQUOTE

/* Define to 1 if you have the declaration of `CURLOPT_PREQUOTE', and to 0 if
   you don't. */
#undef HAVE_DECL_CURLOPT_PREQUOTE

/* Define to 1 if you have the declaration of `CURLOPT_PRIVATE', and to 0 if
   you don't. */
#undef HAVE_DECL_CURLOPT_PRIVATE

/* Define to 1 if you have the declaration of `CURLOPT_PROGRESSDATA', and to 0
   if you don't. */
#undef HAVE_DECL_CURLOPT_PROGRESSDATA

/* Define to 1 if you have the declaration of `CURLOPT_PROGRESSFUNCTION', and
   to 0 if you don't. */
#undef HAVE_DECL_CURLOPT_PROGRESSFUNCTION

/* Define to 1 if you have the declaration of `CURLOPT_PROXY', and to 0 if you
   don't. */
#undef HAVE_DECL_CURLOPT_PROXY

/* Define to 1 if you have the declaration of `CURLOPT_PROXYAUTH', and to 0 if
   you don't. */
#undef HAVE_DECL_CURLOPT_PROXYAUTH

/* Define to 1 if you have the declaration of `CURLOPT_PROXYPORT', and to 0 if
   you don't. */
#undef HAVE_DECL_CURLOPT_PROXYPORT

/* Define to 1 if you have the declaration of `CURLOPT_PROXYTYPE', and to 0 if
   you don't. */
#undef HAVE_DECL_CURLOPT_PROXYTYPE

/* Define to 1 if you have the declaration of `CURLOPT_PROXYUSERPWD', and to 0
   if you don't. */
#undef HAVE_DECL_CURLOPT_PROXYUSERPWD

/* Define to 1 if you have the declaration of `CURLOPT_PUT', and to 0 if you
   don't. */
#undef HAVE_DECL_CURLOPT_PUT

/* Define to 1 if you have the declaration of `CURLOPT_QUOTE', and to 0 if you
   don't. */
#undef HAVE_DECL_CURLOPT_QUOTE

/* Define to 1 if you have the declaration of `CURLOPT_RANDOM_FILE', and to 0
   if you don't. */
#undef HAVE_DECL_CURLOPT_RANDOM_FILE

/* Define to 1 if you have the declaration of `CURLOPT_RANGE', and to 0 if you
   don't. */
#undef HAVE_DECL_CURLOPT_RANGE

/* Define to 1 if you have the declaration of `CURLOPT_READFUNCTION', and to 0
   if you don't. */
#undef HAVE_DECL_CURLOPT_READFUNCTION

/* Define to 1 if you have the declaration of `CURLOPT_REFERER', and to 0 if
   you don't. */
#undef HAVE_DECL_CURLOPT_REFERER

/* Define to 1 if you have the declaration of `CURLOPT_RESUME_FROM', and to 0
   if you don't. */
#undef HAVE_DECL_CURLOPT_RESUME_FROM

/* Define to 1 if you have the declaration of `CURLOPT_RESUME_FROM_LARGE', and
   to 0 if you don't. */
#undef HAVE_DECL_CURLOPT_RESUME_FROM_LARGE

/* Define to 1 if you have the declaration of `CURLOPT_SHARE', and to 0 if you
   don't. */
#undef HAVE_DECL_CURLOPT_SHARE

/* Define to 1 if you have the declaration of `CURLOPT_SSLCERT', and to 0 if
   you don't. */
#undef HAVE_DECL_CURLOPT_SSLCERT

/* Define to 1 if you have the declaration of `CURLOPT_SSLCERTPASSWD', and to
   0 if you don't. */
#undef HAVE_DECL_CURLOPT_SSLCERTPASSWD

/* Define to 1 if you have the declaration of `CURLOPT_SSLCERTTYPE', and to 0
   if you don't. */
#undef HAVE_DECL_CURLOPT_SSLCERTTYPE

/* Define to 1 if you have the declaration of `CURLOPT_SSLENGINE', and to 0 if
   you don't. */
#undef HAVE_DECL_CURLOPT_SSLENGINE

/* Define to 1 if you have the declaration of `CURLOPT_SSLENGINE_DEFAULT', and
   to 0 if you don't. */
#undef HAVE_DECL_CURLOPT_SSLENGINE_DEFAULT

/* Define to 1 if you have the declaration of `CURLOPT_SSLKEY', and to 0 if
   you don't. */
#undef HAVE_DECL_CURLOPT_SSLKEY

/* Define to 1 if you have the declaration of `CURLOPT_SSLKEYPASSWD', and to 0
   if you don't. */
#undef HAVE_DECL_CURLOPT_SSLKEYPASSWD

/* Define to 1 if you have the declaration of `CURLOPT_SSLKEYTYPE', and to 0
   if you don't. */
#undef HAVE_DECL_CURLOPT_SSLKEYTYPE

/* Define to 1 if you have the declaration of `CURLOPT_SSLVERSION', and to 0
   if you don't. */
#undef HAVE_DECL_CURLOPT_SSLVERSION

/* Define to 1 if you have the declaration of `CURLOPT_SSL_CIPHER_LIST', and
   to 0 if you don't. */
#undef HAVE_DECL_CURLOPT_SSL_CIPHER_LIST

/* Define to 1 if you have the declaration of `CURLOPT_SSL_VERIFYHOST', and to
   0 if you don't. */
#undef HAVE_DECL_CURLOPT_SSL_VERIFYHOST

/* Define to 1 if you have the declaration of `CURLOPT_SSL_VERIFYPEER', and to
   0 if you don't. */
#undef HAVE_DECL_CURLOPT_SSL_VERIFYPEER

/* Define to 1 if you have the declaration of `CURLOPT_STDERR', and to 0 if
   you don't. */
#undef HAVE_DECL_CURLOPT_STDERR

/* Define to 1 if you have the declaration of `CURLOPT_TCP_NODELAY', and to 0
   if you don't. */
#undef HAVE_DECL_CURLOPT_TCP_NODELAY

/* Define to 1 if you have the declaration of `CURLOPT_TELNETOPTIONS', and to
   0 if you don't. */
#undef HAVE_DECL_CURLOPT_TELNETOPTIONS

/* Define to 1 if you have the declaration of `CURLOPT_TIMECONDITION', and to
   0 if you don't. */
#undef HAVE_DECL_CURLOPT_TIMECONDITION

/* Define to 1 if you have the declaration of `CURLOPT_TIMEOUT', and to 0 if
   you don't. */
#undef HAVE_DECL_CURLOPT_TIMEOUT

/* Define to 1 if you have the declaration of `CURLOPT_TIMEVALUE', and to 0 if
   you don't. */
#undef HAVE_DECL_CURLOPT_TIMEVALUE

/* Define to 1 if you have the declaration of `CURLOPT_TRANSFERTEXT', and to 0
   if you don't. */
#undef HAVE_DECL_CURLOPT_TRANSFERTEXT

/* Define to 1 if you have the declaration of `CURLOPT_UNRESTRICTED_AUTH', and
   to 0 if you don't. */
#undef HAVE_DECL_CURLOPT_UNRESTRICTED_AUTH

/* Define to 1 if you have the declaration of `CURLOPT_UPLOAD', and to 0 if
   you don't. */
#undef HAVE_DECL_CURLOPT_UPLOAD

/* Define to 1 if you have the declaration of `CURLOPT_URL', and to 0 if you
   don't. */
#undef HAVE_DECL_CURLOPT_URL

/* Define to 1 if you have the declaration of `CURLOPT_USERAGENT', and to 0 if
   you don't. */
#undef HAVE_DECL_CURLOPT_USERAGENT

/* Define to 1 if you have the declaration of `CURLOPT_USERPWD', and to 0 if
   you don't. */
#undef HAVE_DECL_CURLOPT_USERPWD

/* Define to 1 if you have the declaration of `CURLOPT_VERBOSE', and to 0 if
   you don't. */
#undef HAVE_DECL_CURLOPT_VERBOSE

/* Define to 1 if you have the declaration of `CURLOPT_WRITEFUNCTION', and to
   0 if you don't. */
#undef HAVE_DECL_CURLOPT_WRITEFUNCTION

/* Define to 1 if you have the declaration of `CURLOPT_WRITEHEADER', and to 0
   if you don't. */
#undef HAVE_DECL_CURLOPT_WRITEHEADER

/* Define to 1 if you have the declaration of `CURLOPT_WRITEINFO', and to 0 if
   you don't. */
#undef HAVE_DECL_CURLOPT_WRITEINFO

/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT

/* Define to the full name of this package. */
#undef PACKAGE_NAME

/* Define to the full name and version of this package. */
#undef PACKAGE_STRING

/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME

/* Define to the version of this package. */
#undef PACKAGE_VERSION