Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove outdated comment | Yang Tse | 2009-05-15 | 1 | -5/+1 |
| | |||||
* | Proper naming for the experimental compiler test and moved to *-compilers.m4 | Yang Tse | 2009-05-07 | 1 | -1/+63 |
| | |||||
* | Moved *_CHECK_COMPILER_HALT_ON_ERROR and ↵ | Yang Tse | 2009-05-07 | 1 | -4/+51 |
| | | | | *_CHECK_COMPILER_ARRAY_SIZE_NEGATIVE to *-compilers.m4 along with other *_CHECK_COMPILER_* | ||||
* | Added CARES_INCLUDES_SYS_TYPES | Yang Tse | 2009-04-28 | 1 | -1/+19 |
| | |||||
* | Initial step towards a configure time curl_socklen_t definition | Yang Tse | 2009-04-26 | 1 | -2/+19 |
| | |||||
* | remove compiler options used while debugging the icc 9.1 optimizer issue | Yang Tse | 2009-04-17 | 1 | -42/+1 |
| | |||||
* | Set HP-UX compiler warning level back to the one that exposes | Yang Tse | 2009-04-15 | 1 | -3/+3 |
| | | | | the socklen_t issue on this platform. | ||||
* | ignore | Yang Tse | 2009-02-13 | 1 | -0/+5 |
| | |||||
* | Make checking for struct ifreq a prerequisite for setting | Dan Fandrich | 2008-11-20 | 1 | -4/+6 |
| | | | | | HAVE_IOCTL_SIOCGIFADDR since it's needed to use SIOCGIFADDR and Watcom C doesn't currently define it. | ||||
* | user provided PATH_SEPARATOR always overrides auto-detected one | Yang Tse | 2008-11-19 | 1 | -3/+1 |
| | |||||
* | attempting to keep lines below 80 chars | Yang Tse | 2008-11-18 | 1 | -1/+8 |
| | |||||
* | provide a common PATH_SEPARATOR check method which is required by | Yang Tse | 2008-11-18 | 2 | -2/+94 |
| | | | | upcomming work to support the broadest range of Autoconf versions | ||||
* | check for gethostbyaddr and gethostbyname as it is done for other functions | Yang Tse | 2008-11-18 | 1 | -1/+189 |
| | |||||
* | Make configure script check if ioctl with the SIOCGIFADDR command can be | Yang Tse | 2008-11-17 | 1 | -1/+57 |
| | | | | used, and define HAVE_IOCTL_SIOCGIFADDR if appropriate. | ||||
* | fix leftover from previous commit | Yang Tse | 2008-11-17 | 1 | -2/+2 |
| | |||||
* | fix inet_pton() runtime configure check | Yang Tse | 2008-11-17 | 1 | -15/+4 |
| | |||||
* | trim down configure script size | Yang Tse | 2008-11-16 | 1 | -0/+87 |
| | |||||
* | fix typo affecting inclusion of <arpa/inet.h> in configure | Yang Tse | 2008-11-14 | 1 | -2/+2 |
| | | | | checks for inet_ntoa_r() inet_ntop() and inet_pton() | ||||
* | #include <string.h> in the getaddrinfo() runtime check for the memset() ↵ | Yang Tse | 2008-11-14 | 1 | -1/+3 |
| | | | | prototype | ||||
* | fix symbol definition check for fcntl.h inclusion | Yang Tse | 2008-11-14 | 1 | -2/+2 |
| | |||||
* | Refactor configure script detection of functions used to set sockets into | Yang Tse | 2008-11-13 | 2 | -2/+858 |
| | | | | non-blocking mode, and decouple function detection from function capability. | ||||
* | check for freeaddrinfo() at configuration phase | Yang Tse | 2008-10-30 | 1 | -1/+97 |
| | |||||
* | update aclocal file serial number | Yang Tse | 2008-10-30 | 1 | -1/+1 |
| | |||||
* | remove verification of the freeability of the addrinfo struct pointer members | Yang Tse | 2008-10-30 | 1 | -147/+0 |
| | |||||
* | fix comment | Yang Tse | 2008-10-29 | 1 | -2/+2 |
| | |||||
* | make CHECK_FUNC_GETADDRINFO_UNFREEABLE_AI_ADDR | Yang Tse | 2008-10-29 | 1 | -134/+132 |
| | | | | | and CHECK_FUNC_GETADDRINFO_UNFREEABLE_AI_CANONNAME internal to CHECK_FUNC_GETADDRINFO | ||||
* | fix leftover | Yang Tse | 2008-10-28 | 1 | -2/+2 |
| | |||||
* | Initial attempt to detect at configuration time if the getaddrinfo() | Yang Tse | 2008-10-28 | 1 | -0/+75 |
| | | | | function returns an addrinfo with an unfreeable ai_canonname member ptr. | ||||
* | Initial attempt to detect at configuration time if the getaddrinfo() | Yang Tse | 2008-10-28 | 1 | -1/+259 |
| | | | | function returns an addrinfo with an unfreeable ai_addr member ptr. | ||||
* | icc adjustments: | Yang Tse | 2008-10-25 | 1 | -4/+2 |
| | | | | Select ANSI C89 dialect plus GNU extensions, again. | ||||
* | some more temporary magic for the icc seg-fault issue | Yang Tse | 2008-10-24 | 1 | -0/+9 |
| | |||||
* | icc permanent adjustment: | Yang Tse | 2008-10-24 | 1 | -38/+40 |
| | | | | | | | | Select precise floating-point model, otherwise doubles are less than 64-bit wide icc test adjustment: Select c89 dialect | ||||
* | icc adjustments: | Yang Tse | 2008-10-23 | 1 | -30/+51 |
| | | | | | | Enable more icc warnings. Optimization disabling options used only for icc 9.1 | ||||
* | #include <stdlib.h> for exit() prototype | Yang Tse | 2008-10-23 | 1 | -1/+26 |
| | |||||
* | some more temporary magic for the icc seg-fault issue | Yang Tse | 2008-10-22 | 1 | -5/+17 |
| | |||||
* | some more temporary magic for the icc seg-fault issue | Yang Tse | 2008-10-21 | 1 | -0/+8 |
| | |||||
* | some more temporary magic for the icc seg-fault issue | Yang Tse | 2008-10-20 | 1 | -5/+11 |
| | |||||
* | messages initially intended only for debug purposes, now become permanent | Yang Tse | 2008-10-19 | 1 | -4/+4 |
| | | | | since these are extremely useful when compiler rejects a set of options. | ||||
* | fix missing double-quotes | Yang Tse | 2008-10-17 | 1 | -6/+6 |
| | |||||
* | some more temporary magic for the icc seg-fault issue | Yang Tse | 2008-10-16 | 1 | -1/+11 |
| | |||||
* | Ensure that shell variable contents which have active meaning | Yang Tse | 2008-10-15 | 1 | -16/+58 |
| | | | | | to the shell echo command are not interpreted when trying to remove extra whitespace from shell variable content. | ||||
* | Adjust Watcom C warnings: | Yang Tse | 2008-10-14 | 1 | -2/+2 |
| | | | | Disable warnings on structure members padding. | ||||
* | With this change Solaris target builds will now be done with _REENTRANT defined. | Yang Tse | 2008-10-14 | 1 | -5/+23 |
| | |||||
* | Adjust Tiny C basic options: | Yang Tse | 2008-10-14 | 1 | -2/+2 |
| | | | | | Remove -b from debug-enabled configuration, as Tiny C might have been built without the memory and bounds checker support. | ||||
* | Adjust GCC warnings: | Yang Tse | 2008-10-14 | 1 | -31/+61 |
| | | | | | | | | | | Better disable following warnings when cross-compiling with a gcc older than 3.0, to avoid warnings from third party system headers: -Wmissing-declarations -Wmissing-prototypes -Wunused -Wshadow | ||||
* | fix syntax error | Yang Tse | 2008-10-14 | 1 | -1/+1 |
| | |||||
* | Initial attempt to detect Watcom C compiler | Yang Tse | 2008-10-14 | 1 | -0/+60 |
| | |||||
* | make naming scheme more consistent across whole file | Yang Tse | 2008-10-13 | 1 | -75/+74 |
| | |||||
* | Adjust GCC warnings: | Yang Tse | 2008-10-13 | 1 | -2/+14 |
| | | | | | | | | | Disable following warnings when cross-compiling with a gcc older than 3.0, to avoid warnings from third party system headers: -Wmissing-prototypes -Wunused -Wshadow | ||||
* | Adjust GCC --enable-warnings: | Yang Tse | 2008-10-13 | 1 | -1/+13 |
| | | | | | Do not enable -pedantic when cross-compiling with a gcc older than 3.0, to avoid warnings from third party system headers. |