From 802f9e634af5784e2cd07c42255f271e0d5a5b57 Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Tue, 27 Jun 2000 15:23:07 +0000 Subject: Fix booboo svn path=/trunk/; revision=3755 --- mail/ChangeLog | 2 ++ mail/session.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/mail/ChangeLog b/mail/ChangeLog index a9eaf38b88..690d11027f 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,7 @@ 2000-06-27 Peter Williams + * session.c: Work without broken threads. + * message-list.c (filter_date): Solve the ctime_r problem the correct way, with the magic of autoconf. diff --git a/mail/session.c b/mail/session.c index 09b1250cf1..53ec9370db 100644 --- a/mail/session.c +++ b/mail/session.c @@ -20,7 +20,9 @@ GHashTable *passwords; * we deadlock.... */ +#ifdef USE_BROKEN_THREADS #define ASYNC_AUTH_CALLBACK +#endif #ifndef ASYNC_AUTH_CALLBACK static void -- cgit v1.2.3