]> git.ipfire.org Git - thirdparty/systemd.git/commit
util: move several DNS related definitions to src/basic/dns-def.h
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 31 Dec 2020 23:52:52 +0000 (08:52 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 18 Jan 2021 22:04:19 +0000 (07:04 +0900)
commitc11e5f43d20b7b6b809200e91de69ab47802b664
tree5c46fecef5b97448c51e205f56873ab83149038e
parentaf182ae1dc35a48276e9fe0aaa9454377b4a667b
util: move several DNS related definitions to src/basic/dns-def.h

DNS_HOSTNAME_MAX is used by sd-resolve, but it was defined in
src/shared/dns-domain.h. The library libsystemd should be independent
of source files under src/shared.
src/basic/dns-def.h [new file with mode: 0644]
src/basic/meson.build
src/libsystemd/sd-resolve/sd-resolve.c
src/shared/dns-domain.h