summaryrefslogtreecommitdiff
path: root/acinclude.m4
Commit message (Expand)AuthorAgeFilesLines
* removed the unreachable code warning from gcc debug builds, even the mostDaniel Stenberg2005-08-191-2/+5
* removed some inaccurate comments about the TYPE_IN_ADDR_T checkDaniel Stenberg2005-08-191-2/+1
* Add -Wdeclaration-after-statement to gcc to detect accidental C99-styleDan Fandrich2005-07-201-2/+2
* Detect (or at least infer) glibc-style strerror_r even when cross-compiling.Dan Fandrich2005-06-301-2/+14
* adjusted the strerror_r test more, use _REENTRANT instead of _THREAD_SAFEDaniel Stenberg2005-05-181-22/+11
* The configure check for strerror_r() failed to detect the proper API atDaniel Stenberg2005-05-181-1/+3
* Sort of "fixed" KNOWN_BUGS #4: curl now builds IPv6 enabled on AIX 4.3. AtDaniel Stenberg2005-05-021-1/+2
* Now configure checks for struct sockaddr_storage and the ftp code triesDaniel Stenberg2005-05-021-0/+24
* When cross-compiling, we do some better checking for the NI_WITHSCOPEID optio...Daniel Stenberg2005-03-221-2/+18
* Finally fixed the LDAP library searching bug on libtool ver. 1.5Dan Fandrich2005-03-151-10/+15
* Use the libtool variables better to make LDAP library search work onDan Fandrich2005-03-141-5/+12
* Work around a bug in libtool ver. 1.5 during LDAP library detection.Dan Fandrich2005-03-111-1/+3
* Fixed LDAP library file name bug (KNOWN_BUGS #1). configure now auto-detectsDan Fandrich2005-03-111-0/+55
* Marcin Konicki provided two configure fixes and a source fix to make curlDaniel Stenberg2004-12-221-3/+1
* gcc 2.7 can't handle a few warning options that gcc 2.95 can.Dan Fandrich2004-12-201-3/+3
* Fix the --enable-debug compiler warning options for older versions of gcc.Dan Fandrich2004-12-151-1/+6
* Reverted the previous change and redid it differently as it seemed to notDaniel Stenberg2004-06-071-16/+18
* 1 - do better when cross-compiling when checking for strerror_r() - alertDaniel Stenberg2004-06-041-2/+9
* typo AGAINDaniel Stenberg2004-05-061-1/+1
* When using the icc compiler, we also ignore remark #1418 "external definitionDaniel Stenberg2004-05-061-1/+2
* if no strerror_r prototype is found, we provide our own to prevent pickyDaniel Stenberg2004-05-061-0/+11
* gcc 3.4 now uses the -Wunreachable-code option, I believe we can make olderDaniel Stenberg2004-05-051-0/+5
* Applied Joe Halpin's bugfixes to the NI_WITHSCOPEID test program.Daniel Stenberg2004-04-011-8/+9
* HAVE_NI_WITHSCOPEID spelled right!Daniel Stenberg2004-03-311-2/+2
* Andrés García fixed a warning in the ioctlsocket() usage.Daniel Stenberg2004-03-311-1/+1
* modified the NI_WITHSCOPEID to use an AF_INET6 socket immediately andDaniel Stenberg2004-03-311-7/+9
* Added CURL_CHECK_NI_WITHSCOPEID that checks if NI_WITHSCOPEID exists andDaniel Stenberg2004-03-301-5/+63
* strerror_r() detection changes:Daniel Stenberg2004-03-251-3/+71
* added check for strerror_r()Daniel Stenberg2004-03-241-1/+19
* ignore the icc warning 981 "operands are evaluated in unspecified order"Daniel Stenberg2004-03-101-2/+3
* we ignore the ICC warning 1419 as wellDaniel Stenberg2004-03-081-1/+3
* Perhaps -Wundef is better on gcc versions after 2.95, since the autobuildDaniel Stenberg2004-03-011-15/+24
* When setting aggressive pedantic compiler options, display what optionsDaniel Stenberg2004-03-011-0/+6
* Make icc ignore "invalid format string conversion" warnings as well. TheyDaniel Stenberg2004-02-261-5/+6
* Use __INTEL_COMPILER instead of __ICC to the cpp to detect the Intel iccDaniel Stenberg2004-02-261-3/+3
* set debug options when using the icc compilerDaniel Stenberg2004-02-251-4/+14
* Moved most of the set-debug-options-depending-on-compiler logic to the newDaniel Stenberg2004-02-251-0/+86
* Added escaping of the function name in the AC_DEFUN() macros, so thatDaniel Stenberg2004-01-151-7/+7
* Added proper #ifdef's for the #include files when checking for in_addr_t,Daniel Stenberg2003-10-301-0/+10
* O_NONBLOCK does not work on BeOS according to ShardDaniel Stenberg2003-10-061-1/+1
* improved the non-block check a lot:Daniel Stenberg2003-10-051-4/+26
* change the order of the in_addr_t tests, so that 'unsigned long' is testedDaniel Stenberg2003-05-151-3/+1
* added description in all AC_DEFINE() callsDaniel Stenberg2003-01-201-18/+18
* Albert Chin:Daniel Stenberg2002-01-311-0/+2
* Stoned Elipot's patch for the in_addr_t testDaniel Stenberg2002-01-141-1/+1
* now sets a type for in_addr_t even if it isn't found in the #include filesDaniel Stenberg2001-11-281-13/+11
* Added an in_addr_t checkDaniel Stenberg2001-11-281-0/+39
* now we make sure that NULL is defined in the gethostbyname_r() compilesDaniel Stenberg2001-11-081-0/+8
* Albert Chin's improved gethostbyname_r() testsDaniel Stenberg2001-10-041-47/+18
* Added non-blocking sockets testDaniel Stenberg2001-10-011-0/+104