diff options
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 |