Commit b76354a5 by Ulrich Drepper

Recognize _SOLTHREADS and define internal macros appropriately.

From-SVN: r25027
parent 6dd49eb4
......@@ -100,6 +100,9 @@
#ifdef _PTHREADS
# define __STL_PTHREADS
#endif
#ifdef _SOLTHREADS
# define __STL_SOLTHREADS
#endif
# if defined(__sgi) && !defined(__GNUC__)
# if !defined(_BOOL)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment