Skip to content

Commit

Permalink
Again OpenBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
gon1332 committed Jan 28, 2025
1 parent 1dc56ac commit 01a1665
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/utils.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ function(generate_configuration in out)

include(CheckFunctionExists)
check_function_exists(gethostbyname2 HAVE_GETHOSTBYNAME2)
check_function_exists(timer_create HAVE_POSIX_TIMER)

include(CheckSymbolExists)
check_function_exists(timer_t "timer_t.h" HAVE_POSIX_TIMER)

include(CheckStructHasMember)
if (${HAVE_NET_ETHERNET_H})
Expand Down

0 comments on commit 01a1665

Please sign in to comment.