From 5bd0471315baa7c9ecfed6ebe7e277d656d803f3 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 22 Jan 2004 12:46:07 +0000 Subject: use curl_off_t instead of off_t --- src/config.h.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/config.h.in') diff --git a/src/config.h.in b/src/config.h.in index c9f5e7c2a..9f50fa3f4 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -80,8 +80,8 @@ /* Define to 1 if you have the `strtoll' function. */ #undef HAVE_STRTOLL -/* The size of a `off_t', as computed by sizeof. */ -#undef SIZEOF_OFF_T +/* The size of a `curl_off_t', as computed by sizeof. */ +#undef SIZEOF_CURL_OFF_T /* If zlib is available */ #undef HAVE_LIBZ -- cgit v1.2.3