Skip to content
Snippets Groups Projects
  1. Nov 25, 2006
  2. 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
  3. Nov 03, 2006
  4. Nov 02, 2006
  5. Oct 27, 2006
  6. 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
  7. Oct 13, 2006
  8. Sep 24, 2006
  9. Jul 28, 2006
  10. Jul 19, 2006
  11. Jul 11, 2006
  12. Jul 04, 2006
  13. Jul 03, 2006
  14. Jun 13, 2006
  15. Jun 12, 2006
  16. Jun 08, 2006
  17. May 23, 2006
  18. 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
  19. Apr 19, 2006
  20. Apr 10, 2006
  21. Mar 21, 2006
  22. Mar 20, 2006
  23. Mar 02, 2006
  24. Feb 11, 2006
  25. Jan 16, 2006
  26. Dec 23, 2005
  27. Dec 21, 2005
  28. Dec 20, 2005
  29. Dec 19, 2005
  30. Dec 18, 2005
  31. Dec 16, 2005
  32. Dec 15, 2005
  33. Dec 14, 2005
Loading