From ecd30cc8bb3ef81c868c0945c26c77cbbbeb1ac3 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Thu, 14 Aug 2008 11:56:55 +0000 Subject: When using our internal curlx_strtoll function NEED_CURL_STRTOLL must be defined, the source code of curlx_strtoll is excluded if NEED_CURL_STRTOLL isn't defined. --- lib/strtoofft.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/strtoofft.h b/lib/strtoofft.h index 3bea048e6..6c1d944e1 100644 --- a/lib/strtoofft.h +++ b/lib/strtoofft.h @@ -51,6 +51,7 @@ # else curl_off_t curlx_strtoll(const char *nptr, char **endptr, int base); # define curlx_strtoofft curlx_strtoll +# define NEED_CURL_STRTOLL 1 # endif # endif #else -- cgit v1.2.3