diff --git a/stdenv.h b/stdenv.h index 8caab1c..98bfbf8 100644 --- a/stdenv.h +++ b/stdenv.h @@ -165,6 +165,11 @@ extern void *qsort( #define STRING(s) #s #endif +/* this is not a principled fallback, but it should work on most systems */ +#ifndef NSIG +#define NSIG 64 +#endif + /* * types we use throughout es