Added BOOST_HAS_LONG_LONG config option.

[SVN r11392]
This commit is contained in:
John Maddock
2001-10-16 11:40:19 +00:00
parent 5e28fcc6ab
commit b70903dca0
5 changed files with 51 additions and 1 deletions
+7 -1
View File
@@ -10,7 +10,7 @@
// Do not edit this file, it was generated automatically by
// ../tools/generate from boost_*.cxx on
// Thu Oct 11 12:24:39 2001
// Tue Oct 16 12:34:33 2001
#include <boost/config.hpp>
#define BOOST_INCLUDE_MAIN
@@ -237,6 +237,11 @@ namespace boost_has_gettimeofday = empty_boost;
#else
namespace boost_has_hash = empty_boost;
#endif
#ifdef BOOST_HAS_LONG_LONG
#include "boost_has_long_long.cxx"
#else
namespace boost_has_long_long = empty_boost;
#endif
#ifdef BOOST_HAS_MACRO_USE_FACET
#include "boost_has_macro_use_facet.cxx"
#else
@@ -368,6 +373,7 @@ int test_main( int, char *[] )
BOOST_TEST(0 == boost_has_nl_types_h::test());
BOOST_TEST(0 == boost_has_nanosleep::test());
BOOST_TEST(0 == boost_has_macro_use_facet::test());
BOOST_TEST(0 == boost_has_long_long::test());
BOOST_TEST(0 == boost_has_hash::test());
BOOST_TEST(0 == boost_has_gettimeofday::test());
BOOST_TEST(0 == boost_has_ftime::test());