*** spice/common/src/lib/fte/signal.c.orig Sat Jan 29 18:48:38 1994 --- spice/common/src/lib/fte/signal.c Sun Dec 12 14:56:46 1999 *************** *** 32,37 **** --- 32,39 ---- * is true. */ + /* not using SIGINT with GNU Readline - AV */ + #ifndef HAS_GNUREADLINE SIGNAL_TYPE ft_sigintr() { *************** *** 58,63 **** --- 60,66 ---- cp_resetcontrol(); longjmp(jbuf, 1); } + #endif /* !HAS_GNUREADLINE */ /* ARGSUSED */ SIGNAL_TYPE