build: remove HAVE_PTHREAD_SIGNAL define it was forced on

This commit is contained in:
sithlord48
2025-06-13 22:19:03 -04:00
committed by Nick Bolton
parent 60a148ce68
commit a3fe66f213
3 changed files with 0 additions and 17 deletions

View File

@ -158,7 +158,6 @@ macro(configure_unix_libs)
# For config.h, set some static values; it may be a good idea to make these
# values dynamic for non-standard UNIX compilers.
set(HAVE_PTHREAD_SIGNAL 1)
set(HAVE_SOCKLEN_T 1)
# Unix only: For config.h, save the results based on a template (config.h.in).