Porting procmail to C99

Florian Weimer <[email protected]> Fri, 25 Nov 2022 22:18:49 +0100
Newsgroups dev.linux.lists.c-std-porting
Message-ID <[email protected]>
Is procmail still widely used?  It has its own non-autoconf build
configuration system, and it's not easily fixed because it assumes that
implicit function declarations are supported: sources with multiple
functions are compiled (but not linked), and those functions that
produce diagnostics are flagged as unsupported (or so I assume).

I'm inclined towards building procmail in C89 mode for Fedora.

Thanks,
Florian