diff options
Diffstat (limited to 'ares/config-win32.h')
| -rw-r--r-- | ares/config-win32.h | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/ares/config-win32.h b/ares/config-win32.h index d88c5a46b..4b802e138 100644 --- a/ares/config-win32.h +++ b/ares/config-win32.h @@ -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  | 
