diff options
author | Mike Heffner <mikeh@FreeBSD.org> | 2002-06-15 09:40:37 +0000 |
---|---|---|
committer | Mike Heffner <mikeh@FreeBSD.org> | 2002-06-15 09:40:37 +0000 |
commit | 2e0951ee2da24c3bd16b4edded44a579c3cffe90 (patch) | |
tree | 77711ef38217eee071b8f3259f6d812352371afa /contrib/lukemftp/todo | |
parent | ccb3a87203714318b08be59f5a29f6e916a987ce (diff) | |
download | src-vendor/tnftp/1.6.BETA2.tar.gz src-vendor/tnftp/1.6.BETA2.zip |
Import lukemftp-1.6-beta2.vendor/tnftp/1.6.BETA2vendor/NetBSD/lukemftp/1.6.BETA2
Diffstat (limited to 'contrib/lukemftp/todo')
-rw-r--r-- | contrib/lukemftp/todo | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/contrib/lukemftp/todo b/contrib/lukemftp/todo index 6670b1393940..486381579c29 100644 --- a/contrib/lukemftp/todo +++ b/contrib/lukemftp/todo @@ -1,11 +1,21 @@ -$Id: todo,v 1.25 2000/09/19 22:25:50 lukem Exp $ +$Id: todo,v 1.30 2002/06/10 08:08:53 lukem Exp $ + +update NEWS, README, ... + +at end of configure, show summary of options used and features found + +if socks is defined, disable ipv6 and use own getaddrinfo()/getnameinfo() +(for tron) + +add locale autoconf checks + +AC_CHECK_SIZEOF(off_t, 0) doesn't work on FreeBSD 4.0 because the +test doesn't include <sys/types.h>. fix autoconf? in configure, check for ansi c compiler and barf if it fails check if we need #defines for memcpy() et al -we check for fparseln twice; once in libutil and once in general - check for utimes() decls [which system?] possibly install editline.3 and editrc.5 |