@@ -22,7 +22,8 @@ for architectureObject in [ MultiArchSubDirSetup ] {
|
|||||||
{
|
{
|
||||||
# we want to have the xxx_r functions, IPv6, and md5 implementation
|
# we want to have the xxx_r functions, IPv6, and md5 implementation
|
||||||
# we also need to use our BSD compatibility functions
|
# we also need to use our BSD compatibility functions
|
||||||
local defines = _REENTRANT=1 USE_MD5=1 _BSD_SOURCE INET6 ;
|
# and enable "lint" to remove the RCSID from all the files.
|
||||||
|
local defines = _REENTRANT=1 USE_MD5=1 _BSD_SOURCE INET6 lint LINT ;
|
||||||
defines = [ FDefines $(defines) ] ;
|
defines = [ FDefines $(defines) ] ;
|
||||||
SubDirCcFlags $(defines) -Wno-sign-compare ;
|
SubDirCcFlags $(defines) -Wno-sign-compare ;
|
||||||
SubDirC++Flags $(defines) -Wno-sign-compare ;
|
SubDirC++Flags $(defines) -Wno-sign-compare ;
|
||||||
|
|||||||
@@ -131,8 +131,6 @@ static uint32_t net_mask __P((struct in_addr));
|
|||||||
# define isascii(c) (!(c & 0200))
|
# define isascii(c) (!(c & 0200))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static const struct timespec ts = { 0, 0 };
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Resolver state default settings.
|
* Resolver state default settings.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -174,7 +174,9 @@ static int pselect(int, void *, void *, void *,
|
|||||||
#endif
|
#endif
|
||||||
void res_pquery(const res_state, const u_char *, int, FILE *);
|
void res_pquery(const res_state, const u_char *, int, FILE *);
|
||||||
|
|
||||||
|
#ifdef DEBUG
|
||||||
static const int niflags = NI_NUMERICHOST | NI_NUMERICSERV;
|
static const int niflags = NI_NUMERICHOST | NI_NUMERICSERV;
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Public. */
|
/* Public. */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user