From 291bb8c525fdb3277b1c1c4e3fdf4891fa37a1d2 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Wed, 24 Aug 2005 15:45:17 +0000 Subject: [PATCH] Enable support for Dragonfly BSD [SVN r30647] --- include/boost/integer_traits.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/integer_traits.hpp b/include/boost/integer_traits.hpp index a96fc37..ef6ec51 100644 --- a/include/boost/integer_traits.hpp +++ b/include/boost/integer_traits.hpp @@ -100,6 +100,7 @@ class integer_traits || (defined(__OpenBSD__) && defined(__GNUC__))\ || (defined(__NetBSD__) && defined(__GNUC__))\ || (defined(__FreeBSD__) && defined(__GNUC__))\ + || (defined(__DragonFly__) && defined(__GNUC__))\ || (defined(__hpux) && defined(__GNUC__) && (__GNUC__ == 3) && !defined(__SGI_STL_PORT)) // No WCHAR_MIN and WCHAR_MAX, wchar_t has the same range as int. // - SGI MIPSpro with native library