forked from boostorg/config
more libcomo special cases
[SVN r19002]
This commit is contained in:
@@ -25,13 +25,22 @@
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(__LIBCOMO__)
|
||||||
//
|
//
|
||||||
// como on linux doesn't have std:: c functions:
|
// como on linux doesn't have std:: c functions:
|
||||||
|
// NOTE: versions of libcomo prior to beta28 have octal version numbering,
|
||||||
|
// e.g. version 25 is 21 (dec)
|
||||||
//
|
//
|
||||||
#ifdef __COMO__
|
# if __LIBCOMO_VERSION__ <= 20
|
||||||
# define BOOST_NO_STDC_NAMESPACE
|
# define BOOST_NO_STDC_NAMESPACE
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
|
# if __LIBCOMO_VERSION__ <= 21
|
||||||
|
# define BOOST_NO_SWPRINTF
|
||||||
|
# endif
|
||||||
|
|
||||||
|
#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:
|
||||||
|
Reference in New Issue
Block a user