diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2020-05-04 03:04:59 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2020-05-04 03:04:59 +0200 |
commit | 11ba27271f8e085b06c79b732cf92f88e492f487 (patch) | |
tree | 01e60e8b46051143ee60b8cc34fce507a4078f08 /README | |
parent | faaeaa43e1978fe3d24d7289487021664397cdbe (diff) | |
download | fetchmail-11ba27271f8e085b06c79b732cf92f88e492f487.tar.gz fetchmail-11ba27271f8e085b06c79b732cf92f88e492f487.tar.bz2 fetchmail-11ba27271f8e085b06c79b732cf92f88e492f487.zip |
Add fm_realpath(): a malloc()ating realpath() wrapper.
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -37,7 +37,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 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(). +trio library for systems that lack snprintf(). 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, C++11, C++14 compilers, but not C++17 because the "register" keyword is |