--- gforth/envos.fs.in 2008/07/15 16:11:49 1.7 +++ gforth/envos.fs.in 2008/08/08 20:56:14 1.8 @@ -33,3 +33,9 @@ set-current : libtool-cc ( -- c-addr u ) \ gforth \G invocation string of the C compiler used for libtool s" @CC@" ; + +\ test for the presence of libffi or ffcall +@FFCALLFLAG@ constant ffcall-present \ libffi present (on building) +@LIBFFIFLAG@ constant libffi-present \ ffcall libs present (on building) + +