mirror of
https://github.com/adamdruppe/arsd.git
synced 2025-04-26 05:10:01 +03:00
initial bsd support in arsd.core
This commit is contained in:
parent
e774f0beda
commit
cb4225dfce
6 changed files with 1101 additions and 281 deletions
4
cgi.d
4
cgi.d
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue