]> Pileus Git - ~andy/fetchmail/blobdiff - README
Refer to FETCHMAIL_SSL_SECLEVEL.
[~andy/fetchmail] / README
diff --git a/README b/README
index 9c09fc9e79b6e62ca8f5dc47cac287ed2588a6e7..22e5cd103a9587f9eaf37b8731c672a61c2a76c3 100644 (file)
--- a/README
+++ b/README
@@ -35,13 +35,12 @@ tested under the BSD variants, AIX, HP-UX versions 9 and 10, SunOS, Solaris,
 NEXTSTEP, OSF 3.2, IRIX, and Rhapsody once upon a time.
 
 The current maintainer does not have access to these systems, and assumes that
-the system is at least Single-Unix-Specification V2 compatible, yet fetchmail
-should be compilable by a C89 compiler. It currently ships with a copy of the
-trio library for systems that lack snprintf(). A further requirement is that
+the system is at least Single-Unix-Specification V3 compatible, and that
+will also require a C99 compiler. A further requirement is that
 either realpath() permits its 2nd argument to be NULL for auto-allocation,
 or that otherwise PATH_MAX be defined.
 
-Fetchmail should be able to be compiled with C89, C99, C11, C++98, C++03,
+Fetchmail should be able to be compiled with 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.