glapi: drop SOLARIS_THREADS

It seems that SOLARIS_THREADS is not used and does not work.
This commit is contained in:
George Sapountzis
2010-03-01 17:28:55 +02:00
parent d41ab94d35
commit d7e6e879fd
7 changed files with 7 additions and 106 deletions
+1 -1
View File
@@ -199,7 +199,7 @@ few preprocessor defines.</p>
<li>If <tt>GLX_USE_TLS</tt> is defined, method #4 is used.</li>
<li>If <tt>PTHREADS</tt> is defined, method #3 is used.</li>
<li>If any of <tt>PTHREADS</tt>,
<tt>SOLARIS_THREADS</tt>, <tt>WIN32_THREADS</tt>, or <tt>BEOS_THREADS</tt>
<tt>WIN32_THREADS</tt>, or <tt>BEOS_THREADS</tt>
is defined, method #2 is used.</li>
<li>If none of the preceeding are defined, method #1 is used.</li>
</ul>