diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in index d9c80c8faaf..5fb0cd7d569 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -819,6 +819,12 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 819 | /* Define to unlink, rather than empty, mail spool after reading. */ | 819 | /* Define to unlink, rather than empty, mail spool after reading. */ |
| 820 | #undef MAIL_UNLINK_SPOOL | 820 | #undef MAIL_UNLINK_SPOOL |
| 821 | 821 | ||
| 822 | /* Define if the mailer uses flock to interlock the mail spool. */ | ||
| 823 | #undef MAIL_USE_FLOCK | ||
| 824 | |||
| 825 | /* Define if the mailer uses lockf to interlock the mail spool. */ | ||
| 826 | #undef MAIL_USE_LOCKF | ||
| 827 | |||
| 822 | /* Define to support MMDF mailboxes in movemail. */ | 828 | /* Define to support MMDF mailboxes in movemail. */ |
| 823 | #undef MAIL_USE_MMDF | 829 | #undef MAIL_USE_MMDF |
| 824 | 830 | ||