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