elinks icon indicating copy to clipboard operation
elinks copied to clipboard

Missing <sys/cdefs.h> on systems with musl libc

Open doughdemon opened this issue 1 year ago • 0 comments

Could you revert commit 3923ae6d64c4d06fb5b5c21f767c4dda2c304c68 ? <sys/cdefs.h> is not available on all system including those using musl libc. src/main/select.c now already provides a definition of __STRING if not already defined. Alternatively, the configure script could check for <sys/cdefs.h>.

doughdemon avatar May 27 '24 17:05 doughdemon