|
|
|
|
@ -1,9 +1,9 @@
|
|
|
|
|
/* src/config.h.in. Generated from configure.in by autoheader. */
|
|
|
|
|
/* src/zimlib/src/config.h.in. Generated from configure.ac by autoheader. */
|
|
|
|
|
|
|
|
|
|
/* set cluster cache size to number of cached chunks */
|
|
|
|
|
/* set zim cluster cache size to number of cached chunks */
|
|
|
|
|
#undef CLUSTER_CACHE_SIZE
|
|
|
|
|
|
|
|
|
|
/* set dirent cache size to number of cached chunks */
|
|
|
|
|
/* set zim dirent cache size to number of cached chunks */
|
|
|
|
|
#undef DIRENT_CACHE_SIZE
|
|
|
|
|
|
|
|
|
|
/* defined if bzip2 compression is enabled */
|
|
|
|
|
@ -21,6 +21,21 @@
|
|
|
|
|
/* Define to 1 if you have the <inttypes.h> header file. */
|
|
|
|
|
#undef HAVE_INTTYPES_H
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `bz2' library (-lbz2). */
|
|
|
|
|
#undef HAVE_LIBBZ2
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `lzma' library (-llzma). */
|
|
|
|
|
#undef HAVE_LIBLZMA
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `microhttpd' library (-lmicrohttpd). */
|
|
|
|
|
#undef HAVE_LIBMICROHTTPD
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `unac' library (-lunac). */
|
|
|
|
|
#undef HAVE_LIBUNAC
|
|
|
|
|
|
|
|
|
|
/* 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
|
|
|
|
|
|
|
|
|
|
@ -48,10 +63,6 @@
|
|
|
|
|
/* Define to 1 if you have the <unistd.h> header file. */
|
|
|
|
|
#undef HAVE_UNISTD_H
|
|
|
|
|
|
|
|
|
|
/* Define to the sub-directory in which libtool stores uninstalled libraries.
|
|
|
|
|
*/
|
|
|
|
|
#undef LT_OBJDIR
|
|
|
|
|
|
|
|
|
|
/* set lzma uncompress memory size to number of MB */
|
|
|
|
|
#undef LZMA_MEMORY_SIZE
|
|
|
|
|
|
|
|
|
|
@ -70,9 +81,6 @@
|
|
|
|
|
/* Define to the one symbol short name of this package. */
|
|
|
|
|
#undef PACKAGE_TARNAME
|
|
|
|
|
|
|
|
|
|
/* Define to the home page for this package. */
|
|
|
|
|
#undef PACKAGE_URL
|
|
|
|
|
|
|
|
|
|
/* Define to the version of this package. */
|
|
|
|
|
#undef PACKAGE_VERSION
|
|
|
|
|
|
|
|
|
|
@ -81,6 +89,3 @@
|
|
|
|
|
|
|
|
|
|
/* Version number of package */
|
|
|
|
|
#undef VERSION
|
|
|
|
|
|
|
|
|
|
/* defined if cxxtools is used */
|
|
|
|
|
#undef WITH_CXXTOOLS
|
|
|
|
|
|