summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlain Magloire <alainm@gnu.org>2001-04-23 04:00:12 +0000
committerAlain Magloire <alainm@gnu.org>2001-04-23 04:00:12 +0000
commit60a18ad2f796664630155267a6fc07606325d114 (patch)
treead6cb8ff69b2c36e89512cad1b8426c2ffa262af
parent020839e928fe761ea76b0b41389e8de50d57a6e2 (diff)
downloadmailutils-60a18ad2f796664630155267a6fc07606325d114.tar.gz
mailutils-60a18ad2f796664630155267a6fc07606325d114.tar.bz2
* acconfig.h: Define _REENTRANT.
* configure.in: Check for sigaction(). * configuire.in: AC_DEFINE(_REENTRANT). * doc/Makefile.am: add rfc2060-errata. * doc/rfc2060-errata: New File. * imap4d/copy.c: First Implementation. * imap4d/status.c: First implementation. * mailbox/file_stream.c (_file_open): For CREAT, close the fd if we failed. * mailbox/folder_imap.c: Remove the _REENTRANT. * mailbox/mbx_mbox.c: Remove the _REENTRANT. * mailbox/monitor.c: Remove the _REENTRANT. * pop3d/pop3d.c (main): maxchildren boosted to 20. (pop3_daemon_init): Use sigaction() for SIGCHLD, the sematics of signal() is unreliable on some platforms. * pop3d/signal.c: Save errno.
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 6b601da73..ff4d08126 100644
--- a/configure.in
+++ b/configure.in
@@ -116,7 +116,7 @@ if test x"$usepthread" = x"yes"; then
AC_SEARCH_LIBS(pthread_cancel, pthread,
[AC_CHECK_FUNCS(pthread_rwlock_init)
AC_CHECK_HEADERS(pthread.h, AC_DEFINE(WITH_PTHREAD))
- ACDEFINE(_REENTRANT)]))
+ AC_DEFINE(_REENTRANT)]))
fi
dnl Do we need extra libs for networking?

Return to:

Send suggestions and report system problems to the System administrator.