From: wolf Date: Mon, 30 Sep 2002 17:21:27 +0000 (+0000) Subject: Regenerate X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae318307f8218fff8520b2feedf0bcc349a0c28a;p=dealii-svn.git Regenerate git-svn-id: https://svn.dealii.org/trunk@6564 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/config.h.in b/deal.II/base/include/base/config.h.in index 8c15a906ee..f738292852 100644 --- a/deal.II/base/include/base/config.h.in +++ b/deal.II/base/include/base/config.h.in @@ -106,6 +106,19 @@ description of this bug. */ #undef DEAL_II_TEMPL_CONST_MEM_PTR_BUG +/* Define if we have to work around a bug with some compilers that will not + allow us to specify a fully specialized class of a template as a friend. + See the aclocal.m4 file in the top-level directory for a description of + this bug. */ +#undef DEAL_II_TEMPL_SPEC_FRIEND_BUG + +/* Define if the compiler provides a header file which does not + define all error codes such as EINTR. In that case, use the system include + file at /usr/include instead. There is probably a better way to do this, + but it is not apparent by looking at the C/C++ compatibility header + provided by the compiler. */ +#undef DEAL_II_USE_DIRECT_ERRNO_H + /* Flag indicating whether the library shall be compiled for multithreaded applications */ #undef DEAL_II_USE_MT