diff options
author | Yang Tse <yangsita@gmail.com> | 2008-09-19 23:51:16 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-09-19 23:51:16 +0000 |
commit | 19bc92289ddb57110b93b1480d058e31963d9648 (patch) | |
tree | 70054ff7d2c96c3a3fc642881d70e4e5d3904bf0 /lib/config-riscos.h | |
parent | 4e4f6c1ec83a4d0d9189ce51c5bf22cf24efd687 (diff) | |
download | curl-19bc92289ddb57110b93b1480d058e31963d9648.tar.gz |
HAVE_ALARM definition for static config-*.h files
Diffstat (limited to 'lib/config-riscos.h')
-rw-r--r-- | lib/config-riscos.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/config-riscos.h b/lib/config-riscos.h index 86ef864e3..e3a1c15fc 100644 --- a/lib/config-riscos.h +++ b/lib/config-riscos.h @@ -59,6 +59,9 @@ /* Define if you want to enable IPv6 support */ #undef ENABLE_IPV6 +/* Define to 1 if you have the alarm function. */ +#define HAVE_ALARM 1 + /* Define if you have the <alloca.h> header file. */ #define HAVE_ALLOCA_H |