When compiling sendmail or its companion
programs, you might need to add special command-line flags to the
compiler's invocation. One example might be the need
to add a -nostdinc switch for
gcc. The confCCOPTS macro
allows you to do this. The following instructs the
gcc compiler to allow traditional K&R
instructions:
define(`confCCOPTS', `-traditional')