fastcgi: removing dependency on unix-only.

db4
John Benediktsson 2012-06-01 14:34:36 -07:00
parent 55525a8ba4
commit 65a79dbe4d
2 changed files with 6 additions and 5 deletions

View File

@ -14,11 +14,13 @@
! * REMOTE_ADDR ! * REMOTE_ADDR
USING: accessors alien.enums alien.syntax assocs combinators USING: accessors alien.enums alien.syntax assocs combinators
combinators.smart formatting http http.server http.server.responses combinators.smart formatting http http.server
io io.binary io.directories http.server.responses io io.binary io.directories
io.encodings.binary io.files io.servers io.sockets io.encodings.binary io.files io.servers io.sockets
io.streams.byte-array kernel locals math namespaces pack prettyprint io.streams.byte-array kernel locals math namespaces pack
sequences sequences.deep strings threads urls.encoding unix.users ; prettyprint sequences sequences.deep strings threads
urls.encoding ;
IN: fastcgi IN: fastcgi
SYMBOL: fcgi-server SYMBOL: fcgi-server

View File

@ -1 +0,0 @@
unix