mirror of
https://github.com/curl/curl.git
synced 2026-08-01 03:58:08 +03:00
Initial support of curlbuild.h and curlrules.h which allows
to have a curl_off_t data type no longer gated to off_t.
This commit is contained in:
parent
a3045b4e49
commit
14240e9e10
32 changed files with 1076 additions and 166 deletions
|
|
@ -187,10 +187,6 @@ int fileno( FILE *stream);
|
|||
#include <sys/timeval.h>
|
||||
#endif
|
||||
|
||||
#ifndef SIZEOF_CURL_OFF_T
|
||||
#define SIZEOF_CURL_OFF_T sizeof(curl_off_t)
|
||||
#endif
|
||||
|
||||
#ifndef UNPRINTABLE_CHAR
|
||||
/* define what to use for unprintable characters */
|
||||
#define UNPRINTABLE_CHAR '.'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue