diff options
author | Yang Tse <yangsita@gmail.com> | 2008-08-07 00:29:08 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-08-07 00:29:08 +0000 |
commit | 14240e9e109fe6af19438c6531d573f85dbb0b1e (patch) | |
tree | 61c5713bff289fbdc27e019b71427723bfb78dbc /packages/vms | |
parent | a3045b4e4944a36f467f363607d6c6a50727fca2 (diff) |
Initial support of curlbuild.h and curlrules.h which allows
to have a curl_off_t data type no longer gated to off_t.
Diffstat (limited to 'packages/vms')
-rw-r--r-- | packages/vms/config-vms.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/packages/vms/config-vms.h b/packages/vms/config-vms.h index 84090106e..e19a0b4d3 100644 --- a/packages/vms/config-vms.h +++ b/packages/vms/config-vms.h @@ -1,6 +1,6 @@ /* MSK, 02/05/04, Hand edited for trail build on Alpha V7.3, DEC C 6.5-003 */ /* MSK, 03/09/04, Seems to work for all platforms I've built on so far. */ -/* Added HAVE_SYS_IOCTL_H, IOCTL_3_ARGS and SIZEOF_CURL_OFF_T defines */ +/* Added HAVE_SYS_IOCTL_H and IOCTL_3_ARGS defines */ /* MSK, 06/04/04, Added HAVE_INET_NTOP */ /* TES, 10/06/04, Added MAX_INITIAL_POST_SIZE, HAVE_BASENAME */ /* MSK, 02/02/05, Changed HAVE_TERMIOS_H to an undef since the change in */ @@ -265,14 +265,6 @@ /* IOCTL_3_ARGS defined to match the ioctl function in stropts.h */ #define IOCTL_3_ARGS 1 -/* Seems with versions of cURL after 7.11.0 you need to define */ -/* SIZEOF_CURL_OFF_T to something to get it to compile. */ -#if defined( __VAX) || (__32BITS == 1) -#define SIZEOF_CURL_OFF_T 4 -#else -#define SIZEOF_CURL_OFF_T 8 -#endif - /* Somewhere around 7.12.0 HAVE_INET_NTOP was introduced. */ #define HAVE_INET_NTOP 1 |