build: remove HAVE_SOCKLEN_T forced define

This commit is contained in:
sithlord48
2025-06-13 22:21:26 -04:00
committed by Nick Bolton
parent a3fe66f213
commit 044c9b24f3
3 changed files with 0 additions and 11 deletions

View File

@ -156,10 +156,6 @@ macro(configure_unix_libs)
endif()
endif()
# 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_SOCKLEN_T 1)
# Unix only: For config.h, save the results based on a template (config.h.in).
# Note that this won't work on Windows because filenames are not case sensitive,
# and we have header files named "Config.h" (upper case 'C').