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

Fixes #10905
Closes #10910
This commit is contained in:
SuperIlu on github 2023-04-08 17:50:14 +02:00 committed by Daniel Stenberg
parent 5f307986a3
commit 92617713b6
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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