mirror of
https://github.com/oasislinux/oasis.git
synced 2026-05-17 17:33:30 +02:00
curl
curl_config.h
Generated with
./configure \
--disable-pop3 \
--disable-smb \
--disable-smtp \
--with-ca-fallback \
--without-ca-bundle \
CPPFLAGS='-I/src/oasis/out/pkg/libressl/include -I/src/oasis/out/pkg/zlib/include' \
LDFLAGS='-L/src/oasis/out/pkg/openbsd -L/src/oasis/out/pkg/libressl -L/src/oasis/out/pkg/zlib' \
LIBS='-lbsd'
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.