library may lack support for "long long"

[SVN r11494]
This commit is contained in:
Jens Maurer
2001-10-31 19:36:49 +00:00
parent 673f4590cd
commit e440678d4e

View File

@ -16,5 +16,9 @@
# define BOOST_NO_STD_WSTRING
#endif
#ifndef _GLIBCPP_USE_LONG_LONG
// May have been set by compiler/*.hpp, but "long long" without library
// support is useless.
# undef BOOST_HAS_LONG_LONG
#endif