summaryrefslogtreecommitdiff
path: root/lib/config-vxworks.h
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.
* configure: Windows cross-compilation fixesYang Tse2012-04-091-11/+5
| | | | | | BUILDING_LIBCURL and CURL_STATICLIB are no longer defined in curl_config.h, configure will generate appropriate conditionals so that mentioned symbols get defined and used in Makefiles at compilation time
* sources: update source headersDaniel Stenberg2011-03-101-0/+21
| | | | | | All C and H files now (should) feature the proper project curl source code header, which includes basic info, a copyright statement and some basic disclaimers.
* 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.
* Added SIZEOF_INT and SIZEOF_SHORT definitions for non-configure systemsYang Tse2010-02-261-0/+3
|
* Remove enable-thread / disable-thread configure option. These were only placeboYang Tse2009-11-151-3/+0
| | | | options. The library is always built as thread safe as possible on every system.
* Refactor how preprocessor symbol _THREAD_SAFE definition is done.Yang Tse2009-11-141-3/+3
|
* Check for basename() is now done the same as other function checksYang Tse2009-10-181-3/+0
|
* allow building libcurl for VxWorksYang Tse2009-06-041-0/+940