Added use POSIX thread priority scheduling option (YES or NO). Fixed typo.

This commit is contained in:
Janet B. Anderson
2005-10-26 19:23:01 +00:00
parent bad111d1f1
commit 33107042c6

View File

@@ -40,7 +40,7 @@
# solaris-x86-gnu (GNU compiler used for host builds)
# win32-x86 (MS Visual C++ compiler used for host builds)
# win32-x86-debug (MS Visual C++ compiler debugging options)
# win32-x86_MinGW (MinGW compiler used for host builds)
# win32-x86_mingw (MinGW compiler used for host builds)
# win32-x86-borland (Borland C++ compiler used for host builds)
# win32-x86-cygwin (cygwin GNU compiler used for host builds)
@@ -167,3 +167,6 @@ COMPAT_313=NO
# Installation directory
#Note: INSTALL_LOCATION definition moved to configure/RELEASE file
# Use POSIX thread priority scheduling (YES or NO)
USE_POSIX_THREAD_PRIORITY_SCHEDULING = NO