diff options
Diffstat (limited to 'src/config.h.in')
-rw-r--r-- | src/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in index 137a5b3..999ca87 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -91,12 +91,18 @@ /* Define to 1 if you have the `pcap' library (-lpcap). */ #undef HAVE_LIBPCAP +/* Define to 1 if you have the `z' library (-lz). */ +#undef HAVE_LIBZ + /* Define to 1 if you have the <lmdb.h> header file. */ #undef HAVE_LMDB_H /* Use liblz4 */ #undef HAVE_LZ4 +/* Use liblzma */ +#undef HAVE_LZMA + /* Define to 1 if you have the <machine/endian.h> header file. */ #undef HAVE_MACHINE_ENDIAN_H |