Skip to content
Snippets Groups Projects
  1. Mar 06, 2007
  2. Feb 22, 2007
  3. Feb 17, 2007
  4. Feb 14, 2007
  5. Feb 13, 2007
  6. Feb 12, 2007
  7. Feb 07, 2007
  8. Feb 02, 2007
  9. Dec 03, 2006
  10. Nov 25, 2006
  11. 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
  12. Nov 03, 2006
  13. Nov 02, 2006
  14. Oct 27, 2006
  15. 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
  16. Oct 13, 2006
  17. Sep 24, 2006
  18. Jul 28, 2006
  19. Jul 19, 2006
  20. Jul 11, 2006
  21. Jul 04, 2006
  22. Jul 03, 2006
  23. Jun 13, 2006
  24. Jun 12, 2006
  25. Jun 08, 2006
  26. May 23, 2006
  27. May 11, 2006
    • Daniel Stenberg's avatar
      Ok, when checking for old-style SSLeay headers we cannot just use · d99c20f6
      Daniel Stenberg authored
      AC_CHECK_HEADERS() and the action-if-found since that action is run even if
      just one of the six headers is found and I just now fell over a case with
      a duplicate file name (a krb4 implementation with an err.h file).
      
      I converted the check to manually make sure three of the headers are present
      before considering them fine.
      d99c20f6
  28. Apr 19, 2006
  29. Apr 10, 2006
  30. Mar 21, 2006
  31. Mar 20, 2006
  32. Mar 02, 2006
  33. Feb 11, 2006
  34. Jan 16, 2006
  35. Dec 23, 2005
  36. Dec 21, 2005
Loading