Yang Tse
a08ee8a0be
HAVE_INET_NTOP will only be defined when an IPv6 capable working
...
inet_ntop function is available.
16 years ago
Yang Tse
9be0422d12
ntoa() and inet_ntoa_r() no longer used
16 years ago
Yang Tse
c97f02af5f
icc adjustments for icc 9.0 and prior versions:
...
Disable remark #279 : controlling expression is constant
Remark triggered mostly on va_arg() and FD_ZERO() macros.
16 years ago
Yang Tse
a36da12985
attempt to make work the gethostname function
...
check for winsock build target configurations
16 years ago
Gisle Vanem
c9b686488d
Added HAVE_NETDB_H, HAVE_ARPA_INET_H, HAVE_STRCASECMP
...
and HAVE_STRNCASECMP.
16 years ago
Yang Tse
22747a54b6
icc adjustments:
...
Disable remark #981 : operands are evaluated in unspecified order
Function calls which are triggering this remark, today, do not depend
on the order of evaluation of its arguments.
Disable remark #1469 : "cc" clobber ignored
Remark triggered on htons() and ntohs() due to glibc header files.
16 years ago
Yang Tse
5e9d41fb29
icc adjustments
16 years ago
Yang Tse
feb2043b43
fix netdb.h prerequisite inclusion
16 years ago
Yang Tse
898e10bd60
improve detection of getservbyport_r()
16 years ago
Yang Tse
8c3c805269
On Linux Intel's icc uses gcc's header files, so
...
we select ANSI C89 dialect plus GNU extensions.
16 years ago
Yang Tse
fe11cb41ec
improve detection of gethostname()
16 years ago
Yang Tse
54663c863f
NetWare builds include "nameser.h" from the c-ares subdir
16 years ago
Yang Tse
8f51d8e9ac
include <strings.h>
16 years ago
Yang Tse
e18952cc6f
Sync up with reality
16 years ago
Yang Tse
f214b583f5
adjust inclusion of "nameser.h"
16 years ago
Yang Tse
861ea67ee8
reorder some lines in file
16 years ago
Yang Tse
507c529dc0
code cleanup
16 years ago
Yang Tse
afb0533d1d
NetWare seems to have writev()
16 years ago
Yang Tse
1a9795b401
rearrange to allow internal/private use of ares_writev to any system
...
that lacks the writev function.
16 years ago
Yang Tse
25d9912b38
NetWare CLIB target has stricmp() and strnicmp()
16 years ago
Yang Tse
f2582d6949
include header file only when available
16 years ago
Yang Tse
746f3e2942
rearrange to allow internal/private use of ares_strcasecmp to any system that
...
lacks the strcasecmp function.
16 years ago
Yang Tse
b6e5b752fe
improve detection of:
...
strcasecmp()
strcmpi()
stricmp()
strncasecmp()
strncmpi()
strnicmp()
16 years ago
Yang Tse
0cd952f7c2
*** empty log message ***
16 years ago
Gisle Vanem
90167151c9
djgpp does have strdup().
16 years ago
Yang Tse
4f4bbc63a6
change CRLF into LF line endings
16 years ago
Yang Tse
797372b0f4
strdup() clone for systems/configurations which lack it
16 years ago
Yang Tse
2cb5cbba34
move inclusion of ares_private.h last
16 years ago
Yang Tse
9a36d5718d
icc adjustments
16 years ago
Yang Tse
34cc272d98
icc adjustments
16 years ago
Yang Tse
6e781eb2c4
Select strict ANSI C89 conformance for icc
16 years ago
Yang Tse
f33bd94c05
remove unnecessary typecasting of malloc()
16 years ago
Yang Tse
5d2ace75a3
remove unnecessary typecasting of realloc()
16 years ago
Daniel Stenberg
4f33fdb183
we start over working towards 1.5.4
16 years ago
Daniel Stenberg
d71fd1b305
Version 1.5.3
16 years ago
Daniel Stenberg
2682c714df
added the three people from RELEASE-NOTES and sorted the list alphabetically
16 years ago
Yang Tse
b487ac8f70
Don't abort configuration if recvfrom() is not available.
16 years ago
Yang Tse
c035f2d3a4
Functionality only possible if recvfrom() is available.
16 years ago
Yang Tse
2b838e85e7
George Neill's fix acountry sample application compilation failure.
16 years ago
Yang Tse
09d10cb5c5
Brad House's validation that DNS response address matches the request address
16 years ago
Yang Tse
a5b66d3293
fix the output name
17 years ago
Yang Tse
c64329b7b1
Get rid of ENABLE_64BIT symbol definition and usage.
...
Improve HAVE_LONGLONG symbol description.
17 years ago
Yang Tse
5e9322f450
Export 'ares_process_fd' too.
17 years ago
Gisle Vanem
308746c081
Ops, remove 'use_vc'.
17 years ago
Gisle Vanem
3c3c49e048
Support Watt-32 under Win32.
17 years ago
Yang Tse
d23952ffdf
Fix: Remove now this SIZEOF_CURL_OFF_T symbol definition.
...
This should have been done with the initial 64-bit curl_off_t patch.
17 years ago
Yang Tse
bad5e6f6ae
Improve CURL_CHECK_DEF
17 years ago
Yang Tse
0a44b62ea1
Fix IBM C and DEC/Compaq C compiler detection
17 years ago
Yang Tse
bcca6b4a47
Initial support of curlbuild.h and curlrules.h which allows
...
to have a curl_off_t data type no longer gated to off_t.
17 years ago
Yang Tse
088ac83df4
The minimum autoconf version required for this file is 2.50
...
Avoid dot notation in aclocal serial file number, use a single number now.
17 years ago