chore: remove unused define HAVE_GMTTIME_R

This commit is contained in:
sithlord48
2025-03-25 21:38:04 -04:00
committed by Nick Bolton
parent e225a357fd
commit 84b433853a
2 changed files with 0 additions and 4 deletions

View File

@ -94,7 +94,6 @@ macro(configure_unix_libs)
check_include_files(sys/time.h HAVE_SYS_TIME_H)
check_include_files(unistd.h HAVE_UNISTD_H)
check_function_exists(gmtime_r HAVE_GMTIME_R)
check_function_exists(nanosleep HAVE_NANOSLEEP)
check_function_exists(sigwait HAVE_POSIX_SIGWAIT)
check_function_exists(inet_aton HAVE_INET_ATON)