Skip to content
Snippets Groups Projects
Commit ea924a65 authored by Markus Blatt's avatar Markus Blatt
Browse files

Checkin the tuple and typetraits changes. (Forgotten this one)

[[Imported from SVN: r6642]]
parent d3c8a406
No related branches found
No related tags found
No related merge requests found
...@@ -71,6 +71,18 @@ ...@@ -71,6 +71,18 @@
/* Define to 1 if you have the <stdint.h> header file. */ /* Define to 1 if you have the <stdint.h> header file. */
#cmakedefine HAVE_STDINT_H 1 #cmakedefine HAVE_STDINT_H 1
/* Define to 1 if you have the <tr1/tuple> header file. */
#cmakedefine HAVE_TR1_TUPLE 1
/* Define to 1 if you have the <tr1/type_traits> header file. */
#cmakedefine HAVE_TR1_TYPE_TRAITS 1
/* Define to 1 if you have the <tuple> header file. */
#cmakedefine HAVE_TUPLE 1
/* Define to 1 if you have the <type_traits> header file. */
#cmakedefine HAVE_TYPE_TRAITS 1
/* Define to 1 if the MPI2 Standard is supported */ /* Define to 1 if the MPI2 Standard is supported */
#cmakedefine MPI_2 1 #cmakedefine MPI_2 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment