curl
curl_config.h
Generated with
./configure \
--disable-pop3 \
--disable-smb \
--with-ca-bundle=/etc/ssl/cert.pem \
--with-bearssl \
--without-libpsl \
--enable-docs \
CPPFLAGS='-I/src/oakiss/out/pkg/bearssl/include -I/src/oakiss/out/pkg/zlib/include' \
LDFLAGS='-L/src/oakiss/out/pkg/bearssl -L/src/oakiss/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.