logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

README.md (631B)


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