mirror of
https://github.com/oasislinux/oasis.git
synced 2026-02-05 11:33:57 +01: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/libressl -L/src/oasis/out/pkg/zlib/lib' \
LIBS=/src/oasis/out/pkg/openbsd/libbsd.a
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.