|
From: | Alain Magloire |
Subject: | mailutils ./ChangeLog ./configure.in imap4d/ima... |
Date: | Mon, 16 Apr 2001 14:05:52 -0700 |
CVSROOT: /home/cvs Module name: mailutils Changes by: 01/04/16 14:05:51 Modified files: . : ChangeLog configure.in imap4d : imap4d.h lib : Makefile.am mail : mail.h mailbox : attachment.c filter_rfc822.c folder_imap.c mbx_mbox.c mbx_pop.c monitor.c parse822.c Added files: lib : setenv.c Log message: To get things to compile on Solaris, change configure to check for -lpthread since in libc the thread functions are defined but all return ENOSYS, you need to explicitely link with -lphtread. the ctype functions is*() arguments should be explicitely cast since Solaris use them as indexes. __REENTRANT as to be define if compile with support for threads. Never realize this but setenv() is a BSD/GNU thing, so took a variant from libiberty to cope. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/ChangeLog.diff?cvsroot=OldCVS&tr1=1.91&tr2=1.92&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/configure.in.diff?cvsroot=OldCVS&tr1=1.36&tr2=1.37&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/imap4d/imap4d.h.diff?cvsroot=OldCVS&tr1=1.9&tr2=1.10&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/lib/setenv.c.diff?cvsroot=OldCVS&tr1=NONE&tr2=1.1&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/lib/Makefile.am.diff?cvsroot=OldCVS&tr1=1.12&tr2=1.13&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/mail/mail.h.diff?cvsroot=OldCVS&tr1=1.13&tr2=1.14&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/mailbox/attachment.c.diff?cvsroot=OldCVS&tr1=1.13&tr2=1.14&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/mailbox/filter_rfc822.c.diff?cvsroot=OldCVS&tr1=1.2&tr2=1.3&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/mailbox/folder_imap.c.diff?cvsroot=OldCVS&tr1=1.15&tr2=1.16&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/mailbox/mbx_mbox.c.diff?cvsroot=OldCVS&tr1=1.41&tr2=1.42&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/mailbox/mbx_pop.c.diff?cvsroot=OldCVS&tr1=1.44&tr2=1.45&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/mailbox/monitor.c.diff?cvsroot=OldCVS&tr1=1.5&tr2=1.6&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/mailbox/parse822.c.diff?cvsroot=OldCVS&tr1=1.6&tr2=1.7&r1=text&r2=text
[Prev in Thread] | Current Thread | [Next in Thread] |