ladybird/Libraries/LibDNS
Rocco Corsi 73658c9785 LibDNS: Export DNS::Messages::Records::SIG for DNS_DEBUG builds
When building with DNS_DEBUG or ENABLE_ALL_THE_DEBUG_MACROS there is a
linking issue with Libraries/LibDNS/Resolver.h:1003 with
undefined reference DNS::Messages::Records::SIG::to_string() const

Add DNS_API on DNS:Messages::Records::SIG definition to allow access
to the class in bin/dns, bin/TestDNSResolver, libexec/RequestServer
2025-09-18 11:02:13 +02:00
..
CMakeLists.txt LibDNS: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-24 12:58:27 -06:00
Message.cpp LibDNS: Add support for local DNSSEC validation 2025-06-11 18:16:29 +02:00
Message.h LibDNS: Export DNS::Messages::Records::SIG for DNS_DEBUG builds 2025-09-18 11:02:13 +02:00
Resolver.h LibDNS+RequestServer: Don't construct Vectors to validate DNS response 2025-08-13 10:30:04 -04:00