1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-10-05 21:09:35 +00:00

Define HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T and HAVE_SIG_ATOMIC_T_VOLATILE

as appropriate for platforms that don't have autotools support
This commit is contained in:
Yang Tse
2006-11-24 16:38:58 +00:00
parent 6a59182e81
commit 286eafac7b
3 changed files with 9 additions and 0 deletions

View File

@ -29,6 +29,9 @@
#define HAVE_GETOPT_H 1
#endif
/* Define if you have the <signal.h> header file. */
#define HAVE_SIGNAL_H 1
/* Define if you have the <sys/time.h> header file */
/* #define HAVE_SYS_TIME_H 1 */
@ -57,6 +60,9 @@
/* OTHER HEADER INFO */
/* ---------------------------------------------------------------- */
/* Define if sig_atomic_t is an available typedef. */
#define HAVE_SIG_ATOMIC_T 1
/* Define if you have the ANSI C header files. */
#define STDC_HEADERS 1