dns: Remove evil platform files.

modern-harvey3-triple
Doug Coleman 2018-08-04 11:12:54 -04:00
parent 8ff702c069
commit 227e9d6672
7 changed files with 7 additions and 19 deletions

View File

@ -409,11 +409,16 @@ M: TXT rdata>byte-array
HOOK: initial-dns-servers os ( -- sequence )
<WINDOWS
USE: dns.windows
USING: windows.iphlpapi ;
M: windows initial-dns-servers dns-server-ips ;
WINDOWS>
<UNIX
USE: dns.unix
USING: resolv-conf ;
M: unix initial-dns-servers
default-resolv.conf nameserver>> ;
UNIX>
: with-dns-servers ( servers quot -- )

View File

@ -1 +0,0 @@
Doug Coleman

View File

@ -1 +0,0 @@
unix

View File

@ -1,7 +0,0 @@
! Copyright (C) 2010 Doug Coleman.
! See http://factorcode.org/license.txt for BSD license.
USING: accessors dns resolv-conf system ;
IN: dns.unix
M: unix initial-dns-servers
default-resolv.conf nameserver>> ;

View File

@ -1 +0,0 @@
Doug Coleman

View File

@ -1 +0,0 @@
windows

View File

@ -1,6 +0,0 @@
! Copyright (C) 2010 Doug Coleman.
! See http://factorcode.org/license.txt for BSD license.
USING: dns system windows.iphlpapi ;
IN: dns.windows
M: windows initial-dns-servers dns-server-ips ;