Gisle Vanem
|
a627160041
|
Removed inclusion of <sys/types.h> in .c-files
since it's already included through "setup.h".
|
18 years ago |
Yang Tse
|
69fa447354
|
use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling
|
18 years ago |
Yang Tse
|
2bd57a6d30
|
use our own ISUPPER and ISLOWER macros
|
19 years ago |
Yang Tse
|
fb38ee15e2
|
compiler warning fix
|
19 years ago |
Yang Tse
|
dd3b42e1ac
|
Replace is*() macros with our own IS*() ones.
Get rid of non ANSI/ISO isascii().
|
19 years ago |
Gisle Vanem
|
0a83c1e416
|
2nd try adding CVS id.
|
19 years ago |
Gisle Vanem
|
f6e7395ca0
|
Added CVS id.
|
19 years ago |
Daniel Stenberg
|
af3a246f32
|
indented source to look more like other ares code,
added (somewhat ugly) typecasts to build warning-free on 64bit platforms (the
result of a (char *) - (char *) cannot be stored in an int universally)
|
20 years ago |
Daniel Stenberg
|
f2058d6a9f
|
add needed include
|
20 years ago |
Dominick Meglio
|
9b33259b5e
|
Removed usage of u_int and u_char
|
20 years ago |
Daniel Stenberg
|
e10e4843c6
|
moved the *_inet_pton protos to inet_net_pton.h instead
|
20 years ago |
Daniel Stenberg
|
3d90cb252b
|
with these changes, it builds on my win32 cross-compiler
|
20 years ago |
Dominick Meglio
|
ffb4cf5554
|
Provided implementations of inet_net_pton and inet_pton from BIND for systems that do not include these functions. These will be necessary for CIDR support and IPv6 support.
|
20 years ago |