summaryrefslogtreecommitdiff
path: root/os400/os400config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'os400/os400config.h.in')
-rw-r--r--os400/os400config.h.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/os400/os400config.h.in b/os400/os400config.h.in
index ad5abb70..8ef477ba 100644
--- a/os400/os400config.h.in
+++ b/os400/os400config.h.in
@@ -90,9 +90,6 @@
/* Define if history library is there (-lhistory) */
#undef HAVE_LIBHISTORY
-/* Have compression library */
-#undef HAVE_LIBLZMA
-
/* Define if pthread library is there (-lpthread) */
#undef HAVE_LIBPTHREAD
@@ -108,9 +105,6 @@
/* Define to 1 if you have the `localtime' function. */
#define HAVE_LOCALTIME 1
-/* Define to 1 if you have the <lzma.h> header file. */
-#undef HAVE_LZMA_H
-
/* Define to 1 if you have the <malloc.h> header file. */
#undef HAVE_MALLOC_H
@@ -274,14 +268,6 @@
/* Define to 1 if you have the `vsprintf' function. */
#undef HAVE_VSPRINTF /* Use trio. */
-/* Define to 1 if you have the <zlib.h> header file. */
-/* Actually dependent on the compilation script. */
-#if @WITH_ZLIB@
-#define HAVE_ZLIB_H 1
-#else
-#undef HAVE_ZLIB_H
-#endif
-
/* Define to 1 if you have the `_stat' function. */
#undef HAVE__STAT