mirror of
https://github.com/oasislinux/oasis.git
synced 2026-06-21 15:37:15 +02:00
d1ed8d0bb2
Drop man page for now. It's no longer distributed, but we'll eventually need to switch to our own branch, so we can just track it there when we do.
curl
curl_config.h
Generated with
./configure \
--disable-pop3 \
--disable-smb \
--with-ca-bundle=/etc/ssl/cert.pem \
--with-bearssl \
--without-libpsl \
CPPFLAGS='-I/src/oasis/out/pkg/bearssl/include -I/src/oasis/out/pkg/zlib/include' \
LDFLAGS='-L/src/oasis/out/pkg/bearssl -L/src/oasis/out/pkg/zlib'
There are a number of non-standard definitions, but they don't seem to be architecture-specific except for
SIZEOF_CURL_OFF_TSIZEOF_INTSIZEOF_LONGSIZEOF_LONG_LONGSIZEOF_OFF_TSIZEOF_SHORTSIZEOF_SIZE_TSIZEOF_TIME_T
Perhaps all or most of these can eliminated using standard C99 features.