diff options
-rw-r--r-- | mail/ChangeLog | 2 | ||||
-rw-r--r-- | mail/session.c | 2 |
2 files changed, 4 insertions, 0 deletions
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 <peterw@curious-george.helixcode.com> + * 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 |