From c11ff36d303e28659e799127a790f2cb3202d365 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Fri, 20 Jan 2006 15:37:44 +0000 Subject: [PATCH] define for libz git-svn-id: https://svn.dealii.org/trunk@12109 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/config.h.in | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/deal.II/base/include/base/config.h.in b/deal.II/base/include/base/config.h.in index 47f120da93..b03247ec38 100644 --- a/deal.II/base/include/base/config.h.in +++ b/deal.II/base/include/base/config.h.in @@ -74,14 +74,14 @@ aclocal.m4 in the top-level directory. */ #undef DEAL_II_FUNPTR_TEMPLATE_TEMPLATE_BUG -/* Flag indicating whether the library shall be compiled to use the Tecplot - interface */ -#undef DEAL_II_HAVE_TECPLOT - /* Flag indicating whether the library shall be compiled to use the NetCDF interface */ #undef DEAL_II_HAVE_NETCDF +/* Flag indicating whether the library shall be compiled to use the Tecplot + interface */ +#undef DEAL_II_HAVE_TECPLOT + /* Defined if the compiler refuses to compile the definition of a function that was previously declared abstract. */ #undef DEAL_II_IMPLEMENTED_PURE_FUNCTION_BUG @@ -202,6 +202,11 @@ /* Defined if a PETSc installation was found and is going to be used */ #undef DEAL_II_USE_PETSC +/* This error appears in the Apple edition of the gcc 3.3, which ships with + Darwin7.9.0 and probably previous version. It leads to problems during + linking. For the details, look at aclocal.m4 in the top-level directory. */ +#undef DEAL_II_WEAK_LINKAGE_BUG + /* Define if the compiler provides __builtin_expect */ #undef HAVE_BUILTIN_EXPECT @@ -231,6 +236,9 @@ /* Define to 1 if you have the `umfpack' library (-lumfpack). */ #undef HAVE_LIBUMFPACK +/* Define to 1 if you have the `z' library (-lz). */ +#undef HAVE_LIBZ + /* Define if you have the rand_r function */ #undef HAVE_RAND_R -- 2.39.5