#
420ea83e |
| 17-Oct-2007 |
Yang Tse |
Fix CURL_CHECK_LIBS_LDAP failure when no parameter is given
|
#
5360f883 |
| 17-Oct-2007 |
Yang Tse |
Default check for more libraries in CURL_CHECK_LIBS_LDAP, and allow parameter specification of libraries to check.
|
#
fbb5518a |
| 15-Oct-2007 |
Yang Tse |
Avoid depending on a header file for the definition of NULL
|
#
001a2d9b |
| 15-Oct-2007 |
Dan Fandrich |
Fix LDAP compile error when LDAP is not available. Fixed a typo in the LDAP configure code and made sure NULL is defined in a test programs that need it.
|
#
95446f69 |
| 14-Oct-2007 |
Yang Tse |
Fix custom check for LDAP libraries
|
#
4db954f8 |
| 14-Oct-2007 |
Yang Tse |
Add custom check for LDAP libraries
|
#
a171f60b |
| 14-Oct-2007 |
Yang Tse |
Add custom checks for lber, ldap, ldapssl and ldap_ssl header files
|
#
07625fe2 |
| 13-Oct-2007 |
Yang Tse |
Add check for winldap and winber header files
|
#
16b95fc7 |
| 27-Sep-2007 |
Dan Fandrich |
Enabled a few more gcc warnings with --enable-debug. Renamed a few variables to avoid shadowing global declarations.
|
Revision tags: curl-7_17_0 |
|
#
d0edb478 |
| 11-Aug-2007 |
Daniel Stenberg |
Patrick Monnerat modified the LDAP code and approach in curl. Starting now, the configure script checks for openldap and friends and we link with those libs just like we link all other third
Patrick Monnerat modified the LDAP code and approach in curl. Starting now, the configure script checks for openldap and friends and we link with those libs just like we link all other third party libraries, and we no longer dlopen() those libraries. Our private header file lib/ldap.h was renamed to lib/curl_ldap.h due to this. I set a tag in CVS (curl-7_17_0-preldapfix) just before this commit, just in case.
show more ...
|
Revision tags: curl-7_17_0-preldapfix |
|
#
5b1bbffd |
| 30-Jul-2007 |
Daniel Stenberg |
Peter O'Gorman pointed out (and fixed) that the non-blocking check in configure made libcurl use blocking sockets on AIX 4 and 5, while that wasn't the intention.
|
Revision tags: curl-7_16_4, curl-7_16_3, curl-7_16_2 |
|
#
d8d3dc93 |
| 10-Apr-2007 |
Yang Tse |
--enable-sspi only supported on Windows native builds
|
#
305e0390 |
| 03-Apr-2007 |
Yang Tse |
Cleanup. Warnings related with FD_SET, FD_ISSET, and FD_ZERO macros are not icc 9.0 specific.
|
#
59c620bf |
| 27-Mar-2007 |
Dan Fandrich |
Daniel Johnson's fix for shared object extension detection on Mac OS X.
|
#
2288094b |
| 22-Mar-2007 |
Yang Tse |
fix wrong macro name introduced in las commit
|
#
273b2b23 |
| 22-Mar-2007 |
Yang Tse |
Add check for compiler variadic macro support in configuration script
|
#
8920606b |
| 22-Mar-2007 |
Yang Tse |
attempt to keep message length below 80 chars
|
#
d381dd68 |
| 15-Feb-2007 |
Yang Tse |
icc 9.0 when compiling its generated code for its own FD_SET, FD_ISSET, and FD_ZERO macros emits warnings #1469 and #593. So for icc 9.0 we also ignore warnings #1469 and #593. * 593 warn
icc 9.0 when compiling its generated code for its own FD_SET, FD_ISSET, and FD_ZERO macros emits warnings #1469 and #593. So for icc 9.0 we also ignore warnings #1469 and #593. * 593 warns on "variable __d0 was set but never used" * 1469 warns on "cc clobber ignored"
show more ...
|
#
23d1041b |
| 13-Feb-2007 |
Dan Fandrich |
Added last-resort dynamic library names.
|
#
5565f45f |
| 31-Jan-2007 |
Dan Fandrich |
Properly use libtool macros to fix OpenLDAP library name detection on Darwin.
|
Revision tags: curl-7_16_1 |
|
#
73226415 |
| 22-Nov-2006 |
Yang Tse |
Added a check in configure that verifies if <signal.h> is available, defining HAVE_SIGNAL_H if the header is available. Added a check in configure that tests if the sig_atomic_t type is
Added a check in configure that verifies if <signal.h> is available, defining HAVE_SIGNAL_H if the header is available. Added a check in configure that tests if the sig_atomic_t type is available, defining HAVE_SIG_ATOMIC_T if it is available. Providing a suitable default in setup_once.h if not available. Added a check in configure that tests if the sig_atomic_t type is already defined as volatile, defining HAVE_SIG_ATOMIC_T_VOLATILE if it is available and already defined as volatile.
show more ...
|
Revision tags: curl-7_16_0 |
|
#
67e8d229 |
| 16-Oct-2006 |
Daniel Stenberg |
Added a check in configure that simply tries to run a program (not when cross-compiling) in order to detect problems with run-time libraries that otherwise would occur when the sizeof tests f
Added a check in configure that simply tries to run a program (not when cross-compiling) in order to detect problems with run-time libraries that otherwise would occur when the sizeof tests for curl_off_t would run and thus be much more confusing to users. The check of course should run after all lib-checks are done and before any other test is used that would run an executable built for testing-purposes.
show more ...
|
#
32ac4ede |
| 13-Oct-2006 |
Yang Tse |
Check for struct timeval at configuration time
|
Revision tags: curl-7_15_6-prepipeline, curl-7_15_5 |
|
#
7240acde |
| 04-Aug-2006 |
Yang Tse |
Being unable to link or find out recv() or send() args types is a fatal error.
|
#
ae8a01ea |
| 31-Jul-2006 |
Yang Tse |
Avoid the risk of a false positive detection of MSG_NOSIGNAL when cross compiling a Windows target.
|