On Fri, Sep 25, 2009 at 10:51 AM, Paul Pluzhnikov
<[email protected]> wrote:

> Unfortunately, I see no way to add such protection conditionally (depending
> on whether --enable-block-signals is on or off). Is there a way?
>

Does:

#include "config.h"

#ifdef CONFIG_BLOCK_SIGNALS
..
#endif

work?

 -Arun


_______________________________________________
Libunwind-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/libunwind-devel

Reply via email to