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-tpf.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-tpf.h')
-rw-r--r-- | lib/config-tpf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/config-tpf.h b/lib/config-tpf.h index 5deb112d2..6b1accc79 100644 --- a/lib/config-tpf.h +++ b/lib/config-tpf.h @@ -475,6 +475,9 @@ /* if struct sockaddr_storage is defined */ /* #undef HAVE_STRUCT_SOCKADDR_STORAGE */ +/* Define this if you have struct timeval */ +#define HAVE_STRUCT_TIMEVAL 1 + /* Define to 1 if you have the <sys/filio.h> header file. */ #define HAVE_SYS_FILIO_H 1 |