master hovercats/oakiss / pkg / curl / README.md

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

Perhaps all or most of these can eliminated using standard C99 features.