summaryrefslogtreecommitdiff
path: root/lib/curl_config.h.cmake
Commit message (Collapse)AuthorAgeFilesLines
* nss: unconditionally require PK11_CreateGenericObject()Kamil Dudka2012-04-131-3/+0
| | | | This bumps the minimal supported version of NSS to 3.12.x.
* configure: NATIVE_WINDOWS no longer defined in config filesYang Tse2012-04-121-3/+0
|
* build adjustments: CURL_HIDDEN_SYMBOLS no longer defined in config filesYang Tse2012-04-111-4/+1
| | | | | | | | | | | configure script now provides conditional definitions for Makefile.am that result in CURL_HIDDEN_SYMBOLS being defined by resulting makefiles when appropriate. Additionally, configure script option for symbol hiding control is now named --enable-symbol-hiding --disable-symbol-hiding. While still valid, old option name --enable-hidden-symbols --disable-hidden-symbols will be deprecated in some future release.
* cmake: remove spurious definitionYang Tse2011-06-211-3/+0
|
* Enable OpenLDAP support for cygwin builds.Yang Tse2010-06-041-4/+1
| | | | | | | | | Enable OpenLDAP support for cygwin builds. This support was disabled back in 2008 due to incompatibilities between OpenSSL and OpenLDAP headers. cygwin's OpenSSL 0.9.8l and OpenLDAP 2.3.43 versions on cygwin 1.5.25 allow building an OpenLDAP enabled libcurl supporting back to Windows 95. Remove non-functional CURL_LDAP_HYBRID code and references.
* PolarSSL: initial support addedHoi-Ho Chan2010-05-051-0/+3
| | | | | | This is Hoi-Ho Chan's patch with some minor fixes by me. There are some potential issues in this, but none worse than we can sort out on the list and over time.
* Fix curl CMake build.Bill Hoffman2010-03-241-0/+3
| | | | | | | | | This commit fixes the cmake build of curl, and cleans up the cmake code a little. It removes some commented out code and some trailing whitespace. To get curl to build the binary tree include/curl directory needed to be added to the include path. Also, SIZEOF_SHORT needed to be added. A check for the lack of defines of SIZEOF_* for warnless.c was added.
* ENH: move config.h.cmake to curl_config.h.cmake so it builds againBill Hoffman2009-07-141-0/+950