initial bsd support in arsd.core

This commit is contained in:
Adam D. Ruppe 2023-03-25 20:58:39 -04:00
parent e774f0beda
commit cb4225dfce
6 changed files with 1101 additions and 281 deletions

4
cgi.d
View file

@ -578,9 +578,7 @@ version(Posix) {
} else version(minimal) {
} else {
version(GNU) {
// GDC doesn't support static foreach so I had to cheat on it :(
} else version(FreeBSD) {
version(FreeBSD) {
// I never implemented the fancy stuff there either
} else {
version=with_breaking_cgi_features;