summaryrefslogtreecommitdiff
path: root/deps/udns/configure
Commit message (Collapse)AuthorAgeFilesLines
* Use "platform.architecture()" to find the proper architecture.Jeff Smick2009-09-121-6/+0
| | | | | | | | | In Snow Leopard "platform.machine()" returns "i386" while "platform.architecture()" returns ('64bit',''). Using information from both we can determine the proper architecture This reverts commit ea29e137b5a9acda27bd9601448639aacfc1cd9e re-enabling the 64bit build on Macintosh.
* Hack for compiling on Snow Leopard.Ryan2009-09-051-0/+6
| | | | | | | | I don't have access to this OS to fix the issue properly, so for the moment I'm reverting back to 32bit build on Darwin. We changed to native 64bit in 8ddf930901c03a0a6c03b8da22da6f7b35f445af. Thanks to Johan Dahlberg and Tim Caswell for reporting and debugging this.
* Add DNS API.Ryan2009-07-281-0/+167
Missing functional tests. I'm not sure how to do tests because I don't want to rely on the fact that users have an internet connection.