mirror of
https://github.com/oasislinux/oasis.git
synced 2026-05-12 21:34:47 +02:00
631 B
631 B
curl
curl_config.h
Generated with
./configure \
--disable-pop3 \
--disable-smb \
--with-ca-bundle=/etc/ssl/cert.pem \
--with-bearssl \
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.