percona/percona-server
extra/curl/curl-8.14.1/CMakeLists.txt
:1958
check_c_source_runs("
#include <time.h>
int main(void) {
time_t t = -1;
return t < 0;
}" HAVE_TIME_T_UNSIGNED)