diff options
| author | Glenn Morris | 2010-05-09 17:11:40 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-05-09 17:11:40 -0700 |
| commit | 4e569696da42ded9ac772cf76e998066a069c5ae (patch) | |
| tree | 2546c3f7b0697bbba278426fdf88749f3b045ef0 /src | |
| parent | 7490175bc38099aa093715116b8d96e7319e7ca4 (diff) | |
| download | emacs-4e569696da42ded9ac772cf76e998066a069c5ae.tar.gz emacs-4e569696da42ded9ac772cf76e998066a069c5ae.zip | |
Regenerate configure, src/config.in.
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 | ||