diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-01-07 10:31:24 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-01-07 10:31:24 +0000 |
commit | 1bda7fa31b9c8505963b4a910c7003c2cf16314e (patch) | |
tree | 00ec8c7388df2178a8a6b0f72b41c6f7e40024f9 /mail/sendmail | |
parent | - fix option WITH_DLZ_OLD (diff) |
- remove some obsolte defines
Diffstat (limited to 'mail/sendmail')
-rw-r--r-- | mail/sendmail/Makefile | 5 | ||||
-rw-r--r-- | mail/sendmail/files/site.config.m4.tls | 1 |
2 files changed, 0 insertions, 6 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index 631b12e677e8..cc29b34d9857 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -302,11 +302,6 @@ do-configure: >> ${WCONF}/site.config.m4 .endfor .endif -.if defined(SENDMAIL_WITH_SMTPS) - ${ECHO_CMD} \ - 'APPENDDEF(`conf_sendmail_ENVDEF'\'', `-D_FFR_SMTP_SSL'\'')' \ - >> ${WCONF}/site.config.m4 -.endif .if defined(SENDMAIL_WITH_SOCKETMAP) ${ECHO_CMD} \ 'APPENDDEF(`conf_sendmail_ENVDEF'\'', `-DSOCKETMAP'\'')' \ diff --git a/mail/sendmail/files/site.config.m4.tls b/mail/sendmail/files/site.config.m4.tls index 16e2e2b2301a..e310d3fc3601 100644 --- a/mail/sendmail/files/site.config.m4.tls +++ b/mail/sendmail/files/site.config.m4.tls @@ -1,4 +1,3 @@ APPENDDEF(`conf_sendmail_ENVDEF', `-DSTARTTLS') APPENDDEF(`conf_sendmail_ENVDEF', `-D_FFR_TLS_1') -APPENDDEF(`conf_sendmail_ENVDEF', `-D_FFR_SSL') APPENDDEF(`conf_sendmail_LIBS', `-lssl -lcrypto') |