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
Gisle Vanem
c28e6d98db
config-dos.h: define HAVE_CLOSE_S for MSDOS/Watt-32
12 years ago
Gisle Vanem
e9bca998f9
config-dos.h: define strerror() to strerror_s_() for High-C
12 years ago
Yang Tse
822fd0f877
build: use getenv() replacement function for systems which lack it
14 years ago
Yang Tse
8c503ddf79
System's errno.h inclusion cleanup.
...
System's errno.h is conditionally included from setup_once.h
14 years ago
Yang Tse
4d061e6b23
build: provide SIZEOF_SIZE_T definition for non-configure builds
14 years ago
Yang Tse
09331032a0
build: config.dos renamed to config-dos.h
14 years ago
Daniel Stenberg
63627fa5ab
remove all $Id$ lines
15 years ago
Yang Tse
b6ffa03a21
Added SIZEOF_INT and SIZEOF_SHORT definitions for non-configure systems
15 years ago
Gisle Vanem
dab4d1afbc
Remove unneeded defines.
16 years ago
Yang Tse
f34c2a879b
sclose() function-like macro definition used to close a socket,
...
16 years ago
Yang Tse
3f9b0ee3d9
initial step towards decoupling c-ares from libcurl for DOS
16 years ago