diff options
author | Yang Tse <yangsita@gmail.com> | 2008-08-14 11:56:55 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-08-14 11:56:55 +0000 |
commit | ecd30cc8bb3ef81c868c0945c26c77cbbbeb1ac3 (patch) | |
tree | 35294d77d07826f7f3ee5048f42a0aba25a4391b /lib/strtoofft.h | |
parent | 0105ad5e39ef147f0f2b4fa0c66a7e8b6bffe405 (diff) | |
download | curl-ecd30cc8bb3ef81c868c0945c26c77cbbbeb1ac3.tar.gz |
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.
Diffstat (limited to 'lib/strtoofft.h')
-rw-r--r-- | lib/strtoofft.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |