File: MHD_config.h.in

package info (click to toggle)
libmicrohttpd 1.0.1-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 13,584 kB
  • sloc: ansic: 119,140; sh: 5,360; makefile: 2,258; pascal: 1,591; sed: 16
file content (824 lines) | stat: -rw-r--r-- 22,953 bytes parent folder | download
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
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
/* MHD_config.h.in.  Generated from configure.ac by autoheader.  */

/* Define if building universal (internal helper macro) */
#undef AC_APPLE_UNIVERSAL_BUILD

/* Define to 1 if libmicrohttpd is compiled with Basic Auth support. */
#undef BAUTH_SUPPORT

/* Define to 1 if libmicrohttpd is compiled with HTTP cookie parsing support.
   */
#undef COOKIE_SUPPORT

/* This is a Cygwin system */
#undef CYGWIN

/* Define to 1 if libmicrohttpd is compiled with Digest Auth support. */
#undef DAUTH_SUPPORT

/* Define to 1 to enable epoll support */
#undef EPOLL_SUPPORT

/* This is a FreeBSD system */
#undef FREEBSD

/* Define to '1' if '__attribute__((no_sanitize("address")))' works for
   pointers compare */
#undef FUNC_ATTR_NOSANITIZE_WORKS

/* Define to '1' if '__attribute__((no_sanitize("pointer-compare")))' works */
#undef FUNC_ATTR_PTRCOMPARE_WORKS

/* Define to '1' if '__attribute__((no_sanitize("pointer-subtract")))' works
   */
#undef FUNC_ATTR_PTRSUBTRACT_WORKS

/* Define to '1' if cast to 'uintptr_t' works for safely processing
   user-poisoned pointer */
#undef FUNC_PTRCOMPARE_CAST_WORKAROUND_WORKS

/* Define to `1' if host machine runs on GNU Hurd. */
#undef GNU_HURD

/* Define to 1 if your system allow overriding the value of FD_SETSIZE macro
   */
#undef HAS_FD_SETSIZE_OVERRIDABLE

/* Define to 1 if your socket type is signed */
#undef HAS_SIGNED_SOCKET

/* Define to 1 if you have the 'accept4' function. */
#undef HAVE_ACCEPT4

/* Define to 1 if you have the <arpa/inet.h> header file. */
#undef HAVE_ARPA_INET_H

/* Define if you have usable assert() and assert.h */
#undef HAVE_ASSERT

/* Define to 1 if you have the real boolean type. */
#undef HAVE_BUILTIN_TYPE_BOOL

/* Define to 1 if you have the `gmtime_s' function in C11 form. */
#undef HAVE_C11_GMTIME_S

/* Define to 1 if you have the usable `calloc' function. */
#undef HAVE_CALLOC

/* Define to '1' if you have clock_gettime() function */
#undef HAVE_CLOCK_GETTIME

/* Define to 1 if you have the 'clock_get_time' function. */
#undef HAVE_CLOCK_GET_TIME

/* Define to 1 if you have the 'cpuset_getaffinity' function. */
#undef HAVE_CPUSET_GETAFFINITY

/* Define to 1 if you have the 'CPU_COUNT' function. */
#undef HAVE_CPU_COUNT

/* Define to 1 if you have the 'CPU_COUNT_S' function. */
#undef HAVE_CPU_COUNT_S

/* Define to 1 if your compiler supports 'alignof()' */
#undef HAVE_C_ALIGNOF

/* Define to 1 if C supports variable-length arrays. */
#undef HAVE_C_VARARRAYS

/* Define to 1 if you have Darwin-style sendfile(2). */
#undef HAVE_DARWIN_SENDFILE

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H

/* Define to 1 if you have the <endian.h> header file. */
#undef HAVE_ENDIAN_H

/* Define to 1 if you have the 'epoll_create1' function. */
#undef HAVE_EPOLL_CREATE1

/* Define to 1 if you have the <errno.h> header file. */
#undef HAVE_ERRNO_H

/* Define to 1 if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H

/* Define to 1 if you have the <features.h> header file. */
#undef HAVE_FEATURES_H

/* Define to 1 if you have the usable `fork' function. */
#undef HAVE_FORK

/* Define to 1 if you have FreeBSD-style sendfile(2). */
#undef HAVE_FREEBSD_SENDFILE

/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
#undef HAVE_FSEEKO

/* Define to 1 if you have the <gcrypt.h> header file. */
#undef HAVE_GCRYPT_H

/* Define to 1 if you have the 'gethrtime' function. */
#undef HAVE_GETHRTIME

/* Define to 1 if you have the 'getpid' function. */
#undef HAVE_GETPID

/* Define to 1 if you have the 'gettimeofday' function. */
#undef HAVE_GETTIMEOFDAY

/* Define to 1 if you have the 'gmtime_r' function. */
#undef HAVE_GMTIME_R

/* Define to 1 if you have the 'gnutls_check_version' function. */
#undef HAVE_GNUTLS_CHECK_VERSION

/* Define to 1 if you have the <gnutls/gnutls.h> header file. */
#undef HAVE_GNUTLS_GNUTLS_H

/* Define to '1' if you have IPv6 headers */
#undef HAVE_INET6

/* Define to 1 if you have the <inetLib.h> header file. */
#undef HAVE_INETLIB_H

/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H

/* Define to 1 if you have a functional curl library. */
#undef HAVE_LIBCURL

/* Define to 1 if you have the <limits.h> header file. */
#undef HAVE_LIMITS_H

/* Define to 1 if you have linux-style sendfile(2). */
#undef HAVE_LINUX_SENDFILE

/* can use shutdown on listen sockets */
#undef HAVE_LISTEN_SHUTDOWN

/* Define to 1 if you have the 'lseek64' function. */
#undef HAVE_LSEEK64

/* Define to 1 if you have the <machine/endian.h> header file. */
#undef HAVE_MACHINE_ENDIAN_H

/* Define to 1 if you have the <machine/param.h> header file. */
#undef HAVE_MACHINE_PARAM_H

/* Define to 1 if you have the 'magic_open' function. */
#undef HAVE_MAGIC_OPEN

/* Define to 1 if you have the 'memmem' function. */
#undef HAVE_MEMMEM

/* Define to 1 to enable support for text messages. */
#undef HAVE_MESSAGES

/* Define to 1 if you have the 'nanosleep' function. */
#undef HAVE_NANOSLEEP

/* Define to 1 if you have the <netdb.h> header file. */
#undef HAVE_NETDB_H

/* Define to 1 if you have the <netinet/icmp_var.h> header file. */
#undef HAVE_NETINET_ICMP_VAR_H

/* Define to 1 if you have the <netinet/in.h> header file. */
#undef HAVE_NETINET_IN_H

/* Define to 1 if you have the <netinet/in_systm.h> header file. */
#undef HAVE_NETINET_IN_SYSTM_H

/* Define to 1 if you have the <netinet/ip.h> header file. */
#undef HAVE_NETINET_IP_H

/* Define to 1 if you have the <netinet/ip_icmp.h> header file. */
#undef HAVE_NETINET_IP_ICMP_H

/* Define to 1 if you have the <netinet/tcp.h> header file. */
#undef HAVE_NETINET_TCP_H

/* Define to 1 if you have the <net/if.h> header file. */
#undef HAVE_NET_IF_H

/* Define if you have usable pipe2(2) function */
#undef HAVE_PIPE2_FUNC

/* Define to 1 if you have the 'poll' function. */
#undef HAVE_POLL

/* Define to 1 if you have the <poll.h> header file. */
#undef HAVE_POLL_H

/* Define to 1 if libmicrohttpd is compiled with postprocessor support. */
#undef HAVE_POSTPROCESSOR

/* Define to 1 if you have the 'pread' function. */
#undef HAVE_PREAD

/* Define to 1 if you have the 'pread64' function. */
#undef HAVE_PREAD64

/* Define to 1 if you have the 'pstat_getdynamic' function. */
#undef HAVE_PSTAT_GETDYNAMIC

/* Define if you have IBM i form (or Solaris form) of
   pthread_attr_setname_np(3) function. */
#undef HAVE_PTHREAD_ATTR_SETNAME_NP_IBMI

/* Define if you have NetBSD form (or OSF1 form) of pthread_attr_setname_np(3)
   function. */
#undef HAVE_PTHREAD_ATTR_SETNAME_NP_NETBSD

/* Define to 1 if you have the <pthread.h> header file. */
#undef HAVE_PTHREAD_H

/* Define to 1 if you have the <pthread_np.h> header file. */
#undef HAVE_PTHREAD_NP_H

/* Have PTHREAD_PRIO_INHERIT. */
#undef HAVE_PTHREAD_PRIO_INHERIT

/* Define if you have Darwin form of pthread_setname_np(3) function. */
#undef HAVE_PTHREAD_SETNAME_NP_DARWIN

/* Define if you have GNU/Linux form of pthread_setname_np(3) function. */
#undef HAVE_PTHREAD_SETNAME_NP_GNU

/* Define if you have NetBSD form (or OSF1 form) of pthread_setname_np(3)
   function. */
#undef HAVE_PTHREAD_SETNAME_NP_NETBSD

/* Define if you have FreeBSD form of pthread_set_name_np(3) function. */
#undef HAVE_PTHREAD_SET_NAME_NP_FREEBSD

/* Define to 1 if you have the pthread_sigmask(3) function. */
#undef HAVE_PTHREAD_SIGMASK

/* Define to 1 if you have the 'rand' function. */
#undef HAVE_RAND

/* Define to 1 if you have the 'random' function. */
#undef HAVE_RANDOM

/* Define to 1 if you have the <sanitizer/asan_interface.h> header file. */
#undef HAVE_SANITIZER_ASAN_INTERFACE_H

/* Define to 1 if you have the 'sched_getaffinity' function. */
#undef HAVE_SCHED_GETAFFINITY

/* Define to 1 if you have the 'sched_getaffinity_np' function. */
#undef HAVE_SCHED_GETAFFINITY_NP

/* Define to 1 if you have the <sched.h> header file. */
#undef HAVE_SCHED_H

/* Define to 1 if you have the <sdkddkver.h> header file. */
#undef HAVE_SDKDDKVER_H

/* Define to 1 if you have the 'sendfile64' function. */
#undef HAVE_SENDFILE64

/* Define to '1' if your have sendmsg() function */
#undef HAVE_SENDMSG

/* Define to 1 if you have the <signal.h> header file. */
#undef HAVE_SIGNAL_H

/* Define to 1 if you have the 'snprintf' function. */
#undef HAVE_SNPRINTF

/* Define to 1 if you have the <sockLib.h> header file. */
#undef HAVE_SOCKLIB_H

/* SOCK_NONBLOCK is defined in a socket header */
#undef HAVE_SOCK_NONBLOCK

/* Define to 1 if you have Solaris-style sendfile(3). */
#undef HAVE_SOLARIS_SENDFILE

/* Define to 1 if you have the <stdalign.h> header file. */
#undef HAVE_STDALIGN_H

/* Define to 1 if you have the <stdbool.h> header file and <stdbool.h> defines
   'bool' type. */
#undef HAVE_STDBOOL_H

/* Define to 1 if you have the <stddef.h> header file. */
#undef HAVE_STDDEF_H

/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H

/* Define to 1 if you have the <stdio.h> header file. */
#undef HAVE_STDIO_H

/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H

/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H

/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H

/* Define to 1 if `sin6_len' is a member of `struct sockaddr_in6'. */
#undef HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN

/* Define to 1 if `sin_len' is a member of `struct sockaddr_in'. */
#undef HAVE_STRUCT_SOCKADDR_IN_SIN_LEN

/* Define to 1 if `sa_len' is a member of `struct sockaddr'. */
#undef HAVE_STRUCT_SOCKADDR_SA_LEN

/* Define to 1 if `ss_len' is a member of `struct sockaddr_storage'. */
#undef HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN

/* Define to 1 if you have the 'sysconf' function. */
#undef HAVE_SYSCONF

/* Define to 1 if you have the 'sysctl' function. */
#undef HAVE_SYSCTL

/* Define to 1 if you have the 'sysctlbyname' function. */
#undef HAVE_SYSCTLBYNAME

/* Define to 1 if you have the <sys/byteorder.h> header file. */
#undef HAVE_SYS_BYTEORDER_H

/* Define to 1 if you have the <sys/cpuset.h> header file. */
#undef HAVE_SYS_CPUSET_H

/* Define to 1 if you have the <sys/endian.h> header file. */
#undef HAVE_SYS_ENDIAN_H

/* Define to 1 if you have the <sys/ioctl.h> header file. */
#undef HAVE_SYS_IOCTL_H

/* Define to 1 if you have the <sys/isa_defs.h> header file. */
#undef HAVE_SYS_ISA_DEFS_H

/* Define to 1 if you have the <sys/machine.h> header file. */
#undef HAVE_SYS_MACHINE_H

/* Define to 1 if you have the <sys/mman.h> header file. */
#undef HAVE_SYS_MMAN_H

/* Define to 1 if you have the <sys/msg.h> header file. */
#undef HAVE_SYS_MSG_H

/* Define to 1 if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H

/* Define to 1 if you have the <sys/pstat.h> header file. */
#undef HAVE_SYS_PSTAT_H

/* Define to 1 if you have the <sys/select.h> header file. */
#undef HAVE_SYS_SELECT_H

/* Define to 1 if you have the <sys/socket.h> header file. */
#undef HAVE_SYS_SOCKET_H

/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H

/* Define to 1 if you have the <sys/sysctl.h> header file. */
#undef HAVE_SYS_SYSCTL_H

/* Define to 1 if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H

/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H

/* Define to 1 if you have the <sys/uio.h> header file. */
#undef HAVE_SYS_UIO_H

/* Define to 1 if you have the <sys/_cpuset.h> header file. */
#undef HAVE_SYS__CPUSET_H

/* Define to 1 if you have the 'timespec_get' function. */
#undef HAVE_TIMESPEC_GET

/* Define to 1 if you have the <time.h> header file. */
#undef HAVE_TIME_H

/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H

/* Define to 1 if you have the 'usleep' function. */
#undef HAVE_USLEEP

/* Define to 1 if you have the 'vxCpuEnabledGet' function. */
#undef HAVE_VXCPUENABLEDGET

/* Define to 1 if you have the <vxCpuLib.h> header file. */
#undef HAVE_VXCPULIB_H

/* Define to 1 if you have the `gmtime_s' function in W32 form. */
#undef HAVE_W32_GMTIME_S

/* Define to 1 if you have the usable `waitpid' function. */
#undef HAVE_WAITPID

/* Define to 1 if you have the <windows.h> header file. */
#undef HAVE_WINDOWS_H

/* Define to 1 if you have the <winsock2.h> header file. */
#undef HAVE_WINSOCK2_H

/* Define to 1 if you have the 'writev' function. */
#undef HAVE_WRITEV

/* Define to 1 if you have the <ws2tcpip.h> header file. */
#undef HAVE_WS2TCPIP_H

/* Define to 1 if you have the 'WSAPoll' function. */
#undef HAVE_WSAPOLL

/* Define to 1 if you have the <zlib.h> header file. */
#undef HAVE_ZLIB_H

/* Define to 1 if you have the '__asan_address_is_poisoned' function. */
#undef HAVE___ASAN_ADDRESS_IS_POISONED

/* Define to 1 if you have the '__asan_region_is_poisoned' function. */
#undef HAVE___ASAN_REGION_IS_POISONED

/* Define to 1 if your compiler supports __FUNCTION__ magic-macro. */
#undef HAVE___FUNCTION__

/* Define to 1 if your compiler supports __func__ magic-macro. */
#undef HAVE___FUNC__

/* Define to 1 if your compiler supports __PRETTY_FUNCTION__ magic-macro. */
#undef HAVE___PRETTY_FUNCTION__

/* Define to 1 if libmicrohttpd is compiled with HTTPS support. */
#undef HTTPS_SUPPORT

/* Define to 1 if your C compiler supports inline functions. */
#undef INLINE_FUNC

/* Defined if libcurl supports AsynchDNS */
#undef LIBCURL_FEATURE_ASYNCHDNS

/* Defined if libcurl supports IDN */
#undef LIBCURL_FEATURE_IDN

/* Defined if libcurl supports IPv6 */
#undef LIBCURL_FEATURE_IPV6

/* Defined if libcurl supports KRB4 */
#undef LIBCURL_FEATURE_KRB4

/* Defined if libcurl supports libz */
#undef LIBCURL_FEATURE_LIBZ

/* Defined if libcurl supports NTLM */
#undef LIBCURL_FEATURE_NTLM

/* Defined if libcurl supports SSL */
#undef LIBCURL_FEATURE_SSL

/* Defined if libcurl supports SSPI */
#undef LIBCURL_FEATURE_SSPI

/* Defined if libcurl supports DICT */
#undef LIBCURL_PROTOCOL_DICT

/* Defined if libcurl supports FILE */
#undef LIBCURL_PROTOCOL_FILE

/* Defined if libcurl supports FTP */
#undef LIBCURL_PROTOCOL_FTP

/* Defined if libcurl supports FTPS */
#undef LIBCURL_PROTOCOL_FTPS

/* Defined if libcurl supports HTTP */
#undef LIBCURL_PROTOCOL_HTTP

/* Defined if libcurl supports HTTPS */
#undef LIBCURL_PROTOCOL_HTTPS

/* Defined if libcurl supports IMAP */
#undef LIBCURL_PROTOCOL_IMAP

/* Defined if libcurl supports LDAP */
#undef LIBCURL_PROTOCOL_LDAP

/* Defined if libcurl supports POP3 */
#undef LIBCURL_PROTOCOL_POP3

/* Defined if libcurl supports RTSP */
#undef LIBCURL_PROTOCOL_RTSP

/* Defined if libcurl supports SMTP */
#undef LIBCURL_PROTOCOL_SMTP

/* Defined if libcurl supports TELNET */
#undef LIBCURL_PROTOCOL_TELNET

/* Defined if libcurl supports TFTP */
#undef LIBCURL_PROTOCOL_TFTP

/* This is a Linux kernel */
#undef LINUX

/* Define to the sub-directory where libtool stores uninstalled libraries. */
#undef LT_OBJDIR

/* Define to '1' if you have address sanitizer enabled */
#undef MHD_ASAN_ACTIVE

/* Define to '1' if user memory poison is used */
#undef MHD_ASAN_POISON_ACTIVE

/* The default HTTP Digest Auth default maximum nc (nonce count) value */
#undef MHD_DAUTH_DEF_MAX_NC_

/* The default HTTP Digest Auth default nonce timeout value (in seconds) */
#undef MHD_DAUTH_DEF_TIMEOUT_

/* Define to '1' to use fast (and larger) code version */
#undef MHD_FAVOR_FAST_CODE

/* Define to '1' to use compact code version */
#undef MHD_FAVOR_SMALL_CODE

/* Define to '1' if CPU_COUNT_S() function expects max CPU number as 'size'
   parameter */
#undef MHD_FUNC_CPU_COUNT_S_GETS_CPUS

/* Define to 1 if you have suitable libmagic. */
#undef MHD_HAVE_LIBMAGIC

/* Define to 1 if you have __builtin_bswap32() builtin function */
#undef MHD_HAVE___BUILTIN_BSWAP32

/* Define to 1 if you have __builtin_bswap64() builtin function */
#undef MHD_HAVE___BUILTIN_BSWAP64

/* Define to `1' if HTTPS require initialisation of libgcrypt */
#undef MHD_HTTPS_REQUIRE_GCRYPT

/* Define to 1 if libmicrohttpd is compiled with MD5 hashing support. */
#undef MHD_MD5_SUPPORT

/* Define to 1 if libmicrohttpd is compiled with MD5 hashing by TLS library.
   */
#undef MHD_MD5_TLSLIB

/* Define to 1 to disable setting name on generated threads */
#undef MHD_NO_THREAD_NAMES

/* tls plugins */
#undef MHD_PLUGIN_INSTALL_PREFIX

/* Define to 1 if libmicrohttpd is compiled with SHA-256 hashing support. */
#undef MHD_SHA256_SUPPORT

/* Define to 1 if libmicrohttpd is compiled with SHA-256 hashing by TLS
   library. */
#undef MHD_SHA256_TLSLIB

/* Define to 1 if libmicrohttpd is compiled with SHA-512/256 hashing support.
   */
#undef MHD_SHA512_256_SUPPORT

/* Define to system default value of FD_SETSIZE macro */
#undef MHD_SYS_FD_SETSIZE_

/* Define if you have usable `getsockname' function. */
#undef MHD_USE_GETSOCKNAME

/* Define if you have usable PAGESIZE macro */
#undef MHD_USE_PAGESIZE_MACRO

/* Define if you have PAGESIZE macro usable for static init */
#undef MHD_USE_PAGESIZE_MACRO_STATIC

/* Define if you have usable PAGE_SIZE macro */
#undef MHD_USE_PAGE_SIZE_MACRO

/* Define if you have PAGE_SIZE macro usable for static init */
#undef MHD_USE_PAGE_SIZE_MACRO_STATIC

/* define to use pthreads */
#undef MHD_USE_POSIX_THREADS

/* Define to 1 if you have properly working tsearch(), tfind() and tdelete()
   functions. */
#undef MHD_USE_SYS_TSEARCH

/* define to use W32 threads */
#undef MHD_USE_W32_THREADS

/* This is a MinGW system */
#undef MINGW

/* This is a NetBSD system */
#undef NETBSD

/* This is an OpenBSD system */
#undef OPENBSD

/* This is a OS/390 system */
#undef OS390

/* This is an OS X system */
#undef OSX

/* Some strange OS */
#undef OTHEROS

/* Name of package */
#undef PACKAGE

/* 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 home page for this package. */
#undef PACKAGE_URL

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

/* Define to necessary symbol if this constant uses a non-standard name on
   your system. */
#undef PTHREAD_CREATE_JOINABLE

/* The size of `int', as computed by sizeof. */
#undef SIZEOF_INT

/* The size of `int64_t', as computed by sizeof. */
#undef SIZEOF_INT64_T

/* The size of `size_t', as computed by sizeof. */
#undef SIZEOF_SIZE_T

/* The size of `tv_sec' member of `struct timeval', as computed by sizeof */
#undef SIZEOF_STRUCT_TIMEVAL_TV_SEC

/* The size of `uint64_t', as computed by sizeof. */
#undef SIZEOF_UINT64_T

/* The size of `unsigned int', as computed by sizeof. */
#undef SIZEOF_UNSIGNED_INT

/* The size of `unsigned long long', as computed by sizeof. */
#undef SIZEOF_UNSIGNED_LONG_LONG

/* This is a Solaris system */
#undef SOLARIS

/* This is a BSD system */
#undef SOMEBSD

/* Define to 1 if all of the C90 standard headers exist (not just the ones
   required in a freestanding environment). This macro is provided for
   backward compatibility; new code need not use it. */
#undef STDC_HEADERS

/* Define to 1 if libmicrohttpd is compiled with HTTP Upgrade support. */
#undef UPGRADE_SUPPORT

/* Define to 1 if your kernel supports IPv6 and IPv6 is enabled and useful for
   testing. */
#undef USE_IPV6_TESTING

/* Version number of package */
#undef VERSION

/* This is a Windows system */
#undef WINDOWS

/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
   significant byte first (like Motorola and SPARC, unlike Intel). */
#if defined AC_APPLE_UNIVERSAL_BUILD
# if defined __BIG_ENDIAN__
#  define WORDS_BIGENDIAN 1
# endif
#else
# ifndef WORDS_BIGENDIAN
#  undef WORDS_BIGENDIAN
# endif
#endif

/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS

/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
#undef _LARGEFILE_SOURCE

/* Define for large files, on AIX-style hosts. */
#undef _LARGE_FILES

/* defines how to decorate public symbols while building the library */
#undef _MHD_EXTERN

/* Define to 1 to enable "heavy" test paths. */
#undef _MHD_HEAVY_TESTS

/* Define to use eventFD for inter-thread communication */
#undef _MHD_ITC_EVENTFD

/* Define to use pipe for inter-thread communication */
#undef _MHD_ITC_PIPE

/* Define to use socketpair for inter-thread communication */
#undef _MHD_ITC_SOCKETPAIR

/* Define to supported 'noreturn' function declaration */
#undef _MHD_NORETURN

/* Define to 1 to enable "very heavy" test paths. */
#undef _MHD_VHEAVY_TESTS

/* Define to prefix which will be used with MHD static inline functions. */
#undef _MHD_static_inline

/* Need with solaris or errno does not work */
#undef _REENTRANT

/* Define to 1 if C does not support variable-length arrays, and if the
   compiler does not already define this. */
#undef __STDC_NO_VLA__

/* Define to type name which will be used as boolean type. */
#undef bool

/* Define curl_free() as free() if our version of curl lacks curl_free. */
#undef curl_free

/* Define to value interpreted by compiler as boolean "false", if "false" is
   not defined by system headers. */
#undef false

/* Define to value interpreted by compiler as boolean "true", if "true" is not
   defined by system headers. */
#undef true