latest cvs doesn't build on solaris 8 due to lack of
paths.h. this does not seem to be needed for
functionality as it seems to work after building with
this commented out...
drno.nefu.itd.umich.edu# uname -a
SunOS drno.nefu.itd.umich.edu 5.8 Generic_108528-12
sun4u sparc SUNW,Ultra-1
drno.nefu.itd.umich.edu# make
cd libsnet; make CC=gcc
gcc -Wall -Wmissing-prototypes -g
-DLOG_BEEPAGED=LOG_LOCAL6 -g -O2 -Ilibsnet -c sendmail.c
sendmail.c:12: paths.h: No such file or directory
*** Error code 1
make: Fatal error: Command failed for target `sendmail.o'