+</set>
+
+<!--
+ Files used on all non-Darwin Unix systems (because Darwin provides other,
+ better, native equivalents of the functionality they implement (e.g.
+ CFSocket instead of BSD sockets) or doesn't provide it at all (epoll,
+ backtrace())
+ -->
+<set var="BASE_UNIX_SRC" hints="files">
+ $(BASE_UNIX_AND_DARWIN_NOTWXMAC_SRC)
+ src/common/gsocketiohandler.cpp
+</set>
+<set var="BASE_AND_GUI_UNIX_SRC" hints="files">
+ src/unix/utilsunx.cpp
+</set>
+<set var="BASE_UNIX_HDR" hints="files">
+ $(BASE_UNIX_AND_DARWIN_NOTWXMAC_HDR)
+ wx/private/gsocketiohandler.h