Ian Jackson wrote:
iwj writes ("[PATCH] Allow AF_UNIX sockets to be disabled on non-Windows"):
The patch below makes it possible to disable AF_UNIX (unix-domain)
sockets in host environments which do not define _WIN32, by adding
-DNO_UNIX_SOCKETS to the compiler flags.  This is useful in the
effectively-embedded qemu host which are going to be using for device
emulation in Xen.

If you don't like my patches please do say.

It should just check a define for _MINIOS. That makes it a lot more obvious why it's not being included.

Regards,

Anthony Liguori

Ian.





Reply via email to