README.md (631B)
1 # curl 2 3 ## curl_config.h 4 Generated with 5 6 ./configure \ 7 --disable-pop3 \ 8 --disable-smb \ 9 --with-ca-bundle=/etc/ssl/cert.pem \ 10 --with-bearssl \ 11 CPPFLAGS='-I/src/oasis/out/pkg/bearssl/include -I/src/oasis/out/pkg/zlib/include' \ 12 LDFLAGS='-L/src/oasis/out/pkg/bearssl -L/src/oasis/out/pkg/zlib' 13 14 There are a number of non-standard definitions, but they don't seem to be 15 architecture-specific except for 16 17 - `SIZEOF_CURL_OFF_T` 18 - `SIZEOF_INT` 19 - `SIZEOF_LONG` 20 - `SIZEOF_LONG_LONG` 21 - `SIZEOF_OFF_T` 22 - `SIZEOF_SHORT` 23 - `SIZEOF_SIZE_T` 24 - `SIZEOF_TIME_T` 25 26 Perhaps all or most of these can eliminated using standard C99 features.