diff options
author | Yang Tse <yangsita@gmail.com> | 2006-11-24 16:38:58 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2006-11-24 16:38:58 +0000 |
commit | bcd8a3b2403d6269a121c469273880021f2cfb20 (patch) | |
tree | 0ea18b67ef48d173ca28e7c65bf1e631a1b1e491 /lib/config-riscos.h | |
parent | 04d5d1895cb90ddc3dada1b64d48c75d26d4f84e (diff) | |
download | curl-bcd8a3b2403d6269a121c469273880021f2cfb20.tar.gz |
Define HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T and HAVE_SIG_ATOMIC_T_VOLATILE
as appropriate for platforms that don't have autotools support
Diffstat (limited to 'lib/config-riscos.h')
-rw-r--r-- | lib/config-riscos.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/config-riscos.h b/lib/config-riscos.h index e2877df75..aedf24793 100644 --- a/lib/config-riscos.h +++ b/lib/config-riscos.h @@ -245,6 +245,15 @@ /* Define if you have the `signal' function. */ #define HAVE_SIGNAL +/* Define if you have the <signal.h> header file. */ +#define HAVE_SIGNAL_H + +/* Define if sig_atomic_t is an available typedef. */ +#define HAVE_SIG_ATOMIC_T + +/* Define if sig_atomic_t is already defined as volatile. */ +#undef HAVE_SIG_ATOMIC_T_VOLATILE + /* Define if you have the `socket' function. */ #define HAVE_SOCKET |