blob: f2b82a3cfb619b2c7d7c0037b1a34d3870f12898 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- setup.h.in.orig 2025-05-25 17:15:56 UTC
+++ setup.h.in
@@ -798,17 +798,14 @@
/*
* Define if your compiler has std::tr1::unordered_map
*/
-#undef HAVE_TR1_UNORDERED_MAP
/*
* Define if your compiler has std::tr1::unordered_set
*/
-#undef HAVE_TR1_UNORDERED_SET
/*
* Define if your compiler has <tr1/type_traits>
*/
-#undef HAVE_TR1_TYPE_TRAITS
/*
* Define if your compiler has <type_traits>
|