diff options
author | Yang Tse <yangsita@gmail.com> | 2006-10-14 12:01:44 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2006-10-14 12:01:44 +0000 |
commit | dc3ed353132f853dc3ddee410a4f9423534a8289 (patch) | |
tree | 9a852ecd1fed09fb2ce62fd4e18b1f09da7e606d /lib/config-riscos.h | |
parent | 6b868df554ba12ffa640a92e769352af84805b63 (diff) | |
download | curl-dc3ed353132f853dc3ddee410a4f9423534a8289.tar.gz |
Define HAVE_STRUCT_TIMEVAL as appropriate for platforms that lack autotools support
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 bb4bafba5..e2877df75 100644 --- a/lib/config-riscos.h +++ b/lib/config-riscos.h @@ -119,6 +119,9 @@ /* Define if you have the `gettimeofday' function. */ #define HAVE_GETTIMEOFDAY +/* Define if you have the `timeval' struct. */ +#define HAVE_STRUCT_TIMEVAL + /* Define if you have the `inet_addr' function. */ #undef HAVE_INET_ADDR |