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.
Showing
- acinclude.m4 42 additions, 0 deletionsacinclude.m4
- ares/acinclude.m4 42 additions, 0 deletionsares/acinclude.m4
- ares/configure.ac 2 additions, 0 deletionsares/configure.ac
- ares/setup_once.h 10 additions, 0 deletionsares/setup_once.h
- configure.ac 2 additions, 0 deletionsconfigure.ac
- lib/setup_once.h 10 additions, 0 deletionslib/setup_once.h
Loading
Please register or sign in to comment