bb_INET_default[] is really just a const "default",

nothing INET-specific
This commit is contained in:
Denis Vlasenko
2006-11-21 20:34:21 +00:00
parent 5096246ffb
commit 7ca3921e5e
7 changed files with 29 additions and 29 deletions

View File

@@ -14,16 +14,12 @@
#include <sys/socket.h>
#include "platform.h"
extern const char bb_INET_default[]; /* = "default" */
/* hostfirst!=0 If we expect this to be a hostname,
try hostname database first
*/
extern int INET_resolve(const char *name, struct sockaddr_in *s_in, int hostfirst);
/* numeric: & 0x8000: default instead of *,
/* numeric: & 0x8000: "default" instead of "*",
* & 0x4000: host instead of net,
* & 0x0fff: don't resolve
*/