diff options
author | Matthias P. Braendli (think) <matthias@mpb.li> | 2013-11-08 18:14:57 +0100 |
---|---|---|
committer | Matthias P. Braendli (think) <matthias@mpb.li> | 2013-11-08 18:14:57 +0100 |
commit | d930ee6b9a52f0eb9939b3fe55afd2361944edb2 (patch) | |
tree | a26c6c31bebe6681da54d9acd782c3fe96969da7 /config.h.in | |
parent | c5306f81a9d3b87df7e16c852f2505ac913193ca (diff) | |
download | dabmux-d930ee6b9a52f0eb9939b3fe55afd2361944edb2.tar.gz dabmux-d930ee6b9a52f0eb9939b3fe55afd2361944edb2.tar.bz2 dabmux-d930ee6b9a52f0eb9939b3fe55afd2361944edb2.zip |
add support for ZeroMQ output
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 41e4aaf..a7bf7a3 100644 --- a/config.h.in +++ b/config.h.in @@ -69,6 +69,9 @@ /* Define to 1 if you have the `pthread' library (-lpthread). */ #undef HAVE_LIBPTHREAD +/* Define to 1 if you have the `zmq' library (-lzmq). */ +#undef HAVE_LIBZMQ + /* Define to 1 if you have the <limits.h> header file. */ #undef HAVE_LIMITS_H @@ -112,6 +115,9 @@ /* Define if UDP output is enabled */ #undef HAVE_OUTPUT_UDP +/* Define if ZeroMQ output is enabled */ +#undef HAVE_OUTPUT_ZEROMQ + /* Define to 1 if your system has a GNU libc compatible `realloc' function, and to 0 otherwise. */ #undef HAVE_REALLOC |