diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-09-21 14:45:49 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-09-21 14:45:49 +0000 |
commit | b241ca1caa45016599ec9c8da7d1dc129693e474 (patch) | |
tree | 7a8cbad8e76da87ccc1f498f82e4ace0c37c0399 | |
parent | 47a2800e5ee03c056418013f6e8255a5581fca7f (diff) | |
download | fetchmail-b241ca1caa45016599ec9c8da7d1dc129693e474.tar.gz fetchmail-b241ca1caa45016599ec9c8da7d1dc129693e474.tar.bz2 fetchmail-b241ca1caa45016599ec9c8da7d1dc129693e474.zip |
update.
svn path=/trunk/; revision=4312
-rw-r--r-- | TODO | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -2,8 +2,6 @@ Fix Berlios Bug #4725 (doesn't build on Darwin, incomplete types in sink.c - timeval missing; trying to shuffle fetchmail.h before sys/resource.h). (possibly fixed in SVN r4296) -Fix Yves Boisjoly's AUTH NTLM problem without breaking AUTH MSN. - Fix Jim Correia's MacOS X arpa/nameser.h|res_search vs. HEADER|-lresolv Review Solaris gettext stuff. @@ -20,3 +18,8 @@ complete CAN_MONITOR replacement put all getaddrinfo compat cruft into an easy-to-use m4 macro for autoconf and Makefile.am snippet for automake, so people can just use it without further hassle. + +clean up options.c, instead of LA_* options, use the corresponding short +option letter where possible. Saves some LA_* values. + +pkg-config for OpenSSL? -ldl problem |