config-dos.h: fix SIZEOF_CURL_OFF_T for MS-DOS/DJGPP

Fixes #10905
Closes #10910
diff --git a/lib/config-dos.h b/lib/config-dos.h
index 8dece8a..05c1a81 100644
--- a/lib/config-dos.h
+++ b/lib/config-dos.h
@@ -82,7 +82,7 @@
 #define SIZEOF_INT             4
 #define SIZEOF_LONG            4
 #define SIZEOF_SIZE_T          4
-#define SIZEOF_CURL_OFF_T      4
+#define SIZEOF_CURL_OFF_T      8
 #define STDC_HEADERS           1
 #define TIME_WITH_SYS_TIME     1