Hello!
If I load Hunchentoot 1.0.0 into ClozureCL, CCL says that *supports-threads-p* is undefined, would you like to use bt:*supports-threads-p* instead?
The reason, it seems, is that CCL doesn't like symbol-macro *supports-threads-p* being defined in the same file it's being used. If I move it into e.g. compat.lisp, everything is fine.
Cheers, Dmitri