HomeClusterLabs Projects

Build: configure: require functions instead of replacing them

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

Build: configure: require functions instead of replacing them

Because we define _GNU_SOURCE in portability.h, alphasort(), scandir(),
strnlen(), and strndup() should all be available in glibc on all versions
of Linux distributions we support. As they originated in BSD, they should be
available there as well.

Also remove some leftover declarations of formerly replaced functions in
portability.h.

Details

Provenance
kgaillotAuthored on Aug 16 2023, 6:22 PM

Commit No Longer Exists

This commit no longer exists in the repository.