Re: [Qemu-devel] Re: [PATCH] Allow AF_UNIX sockets to be disabled on non-Windows

2008-02-06 Thread Samuel Thibault
Anthony Liguori, le Wed 06 Feb 2008 13:19:23 -0600, a écrit : > 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,

Re: [Qemu-devel] Re: [PATCH] Allow AF_UNIX sockets to be disabled on non-Windows

2008-02-06 Thread Anthony Liguori
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

[Qemu-devel] Re: [PATCH] Allow AF_UNIX sockets to be disabled on non-Windows

2008-02-06 Thread Ian Jackson
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-embed