libvirt/tools/nss
Michal Privoznik 31fb929eca nss: Finish renaming of HAVE_BSD_NSS macro
When switching to meson, some of HAVE_* macros were renamed to
WITH_ because they did not reflect whether the build platform has
or doesn't have something, but whether we are building with some
functionality turned on or off. This is the case with
HAVE_BSD_NSS macro too. As a result, the NSS plugin built on BSD
did not expose nss_module_register() function which made the
plugin unusable:

https://www.redhat.com/archives/libvir-list/2020-September/msg00000.html

Fixes: c742687055
Reported-by: Roman Bogorodskiy <bogorodskiy@gmail.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Roman Bogorodskiy <bogorodskiy@gmail.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
2020-09-01 11:39:49 +02:00
..
libvirt_guest_nss.syms
libvirt_nss_bsd.syms
libvirt_nss_leases.c Don't pass NULL to yajl_free() 2020-03-30 16:11:13 +02:00
libvirt_nss_leases.h
libvirt_nss_macs.c Don't pass NULL to yajl_free() 2020-03-30 16:11:13 +02:00
libvirt_nss_macs.h
libvirt_nss.c nss: Finish renaming of HAVE_BSD_NSS macro 2020-09-01 11:39:49 +02:00
libvirt_nss.h nss: Finish renaming of HAVE_BSD_NSS macro 2020-09-01 11:39:49 +02:00
libvirt_nss.syms
meson.build meson: tests: add nss specific tests 2020-08-03 09:27:06 +02:00