diff options
Diffstat (limited to 'contrib/lukemftp/todo')
-rw-r--r-- | contrib/lukemftp/todo | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/contrib/lukemftp/todo b/contrib/lukemftp/todo new file mode 100644 index 000000000000..6670b1393940 --- /dev/null +++ b/contrib/lukemftp/todo @@ -0,0 +1,15 @@ +$Id: todo,v 1.25 2000/09/19 22:25:50 lukem Exp $ + +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 + +system specific tests (to remove need for manual intervention): +- sunos4 + LIBS+= -lresolv |