Skip to content
Commit bea1a4a7 authored by Arjun Shankar's avatar Arjun Shankar
Browse files

nss: Reconcile conditional declaration and use of `is_nscd'



This change harmonizes the declaration and use of `is_nscd' and fixes a
build failure with the "--enable-static-nss --enable-nscd"
configuration options due to `is_nscd' being used undeclared.

The purpose of `is_nscd' is to avoid (nss <-> nscd) recursion in
dynamically linked libc (SHARED) that is nscd-aware (USE_NSCD), and so
its declaration and use should be guarded by the definition of those
macros.

Reviewed-by: default avatarCarlos O'Donell <carlos@redhat.com>
parent eeef96f5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment