diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2011-10-11 13:21:30 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2011-10-11 13:21:30 -0700 |
commit | 58e892dadd4a93da74fca40a4d0b4d57fd5ce0fb (patch) | |
tree | 7b2f9fcbdba66a693fd3c2a169b9f408440de597 /node.gyp | |
parent | 96e423a6652185cc52f73915a74f4d862ec34120 (diff) | |
download | node-58e892dadd4a93da74fca40a4d0b4d57fd5ce0fb.tar.gz |
Remove dns_legacy
Diffstat (limited to 'node.gyp')
-rw-r--r-- | node.gyp | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -21,8 +21,7 @@ 'lib/crypto.js', 'lib/dgram_legacy.js', 'lib/dgram_uv.js', - 'lib/dns_legacy.js', - 'lib/dns_uv.js', + 'lib/dns.js', 'lib/events.js', 'lib/freelist.js', 'lib/fs.js', @@ -168,7 +167,6 @@ },{ # POSIX 'defines': [ '__POSIX__' ], 'sources': [ - 'src/node_cares.cc', 'src/node_signal_watcher.cc', 'src/node_stat_watcher.cc', 'src/node_io_watcher.cc', |