From 14240e9e109fe6af19438c6531d573f85dbb0b1e Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Thu, 7 Aug 2008 00:29:08 +0000 Subject: Initial support of curlbuild.h and curlrules.h which allows to have a curl_off_t data type no longer gated to off_t. --- src/setup.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/setup.h') 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 #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 '.' -- cgit v1.2.3