2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +00:00

Add configure check for SIG2STR_MAX, which may be missing on UnixWare.

This commit is contained in:
Todd C. Miller
2015-05-07 07:34:50 -06:00
parent e1b67e6177
commit 5647736ef5
4 changed files with 25 additions and 4 deletions

View File

@@ -312,7 +312,7 @@ extern int errno;
#endif
/* For sig2str() */
#ifndef HAVE_SIG2STR
#ifndef HAVE_DECL_SIG2STR_MAX
# define SIG2STR_MAX 32
#endif