diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2019-08-18 19:15:53 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2019-08-18 23:55:35 +0200 |
commit | e3839d1e1e3fc694d975a2df65778eb5cd9025fc (patch) | |
tree | b9dcf28338a6afcf6bfc905f3ee6abb25e541976 /README | |
parent | 0754444a57a5f22436965e45e87234a13da40122 (diff) | |
download | fetchmail-e3839d1e1e3fc694d975a2df65778eb5cd9025fc.tar.gz fetchmail-e3839d1e1e3fc694d975a2df65778eb5cd9025fc.tar.bz2 fetchmail-e3839d1e1e3fc694d975a2df65778eb5cd9025fc.zip |
Documentation updates.
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 --------------- |