conditional SIGWINCH around functions.
+2012-02-24 Pierre Muller <muller@ics.u-strasbg.fr>
+
+ * signals.c (_rl_block_sigwinch, _rl_release_sigwinch): Add
+ conditional SIGWINCH around functions.
+
2011-05-11 Sterling Augustine <saugustine@google.com>
* complete.c (rl_completion_matches): Undo inadvertant checkin.
sigint_blocked = 0;
}
+#ifdef SIGWINCH
/* Cause SIGWINCH to not be delivered until the corresponding call to
release_sigwinch(). */
void
sigwinch_blocked = 0;
}
+#endif /* SIGWINCH */
/* **************************************************************** */
/* */