Handle more systems which lack support for the scanf m modifier
commit1b2a0d7913847fe0fc680b02dc31bf4e25e5941e
authorOlaf Hering <olaf@aepfle.de>
Mon, 12 Feb 2024 18:59:46 +0000 (12 19:59 +0100)
committerRicardo Mones <ricardo@mones.org>
Mon, 12 Feb 2024 18:59:46 +0000 (12 19:59 +0100)
treeeb93f325204741811660b00f0dbf24a04c9b9e58
parent1b0d426f1ef2aed53c34fb56da7191f02303e701
Handle more systems which lack support for the scanf m modifier

The 'm' modifier for scanf is an extension to ISO C. It was mentioned in
POSIX 1003.1 2008 (Issue 7). It is difficult to detect at compile time
if a libc has implemented support for this modifier. Extend the existing
list of systems which lack support for it with NetBSD and Dragonfly BSD.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
src/plugins/managesieve/sieve_prefs.c