aboutsummaryrefslogtreecommitdiff
path: root/src/config.h.in
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-01-22 12:46:07 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-01-22 12:46:07 +0000
commit5bd0471315baa7c9ecfed6ebe7e277d656d803f3 (patch)
treec68892b624f47a6f7868b0ff93636bb76cf308b6 /src/config.h.in
parentb791e158f0e04a518dea19fdaf0bfbf71b343c64 (diff)
use curl_off_t instead of off_t
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in4
1 files changed, 2 insertions, 2 deletions
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