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 /lib/config-amigaos.h | |
parent | a3045b4e4944a36f467f363607d6c6a50727fca2 (diff) | |
download | curl-14240e9e109fe6af19438c6531d573f85dbb0b1e.tar.gz |
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 'lib/config-amigaos.h')
-rw-r--r-- | lib/config-amigaos.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/config-amigaos.h b/lib/config-amigaos.h index fe77a2dc4..86d9daa41 100644 --- a/lib/config-amigaos.h +++ b/lib/config-amigaos.h @@ -103,7 +103,6 @@ #define SELECT_TYPE_ARG1 int #define SELECT_TYPE_ARG234 (fd_set *) #define SELECT_TYPE_ARG5 (struct timeval *) -#define SIZEOF_CURL_OFF_T 4 #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 |