diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-09-17 21:26:31 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-09-17 21:26:31 +0000 |
commit | 19c8bf41af47ef55aa65f67793661e86d4fc640d (patch) | |
tree | 43ce22a5aeb8aa8b0dda205400d21ffb8ed29b1a /README | |
parent | 4f93d4e0b9252227d1b204b4e6fbc85e96df6df0 (diff) | |
download | fetchmail-19c8bf41af47ef55aa65f67793661e86d4fc640d.tar.gz fetchmail-19c8bf41af47ef55aa65f67793661e86d4fc640d.tar.bz2 fetchmail-19c8bf41af47ef55aa65f67793661e86d4fc640d.zip |
More portation changes.
svn path=/trunk/; revision=1362
Diffstat (limited to 'README')
-rw-r--r-- | README | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -13,10 +13,13 @@ RPOP, APOP, KPOP, all flavors of IMAP (including IMAP4rev1 with RFC1731 Kerberos v4 authentication), and ESMTP ETRN. The fetchmail code was developed under Linux, but has also been -extensively tested under 4.4BSD, AIX, Solaris and NEXTSTEP. It should be -readily portable to other Unix variants (it uses GNU autoconf). It -has also been ported to QNX; to build under QNX, see the header -comments in the Makefile. It is reported to build and run under AmigaOS. +extensively tested under 4.4BSD, AIX, HP-UX versions 9 and 10, +SunOS, Solaris, NEXTSTEP, OSF 3.2. + +It should be readily portable to other Unix variants (it uses GNU +autoconf). It has also been ported to QNX; to build under QNX, see +the header comments in the Makefile. It is reported to build and run +under AmigaOS. See the distribution files FEATURES for a full list of features, NEWS for detailed information on recent changes and NOTES for design notes. |