diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in index 23bb05e..f525db2 100644 --- a/config.h.in +++ b/config.h.in @@ -12,6 +12,9 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H +/* Define to 1 if you have the `z' library (-lz). */ +#undef HAVE_LIBZ + /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H @@ -45,7 +48,7 @@ /* Check for large files support */ #undef HTS_LFS -/* Defined to build under Linux */ +/* Default value used */ #undef HTS_PLATFORM /* Check for libsocket */ |