diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2003-09-10 08:11:48 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2003-09-10 08:11:48 +0000 |
commit | 2848c498d2d9283aa514a7b3babc7af991d3ff06 (patch) | |
tree | f858f43b27938ea5fddaa41346c52220dcf5b97d /ftp/ftpd-tls/files/patch-configure | |
parent | Upgrade to 0.98.5 (diff) |
Add ftpd-tls, a FTP AUTH TLS aware ftp server. This is the counterpart
to ftp/ftp-tls and also written by Peter Runestig.
Submitted by: Marius Strobl <marius@alchemy.franken.de>
Notes
Notes:
svn path=/head/; revision=88902
Diffstat (limited to 'ftp/ftpd-tls/files/patch-configure')
-rw-r--r-- | ftp/ftpd-tls/files/patch-configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ftp/ftpd-tls/files/patch-configure b/ftp/ftpd-tls/files/patch-configure new file mode 100644 index 000000000000..0463aaf40a3e --- /dev/null +++ b/ftp/ftpd-tls/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Tue Sep 9 19:20:27 2003 ++++ configure Tue Sep 9 19:20:50 2003 +@@ -4891,6 +4891,7 @@ + cat >conftest.$ac_ext <<_ACEOF + #line $LINENO "configure" + #include "confdefs.h" ++$ac_includes_default + #include <utmp.h> + #ifdef F77_DUMMY_MAIN + # ifdef __cplusplus |