1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-12-09 02:52:18 +00:00
Commit Graph

493 Commits

Author SHA1 Message Date
a627160041 Removed inclusion of <sys/types.h> in .c-files
since it's already included through "setup.h".
2007-02-26 04:33:19 +00:00
7c76875958 include <sys/types.h> when checking availability of the bool type 2007-02-22 16:44:43 +00:00
915e774a42 Check for stdbool.h at configuration stage, and include it if available.
Check for lowercase 'bool' type at configuration stage. If not available
provide a suitable replacement with a type definition of 'unsigned char'
in setup_once.h

Move definitions of TRUE and FALSE to setup_once.h
2007-02-22 02:51:54 +00:00
5f5a8ca905 curlassert macro replaced with DEBUGASSERT macro defined in setup_once.h 2007-02-21 19:03:20 +00:00
908070821e Cleanup WIN32 target using WSACleanup(). 2007-02-21 15:01:51 +00:00
3f00c1cc9a Move header file inclusion logic and definition of timeval
struct for platforms that don't have it to setup_once.h
2007-02-20 12:12:27 +00:00
324522a645 Added ares_parse_ns_reply.obj etc. 2007-02-19 17:44:59 +00:00
b00a5ffbd8 INADDR_NONE no longer used. 2007-02-19 17:41:38 +00:00
db1a0acb0f Fixed typo. 2007-02-19 17:40:36 +00:00
c1bc4c19be Vlad Dinulescu added ares_parse_ns_reply() 2007-02-19 14:06:11 +00:00
7bf2332d7f compiler warning fix 2007-02-19 02:29:35 +00:00
679a675660 add debug messages for initialization failures 2007-02-19 02:03:58 +00:00
385e6d0eea fix ENAMETOOLONG and ENOTEMPTY may already be defined in errno.h 2007-02-18 00:34:37 +00:00
ee2df583d3 Move portable error number symbolic name definitions to setup_once.h 2007-02-17 13:51:24 +00:00
45b2661a5a compiler warning fix 2007-02-17 11:59:08 +00:00
675bdce3b2 compiler warning fix 2007-02-17 11:34:33 +00:00
8595ddf7c4 add debug messages for fopen() failures 2007-02-16 19:17:05 +00:00
69fa447354 use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling 2007-02-16 15:04:44 +00:00
10a035e128 compiler warning fix 2007-02-16 14:22:08 +00:00
c2f42a9bf4 introduce uppercase macros SOCKERRNO, SET_SOCKERRNO(), ERRNO and SET_ERRNO()
making them available to any source code file which includes "setup.h".

Macro SOCKERRNO / SET_SOCKERRNO() returns / sets the *socket-related* errno
(or equivalent) on this platform to hide platform details to code using it.

Macro ERRNO / SET_ERRNO() returns / sets the NOT *socket-related* errno
(or equivalent) on this platform to hide platform details to code using it.
2007-02-15 16:23:24 +00:00
3c769f98e8 icc 9.0 when compiling its generated code for its own FD_SET,
FD_ISSET, and FD_ZERO macros emits warnings #1469 and #593.
So for icc 9.0 we also ignore warnings #1469 and #593.
* 593 warns on "variable __d0 was set but never used"
* 1469 warns on "cc clobber ignored"
2007-02-15 14:02:32 +00:00
ab3790b683 compiler warning fix 2007-02-15 12:14:34 +00:00
5dceb6d883 Oops, missing argument separator comma 2007-02-14 17:38:41 +00:00
8c76cf38a7 in debug messages also show error description 2007-02-14 14:11:47 +00:00
0d8bf01d91 avoid using funtion isblank() and just use our ISBLANK
macro to provide this functionality on all platforms
2007-02-14 13:31:37 +00:00
902d0283b7 check for isblank() at configuration stage. If not available
provide a suitable replacement for use in our ISBLANK macro
2007-02-13 19:01:03 +00:00
2bd57a6d30 use our own ISUPPER and ISLOWER macros 2007-02-13 18:02:20 +00:00
05da7b7fda use our own ISBLANK macro 2007-02-13 17:47:27 +00:00
6751a208d6 Fix c-ares failing to get the search sequence of /etc/hosts and
DNS from /etc/nsswitch.conf, /etc/host.conf or /etc/svc.conf when
/etc/resolv.conf did not exist or was unable to read it.
2007-02-13 16:14:25 +00:00
d145c09ef1 compiler warning fix 2007-02-08 17:01:40 +00:00
5d5bf03803 use macro AC_AIX to define `_ALL_SOURCE', if on AIX. 2007-02-08 00:28:21 +00:00
6fa6ac89b4 use same AIX XLC compiler options as curl's 2007-02-07 18:13:40 +00:00
7a76b6948f *) Remove duplicate declaration of TYPE_SOCKADDR_STORAGE
*) Update CURL_CC_DEBUG_OPTS from curl's script
2007-02-07 15:15:15 +00:00
f5055ad5ae INADDR_NONE no longer used. 2007-02-06 19:14:33 +00:00
6413a26a88 Added debug option ('-d') for Watt-32 programs. 2007-02-06 19:12:38 +00:00
657c69ce9d Added HAVE_PROCESS_H for DOS/Win32.
Include <process.h> for getpid() in ares_init.c.
2007-02-06 19:09:57 +00:00
2776f1ed03 Fix compiler warning. 2007-02-06 19:00:42 +00:00
54d5320745 Include <sys/time.h> and <unistd.h> inside HAVE_x_H.
Added 'optind' and 'optarg' as in adig.c.
2007-02-06 18:56:34 +00:00
7ac09a058c Include <sys/time.h> and <unistd.h> inside HAVE_x_H. 2007-02-06 18:54:35 +00:00
b9c00a23ce compiler warning fix 2007-02-06 03:31:27 +00:00
69b6529167 Remove '-Dselect=select_s'. Remove depend.dj- 2007-02-05 11:32:18 +00:00
12393dcd5c compiler warning fix 2007-02-05 04:10:32 +00:00
5908d58da3 Use correct 3rd argument for ioctlsocket() under Watt-32. 2007-02-04 13:34:34 +00:00
6a3e5617d7 Use correct calling convention. 2007-02-04 13:02:31 +00:00
b6c4466641 Added DllMain() function for Watcom. 2007-02-04 12:50:53 +00:00
7fe31e4d00 compiler warning fix 2007-02-02 17:16:06 +00:00
6f872e206a add debug messages for initialization failures 2007-02-02 16:01:55 +00:00
94f2d923fc add missing strings for existing error codes 2007-02-02 16:01:15 +00:00
e184411c0b move DEBUGF macro definition to setup_once.h 2007-02-02 15:31:32 +00:00
145117174e compiler warning fix 2007-02-01 15:36:56 +00:00