Remove the ancient, crufty non-UCONTEXT system-dependent LWP code.

Using it required manual hackery since 4.3.0, and it hasn't been
missed.
This commit is contained in:
Markus Armbruster 2007-07-28 13:58:58 +00:00
parent 015d8d933b
commit 62c8eea544
7 changed files with 5 additions and 589 deletions

View file

@ -132,8 +132,7 @@ fi
AC_SUBST(empthread)
AC_MSG_NOTICE([Using $empthread threads])
case $empthread in
LWP) AC_DEFINE([EMPTH_LWP], 1, [Define to use LWP threads])
AC_DEFINE([UCONTEXT], 1, [Define to make LWP use makecontext()]) ;;
LWP) AC_DEFINE([EMPTH_LWP], 1, [Define to use LWP threads]) ;;
POSIX) AC_DEFINE([EMPTH_POSIX], 1, [Define to use POSIX threads]) ;;
Windows) AC_DEFINE([EMPTH_W32], 1, [Define to use Windows threads]) ;;
esac