Brad House
919dc45f2f
Portability updates for legacy systems. ( #92 )
...
Socklen_t should not be used in code, instead ares_socklen_t should be used.
Convert ssize_t to ares_ssize_t for portability since the public API now exposes this.
8 years ago
Brad House
f513ad757b
headers: remove checks for and defines of variable sizes
...
... they're not really used and by avoiding them in the ares_build.h
output we make the public header less dependent on data sizes.
8 years ago
Daniel Stenberg
f19387dd72
nowarn: use <limits.h> instead of configure for size of long
...
This makes the header file much more multi-arch friendly and can be used
as-is with both 32 bit and 64 bit builds.
11 years ago
Yang Tse
0c677f578e
setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>
...
Inclusion of these two header files now done in setup_once.h
12 years ago
Yang Tse
38b69b7269
Kill compiler warning
13 years ago
Yang Tse
c8d8ca2606
warnings: fix another 'conversion may lose significant bits' compiler warning
13 years ago
Yang Tse
14eb79f660
warnings: fix some 'conversion may lose significant bits' compiler warnings
13 years ago
Yang Tse
f9b24e590c
ares_nowarn: icc 9.1 workaround
14 years ago
Yang Tse
56c77364d5
ares_nowarn: header inclusion fix
14 years ago
Yang Tse
f413fce823
compiler warning: fix
...
Fix compiler warning: conversion may lose significant bits
14 years ago
Yang Tse
5ef8f5ead2
compiler warning: fix
...
Fix compiler warning: variable was set but never used
Fix compiler warning: clobber ignored
14 years ago
Yang Tse
b9959cbf36
ares_nowarn: add conditional inclusion of assert.h header
14 years ago
Yang Tse
f5e0858d2f
fix compiler warning: conversion may lose significant bits
14 years ago
Yang Tse
41b8a1bfd0
fix compiler warning: conversion may lose significant bits
14 years ago
Daniel Stenberg
63627fa5ab
remove all $Id$ lines
15 years ago
Yang Tse
86718e2f52
fix compiler warning
15 years ago