From 115dc28ada967b07d7aa69c464fa6f2d7704da06 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 18 Jul 2014 11:21:12 +0200 Subject: Add zmq to list of supported input URLs fixes #2 --- src/utils.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/utils.cpp') diff --git a/src/utils.cpp b/src/utils.cpp index 5a30b1b..4e9d8c3 100644 --- a/src/utils.cpp +++ b/src/utils.cpp @@ -95,6 +95,9 @@ void header_message() #endif #if defined(HAVE_INPUT_FILE) " file" << +#endif +#if defined(HAVE_INPUT_ZEROMQ) + " zmq" << #endif std::endl; -- cgit v1.2.3