I found another issue which causes for a bit more concern:
configure: warning: *** This system does not have a working mmap() configure: warning: *** Expect a considerable performance penalty
Does OpenBSD really not have a working mmap()? :) As I understand this happens because the corresponding conftest.c does not include unistd.h and failes with an "implicit declaration of write()" and so on..