From: Alan T. DeKok Date: Mon, 15 Apr 2024 15:42:39 +0000 (-0400) Subject: build on Solaris, too. Fixes #5313 X-Git-Tag: release_3_2_4~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c6b4e6cba726cc7cf2d4c55b3ca63a11603d127;p=thirdparty%2Ffreeradius-server.git build on Solaris, too. Fixes #5313 --- diff --git a/src/main/listen.c b/src/main/listen.c index c7617010b04..dbb2167e281 100644 --- a/src/main/listen.c +++ b/src/main/listen.c @@ -55,7 +55,7 @@ RCSID("$Id$") #ifdef WITH_TLS #include -# if defined(__APPLE__) || defined(__FreeBSD__) || defined(__illumos__) +# if defined(__APPLE__) || defined(__FreeBSD__) || defined(__illumos__) || defined(__sun__) # if !defined(SOL_TCP) && defined(IPPROTO_TCP) # define SOL_TCP IPPROTO_TCP # endif