Ultrix problem
--------------

3. A more serious problem is that after compiling with the
   settings generated by configure, the compiling occurs in
   "SYSTEM_FIVE" environment. This is normaly O.K. since Ultrix
   behaves somewhat as SystemV and this is also the default if no
   options are given.  But then seteuid is successful on etting the
   euid from root to the uid, but not vice versa. So, the binding of
   the lpd ports is always done as the real user, not as root, even
   when setuid root.  The "solution" is to compile with the DEC
   compiler in POSIX mode:
     cc -YPOSIX -Dinline=
   instead of gcc.  To prevent this compiler from warning, that -g and
   -O2 do not "mix", one could use -g3 and -O or just use -O in CFLAGS
   (Makefile: -g -O2).

add an option to print the bytes transmitted...
timeout reads and writes.

fix rlprrc so that the systemwide will be consulted even if the user
has their own one, if no appropriate entry can be found for the local user.


add `--send-data-first' option.
