view acconfig.h @ 494:372f8b55506e noffle

[svn] Apply patch from Jan De Luyck. Add new option 'add-messageid-if-missing', which optionally postpones adding a message ID to the upstream server. If this is done, post-locally must be off. This is to deal with an upstream server troubling Jan. It usually (but not always) rejects posts with a Noffle message ID. I have changed Jan's original option of 'add-message-id-if-missing' for consistency with 'replace-messageid' and added the manual page entry. See SourceForge feature request 1513395.
author bears
date Wed, 12 Jul 2006 20:26:41 +0100
parents c02c4eb95f95
children
line wrap: on
line source

/* For use by autoheader */

#ifndef CONFIG_H
#define CONFIG_H    /* To stop multiple inclusions. */

/* The NOFFLE config-file */
#undef CONFIGFILE

/* The NOFFLE users-file */
#undef USERSFILE

/* The default NOFFLE spool-directory */
#undef SPOOLDIR

/* Enable GNU extensions. */
#undef _GNU_SOURCE

/* Define to 'unsigned int' if not already defined by the system. */
#undef socklen_t

/* path to sendmail binary */
#undef SENDMAILPROG

/* Is authentication enabled? */
#undef USE_AUTH

/* Are we using PAM for authentication? */
#undef USE_PAM

@TOP@
/* autoheader generated things inserted here. */
@BOTTOM@


#endif /* CONFIG_H */