features: add UNIX_SOCKET feature

for SV tests to tun conditionnaly on it

Ticket: 3464
pull/14639/head
Philippe Antoine 8 months ago committed by Victor Julien
parent 48b15ac152
commit f8ad6904bc

@ -820,6 +820,9 @@ static void PrintBuildInfo(void)
#ifdef PROFILE_LOCKING
strlcat(features, "PROFILE_LOCKING ", sizeof(features));
#endif
#ifdef BUILD_UNIX_SOCKET
strlcat(features, "UNIX_SOCKET ", sizeof(features));
#endif
#if defined(TLS_C11) || defined(TLS_GNU)
strlcat(features, "TLS ", sizeof(features));
#endif

Loading…
Cancel
Save