Subject: | alloca.h does not exist on FreeBSD |
The recent change (1.18) to "fix alloca on IRIX" has broken
compilation of the module on FreeBSD:
There is no alloca.h on FreeBSD. The alloca(3) function
happens to be in libc and is defined in stdlib.h.
If you will choose to use some more preprocessor conditionals,
the symbol to test for would be "__FreeBSD__".
Thanks,
Anton.