diff options
Diffstat (limited to 'src/build-data')
-rw-r--r-- | src/build-data/buildh.in | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/build-data/buildh.in b/src/build-data/buildh.in index da4854e76..87ff62b72 100644 --- a/src/build-data/buildh.in +++ b/src/build-data/buildh.in @@ -31,14 +31,6 @@ #define BOTAN_USE_GCC_INLINE_ASM 0 #endif -/* Which TR1 shared_ptr implementation to use? */ -//#define BOTAN_USE_STD_TR1 -#define BOTAN_USE_BOOST_TR1 - -#if !defined(BOTAN_USE_BOOST_TR1) and !defined(BOTAN_USE_STD_TR1) - #define BOTAN_USE_BOOST_TR1 -#endif - /* Target identification and feature test macros */ @{var:defines} |