From 082a348b8e2afd9948f5e0ffe657e6d28623b3cd Mon Sep 17 00:00:00 2001 From: DevJPM Date: Wed, 13 Jan 2016 22:39:49 +0100 Subject: [PATCH] synced against config.h --- config.recommend | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config.recommend b/config.recommend index bc933a0b..8fe2e84c 100644 --- a/config.recommend +++ b/config.recommend @@ -86,6 +86,14 @@ // CACM paper. // #define LCRNG_ORIGINAL_NUMBERS +// Define this if you want Integer's operator<< to honor std::showbase (and +// std::noshowbase). If defined, Integer will use a suffix of 'b', 'o', 'h' +// or '.' (the last for decimal) when std::showbase is in effect. If +// std::noshowbase is set, then the suffix is not added to the Integer. If +// not defined, existing behavior is preserved and Integer will use a suffix +// of 'b', 'o', 'h' or '.' (the last for decimal). +// #define CRYPTOPP_USE_STD_SHOWBASE + // choose which style of sockets to wrap (mostly useful for MinGW which has both) #if !defined(NO_BERKELEY_STYLE_SOCKETS) && !defined(PREFER_BERKELEY_STYLE_SOCKETS) # define PREFER_BERKELEY_STYLE_SOCKETS