From e3839d1e1e3fc694d975a2df65778eb5cd9025fc Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sun, 18 Aug 2019 19:15:53 +0200 Subject: Documentation updates. --- README | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README') diff --git a/README b/README index 20c9dbc5..dadc0538 100644 --- a/README +++ b/README @@ -38,6 +38,14 @@ the system is at least Single-Unix-Specification V2 compatible, yet will permit a C89 compiler. It currently ships with a copy of the trio library for systems that lack snprintf(). +Fetchmail should be able to be compiled with C89, C99, C11, C++98, C++03, +C++11, C++14 compilers, but not C++17 because the "register" keyword is +used in some parts of the code. + +Future fetchmail releases will require modern language features such as +"long long" and others, so this release is the last to support C89. + + Further reading --------------- -- cgit v1.2.3