]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/config/platform/solaris.hpp
Don't allow newline characters in document settings.
[lyx.git] / boost / boost / config / platform / solaris.hpp
index 700dc3ce67f094f64be38c897549f91a2499bb07..9f9256664bd49ebbb2408a198808fad66f9f7fb1 100644 (file)
 #define BOOST_HAS_UNISTD_H
 #include <boost/config/posix_features.hpp>
 
+//
+// pthreads don't actually work with gcc unless _PTHREADS is defined:
+//
+#if defined(__GNUC__) && defined(_POSIX_THREADS) && !defined(_PTHREADS)
+# undef BOOST_HAS_PTHREADS
+#endif
+