grep "ifdef HAVE_" st*.c | sed -e "s/stubs-//g" -e "s/#ifdef HAVE_//g" | awk -F: 'BEGIN { cf="" }; { if (cf != $1) { print $1":"; print "\t"$2; cf = $1} else print "\t"$2; }' | grep -v "_H"
