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 /src/setup.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 'src/setup.h')
-rw-r--r-- | src/setup.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/setup.h b/src/setup.h index 348c8de79..4f0835e3c 100644 --- a/src/setup.h +++ b/src/setup.h @@ -187,10 +187,6 @@ int fileno( FILE *stream); #include <sys/timeval.h> #endif -#ifndef SIZEOF_CURL_OFF_T -#define SIZEOF_CURL_OFF_T sizeof(curl_off_t) -#endif - #ifndef UNPRINTABLE_CHAR /* define what to use for unprintable characters */ #define UNPRINTABLE_CHAR '.' |