Skip to content

CxxUtils: Fix glibc test.

Scott Snyder requested to merge ssnyder/athena:features.CxxUtils-20230327 into 23.0

Use __has_include when looking for the system features.h. Removes need for platform-dependent #ifdef.

Add dummy version of __GLIBC_PREREQ if it's not defined, so that we can use it without an additional test.

Merge request reports