From 3b99d4e12095ea526b651eaefa238cd4a7500b07 Mon Sep 17 00:00:00 2001 From: Jeff Garland Date: Tue, 2 Aug 2005 13:02:41 +0000 Subject: [PATCH] Remove localtime_r functions for borland compilers. [SVN r30374] --- include/boost/date_time/compiler_config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/date_time/compiler_config.hpp b/include/boost/date_time/compiler_config.hpp index fc57d32..33f1df1 100644 --- a/include/boost/date_time/compiler_config.hpp +++ b/include/boost/date_time/compiler_config.hpp @@ -135,7 +135,7 @@ namespace std { #endif // auto-linking disabled #if defined(BOOST_HAS_THREADS) -# if defined(_MSC_VER) || defined(__MWERKS__) || defined(__MINGW32__) +# if defined(_MSC_VER) || defined(__MWERKS__) || defined(__MINGW32__) || defined(__BORLANDC__) //no reentrant posix functions (eg: localtime_r) # else # define BOOST_DATE_TIME_HAS_REENTRANT_STD_FUNCTIONS