aboutsummaryrefslogtreecommitdiff
path: root/ares/setup_once.h
AgeCommit message (Collapse)Author
2007-02-02move DEBUGF macro definition to setup_once.hYang Tse
2007-01-27sync with lib/setup_once.hYang Tse
2006-11-25Make sure RETSIGTYPE is properly definedYang Tse
2006-11-22Added a check in configure that verifies if <signal.h> is available,Yang Tse
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.
2006-10-27Sync with lib/setup_once.hYang Tse
2006-10-18Sync with lib/setup_once.hYang Tse
2006-10-18Tor's spell fixesDaniel Stenberg
2006-10-18Move definition of IS*() macros to setup_once.hYang Tse
2006-07-31Force compilation failure in case macros sread() or swrite() are not defined.Yang Tse
2006-07-28First step trying to avoid the multiple header inclusion and recursion ↵Yang Tse
nightmare. Reintroduce checking for HAVE_MSG_NOSIGNAL in configure script, so that we don't depend on header inclusion order for a valid check.