]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/config/posix_features.hpp
Add forgotten test to distribution
[lyx.git] / boost / boost / config / posix_features.hpp
index 4afb476b7f23286cb3da6d59128ee5fdd42fd988..d12954797f9612148bcc8376a9f824eaec9d22c1 100644 (file)
       // BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE:
       // These are predicated on _XOPEN_VERSION, and appears to be first released
       // in issue 4, version 2 (_XOPEN_VERSION > 500).
+      // Likewise for the functions log1p and expm1.
 #     if defined(_XOPEN_VERSION) && (_XOPEN_VERSION+0 >= 500)
 #        define BOOST_HAS_GETTIMEOFDAY
 #        if defined(_XOPEN_SOURCE) && (_XOPEN_SOURCE+0 >= 500)
 #           define BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE
 #        endif
+#        ifndef BOOST_HAS_LOG1P
+#           define BOOST_HAS_LOG1P
+#        endif
+#        ifndef BOOST_HAS_EXPM1
+#           define BOOST_HAS_EXPM1
+#        endif
 #     endif
 
 #  endif
 
 
 
+