Skip to content
Snippets Groups Projects
  1. Feb 18, 2008
  2. Oct 24, 2007
  3. Oct 19, 2007
    • Yang Tse's avatar
      Add custom check for WINLDAP libraries. · e8d3710a
      Yang Tse authored
      In CURL_CHECK_LIBS_WINLDAP and CURL_CHECK_LIBS_LDAP, check first with no
      additional library even when the optional list of libraries has been given.
      e8d3710a
  4. Oct 17, 2007
  5. Oct 15, 2007
  6. Oct 14, 2007
  7. Oct 13, 2007
  8. Sep 27, 2007
  9. Aug 11, 2007
    • Daniel Stenberg's avatar
      Patrick Monnerat modified the LDAP code and approach in curl. Starting now, · d0edb478
      Daniel Stenberg authored
      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.
      d0edb478
  10. Jul 30, 2007
  11. Apr 10, 2007
  12. Apr 03, 2007
  13. Mar 27, 2007
  14. Mar 22, 2007
  15. Feb 15, 2007
  16. Feb 13, 2007
  17. Jan 31, 2007
  18. Nov 22, 2006
    • Yang Tse's avatar
      Added a check in configure that verifies if <signal.h> is available, · 73226415
      Yang Tse authored
      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.
      73226415
  19. Oct 16, 2006
    • Daniel Stenberg's avatar
      Added a check in configure that simply tries to run a program (not when · 67e8d229
      Daniel Stenberg authored
      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.
      67e8d229
  20. Oct 13, 2006
  21. Aug 04, 2006
  22. Jul 31, 2006
  23. Jul 28, 2006
  24. Jul 25, 2006
  25. Jul 11, 2006
  26. Jul 07, 2006
  27. Jul 06, 2006
  28. Jul 05, 2006
  29. Jul 04, 2006
Loading