(UCONTEXT): Move to config.h.
This commit is contained in:
parent
69150d10fc
commit
5c02a0aefc
2 changed files with 2 additions and 5 deletions
|
@ -118,7 +118,8 @@ esac
|
|||
AC_SUBST(empthread)
|
||||
AC_MSG_NOTICE([Using $empthread threads])
|
||||
case $empthread in
|
||||
LWP) AC_DEFINE([EMPTH_LWP], 1, [Define to use LWP threads]) ;;
|
||||
LWP) AC_DEFINE([EMPTH_LWP], 1, [Define to use LWP threads])
|
||||
AC_DEFINE([UCONTEXT], 1, [Define to make LWP use makecontext()]) ;;
|
||||
POSIX) AC_DEFINE([EMPTH_POSIX], 1, [Define to use POSIX threads]) ;;
|
||||
Windows) AC_DEFINE([EMPTH_W32], 1, [Define to use Windows threads]) ;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue