On Linux/glibc 2.41: `configure check sig_count=641` This is because NSIG is defined as ``` /usr/include/bits/signum-generic.h:#define _NSIG (__SIGRTMAX + 1) ``` However, all non-digit characters are truncated. Any idea how to compute this properly?