From 33107042c65fc430f49244dded873a2979ca8d7d Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 26 Oct 2005 19:23:01 +0000 Subject: [PATCH] Added use POSIX thread priority scheduling option (YES or NO). Fixed typo. --- configure/CONFIG_SITE | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configure/CONFIG_SITE b/configure/CONFIG_SITE index 5b957fbca..1145bfc65 100644 --- a/configure/CONFIG_SITE +++ b/configure/CONFIG_SITE @@ -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 +