forked from boostorg/config
Como on linux fix - sets BOOST_NO_STDC_NAMESPACE
[SVN r13658]
This commit is contained in:
@ -25,6 +25,13 @@
|
||||
# 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
|
||||
// gettimeofday, earlier versions may or may not have it:
|
||||
|
Reference in New Issue
Block a user