"Carlos O'Donell" <codonell@redhat.com> writes: > * Refactor code to make the list of NSS lookups functions static and > knowable at compiler time. We don't *need* a dynamic list of them, Can we use linker magic to collect this list? The other alternatives are either preprocessor magic, or a centralized master list.