]> git.ipfire.org Git - thirdparty/unbound.git/commit
Use build system endianness if available, otherwise try to work it out. 496/head
authorJim Hague <jim.hague@acm.org>
Thu, 27 May 2021 09:57:35 +0000 (10:57 +0100)
committerJim Hague <jim.hague@acm.org>
Thu, 27 May 2021 09:57:35 +0000 (10:57 +0100)
commit6066a24405465e50615f1a24035693d9e94034c6
tree563364d8fdd7a5bcc36a9f82b604060bdc139662
parent0f2ae816b5e28b3f15a13c91a8ad2b9fff22e990
Use build system endianness if available, otherwise try to work it out.

The getdns build system provides the endianness, enabling building on
Windows native. This change is a convenience for getdns maintainers.
util/storage/lookup3.c