Home
last modified time | relevance | path

Searched refs:have_mdns (Results 1 – 2 of 2) sorted by relevance

/dports/lang/gnustep-base/libs-base-base-1_27_0/
H A Dconfigure.ac3299 AC_CHECK_HEADERS(dns_sd.h, have_mdns=yes, have_mdns=no)
3300 if test "$have_mdns" = "yes"; then
3301 AC_CHECK_LIB(dns_sd, DNSServiceBrowse, have_mdns=yes, have_mdns=no)
3302 if test "$have_mdns" = "yes"; then
3320 if test "$have_avahi" = "yes" && test "$have_mdns" = "yes"; then
H A Dconfigure12529 have_mdns=yes
12531 have_mdns=no
12536 if test "$have_mdns" = "yes"; then
12574 have_mdns=yes
12576 have_mdns=no
12579 if test "$have_mdns" = "yes"; then
12651 if test "$have_avahi" = "yes" && test "$have_mdns" = "yes"; then