Name

conf_prog_OBJADD

Synopsis

The conf_prog_OBJADD macro defines additional object files that need to be included in a particular program. Note that it differs from the confOBJADD macro (see confOBJADD), which adds object files to all programs:

define(`conf_sendmail_OBJADD', `myfilter.o')

Here, we add an object to the object list for the sendmail program only. If this object needs to be generated from a source file, that source file should also be listed with conf_prog_OBJADD, described later.

It is very unlikely that you will ever have to change this value from the one that is predefined for you in your devtools/OS file.

Get Sendmail, 3rd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.