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 7971a35..89c993d 100644 --- a/config.h.in +++ b/config.h.in @@ -22,6 +22,9 @@ /* Define to 1 if you have the `gettimeofday' function. */ #undef HAVE_GETTIMEOFDAY +/* Define if ZeroMQ input is enabled */ +#undef HAVE_INPUT_ZEROMQ + /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H @@ -43,6 +46,9 @@ /* Define to 1 if you have the `uhd' library (-luhd). */ #undef HAVE_LIBUHD +/* 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 |