From e923d2eea9e325677c57f88e1209765acb306846 Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Mon, 26 Jun 2000 18:21:45 +0000 Subject: Make the broken threads optional svn path=/trunk/; revision=3740 --- mail/mail-threads.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mail/mail-threads.h') diff --git a/mail/mail-threads.h b/mail/mail-threads.h index d3f2a184e3..e26acdbb14 100644 --- a/mail/mail-threads.h +++ b/mail/mail-threads.h @@ -25,6 +25,7 @@ #ifndef _MAIL_THREADS_H_ #define _MAIL_THREADS_H_ +#ifdef USE_BROKEN_THREADS /* Schedule to operation to happen eventually */ gboolean mail_operation_try( const gchar *description, @@ -46,4 +47,6 @@ void mail_operation_wait_for_finish( void ); gboolean mail_operations_are_executing( void ); +#endif /* defined USE_BROKEN_THREADS */ + #endif /* defined _MAIL_THREADS_H_ */ -- cgit v1.2.3