diff options
author | lloyd <[email protected]> | 2008-10-08 07:16:47 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-10-08 07:16:47 +0000 |
commit | 66aa83a7e110975ce091559317f06d88d20dd9b1 (patch) | |
tree | c2512992346e52c6e07cd988ab2b352b63641428 /src/build-data/buildh.in | |
parent | aaa1e88def2eb052178777e363367d77b6a04a77 (diff) |
Partially merge back with InSiTo in an attemp to trace bugs
Diffstat (limited to 'src/build-data/buildh.in')
-rw-r--r-- | src/build-data/buildh.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/build-data/buildh.in b/src/build-data/buildh.in index 3f56ab6f3..8f2f277c8 100644 --- a/src/build-data/buildh.in +++ b/src/build-data/buildh.in @@ -38,6 +38,9 @@ Modules #define BOTAN_COMPILER_HAS_GCC_INLINE_ASM 1 #endif +#define BOTAN_USE_TR1_SHARED_PTR +//#define BOTAN_USE_BOOST_TR1_SHARED_PTR + #ifndef BOTAN_COMPILER_HAS_GCC_INLINE_ASM #define BOTAN_COMPILER_HAS_GCC_INLINE_ASM 0 #endif |