diff options
author | Gisle Vanem <gvanem@broadpark.no> | 2007-02-06 19:14:33 +0000 |
---|---|---|
committer | Gisle Vanem <gvanem@broadpark.no> | 2007-02-06 19:14:33 +0000 |
commit | 529e01736cf7f2dc81e2a9854a656a5293618ea1 (patch) | |
tree | 504e6ffda47ab1819fd0c6503d69bf1598f49fb4 /ares/ahost.c | |
parent | 078fc4186bfc8e403dc741cb68bcf5c3035c054d (diff) | |
download | curl-529e01736cf7f2dc81e2a9854a656a5293618ea1.tar.gz |
INADDR_NONE no longer used.
Diffstat (limited to 'ares/ahost.c')
-rw-r--r-- | ares/ahost.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ares/ahost.c b/ares/ahost.c index 35bd7b0f4..6767b307f 100644 --- a/ares/ahost.c +++ b/ares/ahost.c @@ -49,10 +49,6 @@ extern int optind; extern char *optarg; #endif -#ifndef INADDR_NONE -#define INADDR_NONE 0xffffffff -#endif - #ifndef HAVE_STRUCT_IN6_ADDR struct in6_addr { @@ -87,7 +83,6 @@ int main(int argc, char **argv) dbug_init(); #endif break; - case 't': if (!strcasecmp(optarg,"a")) addr_family = AF_INET; |