1$Id: todo,v 1.30 2002/06/10 08:08:53 lukem Exp $ 2 3update NEWS, README, ... 4 5at end of configure, show summary of options used and features found 6 7if socks is defined, disable ipv6 and use own getaddrinfo()/getnameinfo() 8(for tron) 9 10add locale autoconf checks 11 12AC_CHECK_SIZEOF(off_t, 0) doesn't work on FreeBSD 4.0 because the 13test doesn't include <sys/types.h>. fix autoconf? 14 15in configure, check for ansi c compiler and barf if it fails 16 17check if we need #defines for memcpy() et al 18 19check for utimes() decls [which system?] 20 21possibly install editline.3 and editrc.5 22 23system specific tests (to remove need for manual intervention): 24- sunos4 25 LIBS+= -lresolv 26