From 0e3405dbf7d01c2fa9cb24d8e088135b7466a66f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20Gullik=20Bj=C3=B8nnes?= Date: Mon, 2 Oct 2000 01:02:11 +0000 Subject: [PATCH] removed dos eol git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1064 a592a061-630c-0410-9148-cb99ea01b6c8 --- boost/boost/config.hpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/boost/boost/config.hpp b/boost/boost/config.hpp index 59fc15e884..867d39a806 100644 --- a/boost/boost/config.hpp +++ b/boost/boost/config.hpp @@ -171,7 +171,10 @@ # if __GNUC__ == 2 && __GNUC_MINOR__ <= 8 # define BOOST_NO_MEMBER_TEMPLATES # endif - +// LGB +# if __GNUC__ == 2 && __GNUC_MINOR__ == 97 +# define BOOST_NO_STDC_NAMESPACE +# endif // Kai C++ ------------------------------------------------------------------// #elif defined __KCC