+2013-08-29 Ivan Maidanski <ivmai@mail.ru>
+
+ * configure: Regenerate.
+
+2012-02-27 Ivan Maidanski <ivmai@mail.ru>
+
+ * configure.ac (PARALLEL_MARK): Define for freebsd if
+ enable_parallel_mark is yes.
+ * configure.ac (THREAD_LOCAL_ALLOC): Always define for freebsd (if
+ posix threads).
+
2013-08-25 Ivan Maidanski <ivmai@mail.ru>
* Makefile.in (pkgdatadir): Move from "doc" to base folder.
$as_echo "#define GC_FREEBSD_THREADS 1" >>confdefs.h
INCLUDES="$INCLUDES -pthread"
+ if test "${enable_parallel_mark}" = yes; then
+ $as_echo "#define PARALLEL_MARK 1" >>confdefs.h
+
+ fi
+ $as_echo "#define THREAD_LOCAL_ALLOC 1" >>confdefs.h
+
;;
*-*-kfreebsd*-gnu)
$as_echo "#define GC_FREEBSD_THREADS 1" >>confdefs.h