diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-11-20 15:52:48 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-11-20 15:52:48 +0000 |
commit | c8ecb908dde9760ac2ff55f73ffd02f1a0046f59 (patch) | |
tree | 838bf5742ee57de487e1afb0154cfd40cc96582d /README | |
parent | 85ea804517dc39280113a281a71397fdefe59d3c (diff) | |
download | fetchmail-c8ecb908dde9760ac2ff55f73ffd02f1a0046f59.tar.gz fetchmail-c8ecb908dde9760ac2ff55f73ffd02f1a0046f59.tar.bz2 fetchmail-c8ecb908dde9760ac2ff55f73ffd02f1a0046f59.zip |
Added socks library support.
svn path=/trunk/; revision=2189
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -18,9 +18,10 @@ extensively tested under 4.4BSD, AIX, HP-UX versions 9 and 10, SunOS, Solaris, NEXTSTEP, and 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. +autoconf). It has been ported to LynxOS and will build there without +special action. 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. A beta OS/2 port of fetchmail is available from Jason F. McBrayer at http://studentweb.tulane.edu/%7Ejmcbray/os2. |