Log Message: libunistring: Test for c99 instead of testing for the compiler before attempting to include stdbool.h. Solaris 10 has stdbool, but the compiler defaults to c89 and an error will occur on stdbool inclusion due to the specified standard not being recent enough. PR pkg/56488