dlundquist / sniproxy

Proxies incoming HTTP and TLS connections based on the hostname contained in the initial request of the TCP session.
BSD 2-Clause "Simplified" License
2.56k stars 397 forks source link

Build on OpenBSD 6.6/6.7 #356

Closed renaudallard closed 4 years ago

renaudallard commented 4 years ago

Include STAILQ definitions in backend.h. This part will be included in the OpenBSD port for release 6.7 (I hope).

The autoconf macros might be nice if you build from scratch, but can easily be overridden by a configure environment, like the port does.

renaudallard commented 4 years ago

STAILQ_* is likely to be implemented for OpenBSD 6.8, so this won't be necessary anymore.