isync

mailbox synchronization program
git clone https://git.code.sf.net/p/isync/isync
Log | Files | Refs | README | LICENSE

commit e3797d65da0c41c9878f123590ca3a71ed4f0346
parent 8ca8c2b289a76c73e5f88f0bd2c5dbcd61f4950d
Author: Michael Elkins <me@mutt.org>
Date:   Tue, 30 Oct 2001 22:57:03 +0000

add strndup replacement function for systems which lack it

Diffstat:
MREADME | 2+-
Mconfigure.in | 1+
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/README b/README @@ -5,7 +5,7 @@ |_|___/\__, |_| |_|\___| |___/ isync - IMAP4 to maildir mailbox synchronization program -http://www.sigpipe.org/isync/ +http://www.sigpipe.org:8080/isync/ Author: Michael Elkins <me@mutt.org> diff --git a/configure.in b/configure.in @@ -11,6 +11,7 @@ AC_ARG_WITH(ssl-dir, [ --with-ssl-dir=DIR location where openssl is insalled], else AC_MSG_ERROR(can't find OpenSSL in $withval) fi]) +AC_REPLACE_FUNCS(strndup) AC_CHECK_FUNCS(getopt_long) AC_CHECK_LIB(socket,socket) AC_CHECK_LIB(nsl,inet_ntoa)