Browse Source

libuv: automatically skip ifaddrs on Solaris 10

Brad King 8 năm trước cách đây
mục cha
commit
5651257fff
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      Utilities/cmlibuv/src/unix/sunos.c

+ 4 - 0
Utilities/cmlibuv/src/unix/sunos.c

@@ -28,6 +28,10 @@
 #include <assert.h>
 #include <errno.h>
 
+#if !defined(SUNOS_NO_IFADDRS) && _XOPEN_SOURCE < 600
+#define SUNOS_NO_IFADDRS
+#endif
+
 #ifndef SUNOS_NO_IFADDRS
 # include <ifaddrs.h>
 #endif