]> Pileus Git - ~andy/fetchmail/blobdiff - README
Refer to FETCHMAIL_SSL_SECLEVEL.
[~andy/fetchmail] / README
diff --git a/README b/README
index 8922522589a3ab82dbb28e0d63a89fb11207e24d..22e5cd103a9587f9eaf37b8731c672a61c2a76c3 100644 (file)
--- a/README
+++ b/README
@@ -36,7 +36,9 @@ 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 V3 compatible, and that
-will also require a C99 compiler.
+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 C99, C11, C++98, C++03,
 C++11, C++14 compilers, but not C++17 because the "register" keyword is
@@ -64,8 +66,8 @@ forwarding via SMTP to a local mail transfer agent).
 
 You can get the code from the fetchmail home page:
 
-       http://www.fetchmail.info/
-       http://fetchmail.sourceforge.net/
+       https://www.fetchmail.info/
+       https://fetchmail.sourceforge.io/
 
 Enjoy!