curl/include/curl
Yang Tse 21c1de430a curlbuild.h.dist: enhance non-configure GCC ABI detection logic
GCC specific adjustments:

- check __ILP32__ before 32 and 64bit processor architectures in
  order to detect ILP32 programming model on 64 bit processors
  which, of course, also support LP64 programming model, when using
  gcc 4.7 or newer.

- keep 32bit processor architecture checks in order to support gcc
  versions older than 4.7 which don't define __ILP32__

- check __LP64__ for gcc 3.3 and newer, while keeping 64bit processor
  architecture checks for older versions which don't define __LP64__
2013-03-08 18:43:03 +01:00
..
.gitignore curl tool: use configuration files from lib directory 2012-04-06 23:37:05 +02:00
Makefile.am include: cleanup 2011-05-09 10:20:31 +02:00
curl.h CURLOPT_CONNECTTIMEOUT: works without signals or posix too! 2012-09-26 11:46:23 +02:00
curlbuild.h.cmake CMake fixes for Linux. 2010-03-24 14:07:18 -04:00
curlbuild.h.dist curlbuild.h.dist: enhance non-configure GCC ABI detection logic 2013-03-08 18:43:03 +01:00
curlbuild.h.in build: fix AIX compilation and usage 2012-11-23 17:57:00 +01:00
curlrules.h build: fix circular header inclusion with other packages 2013-01-09 00:49:50 +01:00
curlver.h version bump: the next release will be 7.30.0 2013-03-07 11:14:16 +01:00
easy.h Fix spelling errors in include/ 2011-04-21 07:55:53 -07:00
mprintf.h checksrc: ban unsafe functions 2013-03-07 11:08:05 +01:00
multi.h curl_multi_wait: Add parameter to return number of active sockets 2012-09-16 19:58:02 +02:00
stdcheaders.h remove the CVSish $Id$ lines 2010-03-24 11:02:54 +01:00
typecheck-gcc.h headers: surround GCC attribute names with double underscores 2012-04-14 15:06:57 +02:00