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-ios.h | |
parent | 0dd435081e96fb2c7d63a01971a01b4b446a7f21 (diff) | |
download | ydb-9a7a8a5fbc8b03deab5bf8811b4b9243a693bb1e.tar.gz |
curl build with http3 support
commit_hash:9033848a94b58ad32fb6c296eca4f77af9cda070
Diffstat (limited to 'contrib/libs/ngtcp2/config-ios.h')
-rw-r--r-- | contrib/libs/ngtcp2/config-ios.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/libs/ngtcp2/config-ios.h b/contrib/libs/ngtcp2/config-ios.h new file mode 100644 index 0000000000..06b8ef5651 --- /dev/null +++ b/contrib/libs/ngtcp2/config-ios.h @@ -0,0 +1,4 @@ +#include "config-linux.h" +#include "config-osx.h" + +#undef HAVE_EXPLICIT_BZERO |