diff options
author | r3zch <r3zch@yandex-team.com> | 2024-11-29 12:27:52 +0300 |
---|---|---|
committer | r3zch <r3zch@yandex-team.com> | 2024-11-29 12:41:56 +0300 |
commit | 9a7a8a5fbc8b03deab5bf8811b4b9243a693bb1e (patch) | |
tree | 09ad0223de1eae02c0ae99eddb0166c4f6ad2f67 /contrib/libs/ngtcp2/config-win.h | |
parent | 0dd435081e96fb2c7d63a01971a01b4b446a7f21 (diff) | |
download | ydb-9a7a8a5fbc8b03deab5bf8811b4b9243a693bb1e.tar.gz |
curl build with http3 support
commit_hash:9033848a94b58ad32fb6c296eca4f77af9cda070
Diffstat (limited to 'contrib/libs/ngtcp2/config-win.h')
-rw-r--r-- | contrib/libs/ngtcp2/config-win.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/contrib/libs/ngtcp2/config-win.h b/contrib/libs/ngtcp2/config-win.h new file mode 100644 index 0000000000..3b2f5e3dbb --- /dev/null +++ b/contrib/libs/ngtcp2/config-win.h @@ -0,0 +1,15 @@ +#include "config-linux.h" + +#undef HAVE_ARPA_INET_H + +#undef HAVE_NETINET_IN_H + +#undef HAVE_UNISTD_H + +#undef HAVE_ENDIAN_H + +#undef HAVE_BYTESWAP_H + +#undef HAVE_DECL_BE64TOH + +#undef HAVE_DECL_BSWAP_64 |