summaryrefslogtreecommitdiff
path: root/config.threads.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.threads.in')
-rw-r--r--config.threads.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.threads.in b/config.threads.in
index e7a8d609..aefce013 100644
--- a/config.threads.in
+++ b/config.threads.in
@@ -42,6 +42,8 @@ case $host in
# OpenBSD users have reported that named dumps core on
# startup when built with threads.
use_threads=false ;;
+*-freebsd[89].*)
+ use_threads=true ;;
*-freebsd*)
use_threads=false ;;
*-bsdi[234]*)
@@ -54,6 +56,8 @@ case $host in
# Linux kernels produce unusable core dumps from multithreaded
# programs, and because of limitations in setuid().
use_threads=false ;;
+*-darwin10.*)
+ use_threads=true ;;
*)
use_threads=false ;;
esac