From 4dfaafc848c6a00f037d4c8bae7d4838eedd5eb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Karlsson?= Date: Fri, 27 Feb 2004 13:13:00 +0000 Subject: [PATCH] Patch for OpenBSD from sig lgb. [SVN r22397] --- include/boost/config/platform/bsd.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/boost/config/platform/bsd.hpp b/include/boost/config/platform/bsd.hpp index e83b6433..4f04ed2a 100644 --- a/include/boost/config/platform/bsd.hpp +++ b/include/boost/config/platform/bsd.hpp @@ -46,7 +46,9 @@ // // The BSD has macros only, no functions: // -#define BOOST_NO_CTYPE_FUNCTIONS +#if !defined(__OpenBSD__) +# define BOOST_NO_CTYPE_FUNCTIONS +#endif // // thread API's not auto detected: