gallium: add pipe cap for scissored clears and pass scissor state to clear() hook
[mesa.git] / src / gallium / auxiliary / util / u_network.h
index 0aa898b967677e48845c76c86470b81603abc306..be1fa00dcb4745c60e131c9597c1a938a9ecc0db 100644 (file)
@@ -4,9 +4,7 @@
 
 #include "pipe/p_compiler.h"
 
-#if defined(PIPE_SUBSYSTEM_WINDOWS_USER)
-#  define PIPE_HAVE_SOCKETS
-#elif defined(PIPE_OS_LINUX) || defined(PIPE_OS_HAIKU) || defined(PIPE_OS_BSD)
+#if defined(PIPE_OS_WINDOWS) || defined(PIPE_OS_UNIX)
 #  define PIPE_HAVE_SOCKETS
 #endif