Running sendmail-5.67 with IDA on HP-UX is possible with the following
changes:

The main source:

  1) Several files in the src/ directory are conditionally compiled with
     the flag 'hpux' which is emitted by the compiler.  There is also one
     instance of code which is conditionally compiled for the Series 800
     machine - see the 'hp900s800' flag.

  2) The files support/flock.c and support/flock.h provide routines which are
     not included in the BSD compatability library.  Copy these files to the
     src/ directory.

  3) You need to include the file support/sysexits.h - you can either install
     it in /usr/include or copy it to the src/ directory.  You will need to
     reference it from the binmail/ and rmail/ directories later.

The auxiliary programs 'binmail' and 'rmail' also require minor changes:

  1) The file support/mktemp.c from the BSD source archive provides mkstemp().

  2) The 'path' files have some additions.

  3) See 2 & 3 above.

Any problems to Andy.Linton@comp.vuw.ac.nz

