README.md (652B)
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 --without-libpsl \ 12 CPPFLAGS='-I/src/oasis/out/pkg/bearssl/include -I/src/oasis/out/pkg/zlib/include' \ 13 LDFLAGS='-L/src/oasis/out/pkg/bearssl -L/src/oasis/out/pkg/zlib' 14 15 There are a number of non-standard definitions, but they don't seem to be 16 architecture-specific except for 17 18 - `SIZEOF_CURL_OFF_T` 19 - `SIZEOF_INT` 20 - `SIZEOF_LONG` 21 - `SIZEOF_LONG_LONG` 22 - `SIZEOF_OFF_T` 23 - `SIZEOF_SHORT` 24 - `SIZEOF_SIZE_T` 25 - `SIZEOF_TIME_T` 26 27 Perhaps all or most of these can eliminated using standard C99 features.