cmake LWS_HAVE_WIN32_AFUNIX_H examples

warmcat/libwebsockets CMakeLists.txt :746

CHECK_C_SOURCE_COMPILES("#include <winsock2.h>
				 #include <afunix.h>
				 int main() { return 0; }" LWS_HAVE_WIN32_AFUNIX_H)

c-jimenez/open-ocpp 3rdparty/libwebsockets/CMakeLists.txt :654

CHECK_C_SOURCE_COMPILES("#include <winsock2.h>
				 #include <afunix.h>
				 int main() { return 0; }" LWS_HAVE_WIN32_AFUNIX_H)

fluffos/fluffos src/thirdparty/libwebsockets/CMakeLists.txt :637

CHECK_C_SOURCE_COMPILES("#include <winsock2.h>
				 #include <afunix.h>
				 int main() { return 0; }" LWS_HAVE_WIN32_AFUNIX_H)