From 24b4628f74661af4cb23c6dd363a96ba498662aa Mon Sep 17 00:00:00 2001 From: kelson42 Date: Fri, 16 Apr 2010 12:28:42 +0000 Subject: [PATCH] + replace libunac by libicu --- src/zimlib/src/config.h.in | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/src/zimlib/src/config.h.in b/src/zimlib/src/config.h.in index 465c47b..60b3ac5 100644 --- a/src/zimlib/src/config.h.in +++ b/src/zimlib/src/config.h.in @@ -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 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 header file. */ #undef HAVE_MEMORY_H @@ -48,10 +63,6 @@ /* Define to 1 if you have the 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