From: bangerth Date: Mon, 30 May 2011 00:24:49 +0000 (+0000) Subject: Regenerate. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b94f1dc5e95560309c2a88a295e78ff1e398dc6;p=dealii-svn.git Regenerate. git-svn-id: https://svn.dealii.org/trunk@23754 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/configure b/deal.II/configure index dff235ea70..51207754d0 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 23709 . +# From configure.in Revision: 23738 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.68 for deal.II 7.1.pre. # diff --git a/deal.II/configure.in b/deal.II/configure.in index 804ec10f2e..dfc8e1a5ee 100644 --- a/deal.II/configure.in +++ b/deal.II/configure.in @@ -850,15 +850,6 @@ AH_BOTTOM( #include #include -/** - * If the compiler supports the upcoming C++1x standard, allow us to refer - * to things in namespace std through namespace std_cxx1x (the namespace - * into which we import BOOST components if we don't have C++1x support). - */ -#ifdef DEAL_II_CAN_USE_CXX1X -namespace std_cxx1x = std; -#endif - #endif ]) diff --git a/deal.II/include/deal.II/base/config.h.in b/deal.II/include/deal.II/base/config.h.in index b17b7f69c1..46e2565205 100644 --- a/deal.II/include/deal.II/base/config.h.in +++ b/deal.II/include/deal.II/base/config.h.in @@ -394,6 +394,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H +/* Define to 1 if you have the `jn' function. */ +#undef HAVE_JN + /* Defined if deal.II was configured with BLAS support */ #undef HAVE_LIBBLAS @@ -641,14 +644,5 @@ #include #include -/** - * If the compiler supports the upcoming C++1x standard, allow us to refer - * to things in namespace std through namespace std_cxx1x (the namespace - * into which we import BOOST components if we don't have C++1x support). - */ -#ifdef DEAL_II_CAN_USE_CXX1X -namespace std_cxx1x = std; -#endif - #endif