mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-04 07:27:26 +01:00
Merge pull request #1656 from bluca/vmci_include
This commit is contained in:
commit
765fd20937
@ -494,7 +494,7 @@ have_vmci_library="no"
|
|||||||
AC_ARG_WITH([vmci], [AS_HELP_STRING([--with-vmci],
|
AC_ARG_WITH([vmci], [AS_HELP_STRING([--with-vmci],
|
||||||
[build libzmq with VMCI transport [default=no]])],
|
[build libzmq with VMCI transport [default=no]])],
|
||||||
[have_vmci_ext=$withval],
|
[have_vmci_ext=$withval],
|
||||||
[have_vmci_ext=yes])
|
[have_vmci_ext=no])
|
||||||
|
|
||||||
if test "x$have_vmci_ext" != "xno"; then
|
if test "x$have_vmci_ext" != "xno"; then
|
||||||
AC_DEFINE(ZMQ_HAVE_VMCI, 1, [Have VMCI transport])
|
AC_DEFINE(ZMQ_HAVE_VMCI, 1, [Have VMCI transport])
|
||||||
|
@ -52,7 +52,6 @@
|
|||||||
#include "ipc_listener.hpp"
|
#include "ipc_listener.hpp"
|
||||||
#include "tipc_listener.hpp"
|
#include "tipc_listener.hpp"
|
||||||
#include "tcp_connecter.hpp"
|
#include "tcp_connecter.hpp"
|
||||||
#include "vmci_listener.hpp"
|
|
||||||
#include "io_thread.hpp"
|
#include "io_thread.hpp"
|
||||||
#include "session_base.hpp"
|
#include "session_base.hpp"
|
||||||
#include "config.hpp"
|
#include "config.hpp"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user