chore: remove unused define HAVE_SYS_UTSNAME_H

This commit is contained in:
sithlord48
2025-03-25 21:33:50 -04:00
committed by Nick Bolton
parent cb8c6fe9d9
commit 56a665cd18
2 changed files with 0 additions and 4 deletions

View File

@ -92,7 +92,6 @@ macro(configure_unix_libs)
check_include_files(sys/select.h HAVE_SYS_SELECT_H)
check_include_files(sys/socket.h HAVE_SYS_SOCKET_H)
check_include_files(sys/time.h HAVE_SYS_TIME_H)
check_include_files(sys/utsname.h HAVE_SYS_UTSNAME_H)
check_include_files(unistd.h HAVE_UNISTD_H)
check_include_files(wchar.h HAVE_WCHAR_H)