52 Commits (9556ddf7af39487d634bb5b880a25f446f1440be)

Author SHA1 Message Date
Gisle Vanem 8d013420a0 curl_setup_once.h: definition of HAVE_CLOSE_S defines sclose() to close_s() 12 years ago
Yang Tse c220b29b3c setup_once.h: HP-UX specific 'bool', 'false' and 'true' definitions. 12 years ago
Yang Tse 4ed0fc2d44 setup_once.h: HP-UX <sys/socket.h> issue workaround 12 years ago
Yang Tse 0c677f578e setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> 12 years ago
Yang Tse bceb40095a setup_once.h: HP-UX specific TRUE and FALSE definitions 12 years ago
Yang Tse 81db5a00e4 setup_once.h: tighten requirements for stdbool.h header inclusion 13 years ago
Yang Tse bab721cb1c setup_once.h cleanup and sync 13 years ago
Yang Tse 3abad87d88 setup_once: system error codes for Windows CE 14 years ago
Yang Tse 8c503ddf79 System's errno.h inclusion cleanup. 14 years ago
Gisle Vanem 0f226fb8e4 Watt-32: use errno 14 years ago
Yang Tse 2c26d7d254 setup_once: provide ISASCII macro 14 years ago
Yang Tse dac69d52c2 Fix compiler warning: array subscript has type 'char' 14 years ago
Tor Arntsen cd59ae213f improve alternative definition of bool to use enum instead of unsigned char 15 years ago
Yang Tse be68a8ed0d fix VS2010 compiler warnings 15 years ago
Daniel Stenberg 63627fa5ab remove all $Id$ lines 15 years ago
Yang Tse 004c2e3400 VMS specific preprocessor symbol checking adjustments 15 years ago
Yang Tse f34c2a879b sclose() function-like macro definition used to close a socket, 16 years ago
Yang Tse 1bbfcc09ca Adjusted to take in account that... 16 years ago
Yang Tse 3a55bbebf1 Use build-time configured ares_socklen_t instead of socklen_t 16 years ago
Yang Tse 1509409fe1 Moved potential inclusion of system's malloc.h and memory.h header files to 16 years ago
Yang Tse b487ac8f70 Don't abort configuration if recvfrom() is not available. 16 years ago
Yang Tse dfcd806a8b Change recvfrom's sixth argument data type to the 'historically standard' 'int' 17 years ago
Yang Tse 1faffd7a7e Use the sreadfrom() wrapper to replace recvfrom() in our code. 17 years ago
Yang Tse 2aeb0314f5 RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now defined 17 years ago
Yang Tse 7dd6d7cbe1 Configure process now checks availability of recvfrom() socket function and 17 years ago
Yang Tse 41b0e80a3f fix: remove need and definition of HAVE_SOCKLEN_T symbol 17 years ago
Yang Tse 269e082f77 Windows build targets have socklen_t definition in ws2tcpip.h but some 17 years ago
Yang Tse 2c8db1aec8 actually sync with lib/setup_once.h 17 years ago
Yang Tse 0a7eb8e30e sync with lib/setup_once.h 17 years ago
Yang Tse a034ee1b7d Steve Little's fixes to allow compilation on VMS 64-bit mode 18 years ago
Yang Tse f68a45779d convenience SIG_ATOMIC_T macro definition 18 years ago
Yang Tse 140d6b08fb move WinSock definitions of EBADF, EINTR, EINVAL and EAFNOSUPPORT to setup_once.h 18 years ago
Yang Tse 915e774a42 Check for stdbool.h at configuration stage, and include it if available. 18 years ago
Yang Tse 5f5a8ca905 curlassert macro replaced with DEBUGASSERT macro defined in setup_once.h 18 years ago
Yang Tse 3f00c1cc9a Move header file inclusion logic and definition of timeval 18 years ago
Yang Tse 385e6d0eea fix ENAMETOOLONG and ENOTEMPTY may already be defined in errno.h 18 years ago
Yang Tse ee2df583d3 Move portable error number symbolic name definitions to setup_once.h 18 years ago
Yang Tse c2f42a9bf4 introduce uppercase macros SOCKERRNO, SET_SOCKERRNO(), ERRNO and SET_ERRNO() 18 years ago
Yang Tse 0d8bf01d91 avoid using funtion isblank() and just use our ISBLANK 18 years ago
Yang Tse 902d0283b7 check for isblank() at configuration stage. If not available 18 years ago
Yang Tse 2bd57a6d30 use our own ISUPPER and ISLOWER macros 18 years ago
Yang Tse 05da7b7fda use our own ISBLANK macro 18 years ago
Yang Tse e184411c0b move DEBUGF macro definition to setup_once.h 18 years ago
Yang Tse 3445be6316 sync with lib/setup_once.h 18 years ago
Yang Tse 65fc05826e Make sure RETSIGTYPE is properly defined 18 years ago
Yang Tse 7f7d2ad5c6 Added a check in configure that verifies if <signal.h> is available, 18 years ago
Yang Tse d9cab5a6df Sync with lib/setup_once.h 18 years ago
Yang Tse 000ac3f39d Sync with lib/setup_once.h 18 years ago
Daniel Stenberg 5d9bf10232 Tor's spell fixes 18 years ago
Yang Tse 2a7b004e49 Move definition of IS*() macros to setup_once.h 18 years ago