mirror of
https://github.com/curl/curl.git
synced 2026-08-25 02:23:31 +03:00
cmake: sizeof curl_off_t, remove unused detections
This commit is contained in:
parent
80d9e35598
commit
1286b7c09e
2 changed files with 10 additions and 44 deletions
|
|
@ -888,6 +888,9 @@
|
|||
/* The size of `off_t', as computed by sizeof. */
|
||||
#cmakedefine SIZEOF_OFF_T ${SIZEOF_OFF_T}
|
||||
|
||||
/* The size of `curl_off_t', as computed by sizeof. */
|
||||
#cmakedefine SIZEOF_CURL_OFF_T ${SIZEOF_CURL_OFF_T}
|
||||
|
||||
/* The size of `size_t', as computed by sizeof. */
|
||||
#cmakedefine SIZEOF_SIZE_T ${SIZEOF_SIZE_T}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue