1 --- netkit-telnet-0.17/configure.confverb 2000-07-29 20:00:29.000000000 +0200
2 +++ netkit-telnet-0.17/configure 2004-07-05 10:50:36.492963840 +0200
4 cat <<EOF >__conftest.cc
9 void handle(int foo) { count++; }
14 + sigaddset(&sset, SIGINT);
15 + sigprocmask(SIG_UNBLOCK, &sset, NULL);
16 signal(SIGINT, handle);
21 if (count!=3) return 1;