Update config to match configure results

[SVN r16976]
This commit is contained in:
Dave Abrahams
2003-01-21 14:04:09 +00:00
parent 10b23200bb
commit 609a9b1721

View File

@@ -16,17 +16,30 @@
# endif # endif
#endif #endif
#if (__HP_aCC <= 33300) || !defined(BOOST_STRICT_CONFIG) #if (__HP_aCC <= 33300)
// member templates are sufficiently broken that we disable them for now // member templates are sufficiently broken that we disable them for now
# define BOOST_NO_MEMBER_TEMPLATES # define BOOST_NO_MEMBER_TEMPLATES
# define BOOST_NO_DEPENDENT_NESTED_DERIVATIONS # define BOOST_NO_DEPENDENT_NESTED_DERIVATIONS
# define BOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS
#endif #endif
#if (__HP_aCC <= 33900) #if (__HP_aCC <= 33900)
# define BOOST_NO_TEMPLATE_TEMPLATES
# define BOOST_NO_MEMBER_TEMPLATE_KEYWORD
# define BOOST_NO_UNREACHABLE_RETURN_DETECTION # define BOOST_NO_UNREACHABLE_RETURN_DETECTION
# define BOOST_MSVC6_MEMBER_TEMPLATES
# define BOOST_HAS_UNISTD_H
# define BOOST_HAS_SCHED_YIELD
# define BOOST_HAS_PTHREADS
# define BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE
# define BOOST_HAS_PARTIAL_STD_ALLOCATOR
# define BOOST_HAS_NL_TYPES_H
# define BOOST_HAS_NANOSLEEP
# define BOOST_HAS_LONG_LONG
# define BOOST_HAS_GETTIMEOFDAY
# define BOOST_HAS_DIRENT_H
# define BOOST_HAS_CLOCK_GETTIME
# define BOOST_NO_TEMPLATE_TEMPLATES
# define BOOST_NO_SWPRINTF
# define BOOST_NO_STD_ALLOCATOR
# define BOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS
#endif #endif
#define BOOST_COMPILER "HP aCC version " BOOST_STRINGIZE(__HP_aCC) #define BOOST_COMPILER "HP aCC version " BOOST_STRINGIZE(__HP_aCC)