|
43 | 43 | /* to disable Gopher */ |
44 | 44 | /* #undef CURL_DISABLE_GOPHER */ |
45 | 45 |
|
| 46 | +/* disable headers-api */ |
| 47 | +/* #undef CURL_DISABLE_HEADERS_API */ |
| 48 | + |
46 | 49 | /* disable alt-svc */ |
47 | 50 | #define CURL_DISABLE_HSTS 1 |
48 | 51 |
|
|
151 | 154 | /* Define to 1 if you have the <assert.h> header file. */ |
152 | 155 | #define HAVE_ASSERT_H 1 |
153 | 156 |
|
| 157 | +/* Define to 1 if you have _Atomic support. */ |
| 158 | +#define HAVE_ATOMIC 1 |
| 159 | + |
154 | 160 | /* Define to 1 if you have the basename function. */ |
155 | 161 | #define HAVE_BASENAME 1 |
156 | 162 |
|
|
200 | 206 | /* Define to 1 if you have the <err.h> header file. */ |
201 | 207 | /* #undef HAVE_ERR_H */ |
202 | 208 |
|
| 209 | +/* Define to 1 if you have the `fchmod' function. */ |
| 210 | +#define HAVE_FCHMOD 1 |
| 211 | + |
203 | 212 | /* Define to 1 if you have the fcntl function. */ |
204 | 213 | #define HAVE_FCNTL 1 |
205 | 214 |
|
|
445 | 454 | /* #undef HAVE_MEMRCHR */ |
446 | 455 |
|
447 | 456 | /* Define to 1 if you have the MSG_NOSIGNAL flag. */ |
448 | | -/* #undef HAVE_MSG_NOSIGNAL */ |
| 457 | +#define HAVE_MSG_NOSIGNAL 1 |
| 458 | + |
| 459 | +/* Define to 1 if you have the <msh3.h> header file. */ |
| 460 | +/* #undef HAVE_MSH3_H */ |
449 | 461 |
|
450 | 462 | /* Define to 1 if you have the <netdb.h> header file. */ |
451 | 463 | #define HAVE_NETDB_H 1 |
|
459 | 471 | /* Define to 1 if you have the <netinet/tcp.h> header file. */ |
460 | 472 | #define HAVE_NETINET_TCP_H 1 |
461 | 473 |
|
| 474 | +/* Define to 1 if you have the <netinet/udp.h> header file. */ |
| 475 | +#define HAVE_NETINET_UDP_H 1 |
| 476 | + |
462 | 477 | /* Define to 1 if you have the <net/if.h> header file. */ |
463 | 478 | #define HAVE_NET_IF_H 1 |
464 | 479 |
|
|
548 | 563 | /* Define to 1 if you have the <rsa.h> header file. */ |
549 | 564 | /* #undef HAVE_RSA_H */ |
550 | 565 |
|
| 566 | +/* Define to 1 if you have the `sched_yield' function. */ |
| 567 | +#define HAVE_SCHED_YIELD 1 |
| 568 | + |
551 | 569 | /* Define to 1 if you have the select function. */ |
552 | 570 | #define HAVE_SELECT 1 |
553 | 571 |
|
554 | 572 | /* Define to 1 if you have the send function. */ |
555 | 573 | #define HAVE_SEND 1 |
556 | 574 |
|
| 575 | +/* Define to 1 if you have the `sendmsg' function. */ |
| 576 | +#define HAVE_SENDMSG 1 |
| 577 | + |
557 | 578 | /* Define to 1 if you have the <setjmp.h> header file. */ |
558 | 579 | #define HAVE_SETJMP_H 1 |
559 | 580 |
|
|
816 | 837 | /* #undef NTLM_WB_FILE */ |
817 | 838 |
|
818 | 839 | /* cpu-machine-OS */ |
819 | | -#define OS "x86_64-apple-darwin21.4.0" |
| 840 | +#define OS "x86_64-apple-darwin20.6.0" |
820 | 841 |
|
821 | 842 | /* Name of package */ |
822 | 843 | #define PACKAGE "curl" |
|
858 | 879 | #define RECV_TYPE_RETV ssize_t |
859 | 880 |
|
860 | 881 | /* Define to the type qualifier of arg 5 for select. */ |
861 | | -#define SELECT_QUAL_ARG5 |
| 882 | +#define SELECT_QUAL_ARG5 |
862 | 883 |
|
863 | 884 | /* Define to the type of arg 1 for select. */ |
864 | 885 | #define SELECT_TYPE_ARG1 int |
|
961 | 982 | /* if mbedTLS is enabled */ |
962 | 983 | /* #undef USE_MBEDTLS */ |
963 | 984 |
|
| 985 | +/* if msh3 is in use */ |
| 986 | +/* #undef USE_MSH3 */ |
| 987 | + |
964 | 988 | /* if nghttp2 is in use */ |
965 | 989 | /* #undef USE_NGHTTP2 */ |
966 | 990 |
|
|
0 commit comments