Como on linux fix - sets BOOST_NO_STDC_NAMESPACE

[SVN r13658]
This commit is contained in:
John Maddock
2002-05-04 10:51:33 +00:00
parent 8b19f71d8b
commit 40652fd38b

View File

@@ -25,6 +25,13 @@
# endif # endif
#endif #endif
//
// como on linux doesn't have std:: c functions:
//
#ifdef __COMO__
# define BOOST_NO_STDC_NAMESPACE
#endif
// //
// If glibc is past version 2 then we definitely have // If glibc is past version 2 then we definitely have
// gettimeofday, earlier versions may or may not have it: // gettimeofday, earlier versions may or may not have it: