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:
@@ -312,7 +312,7 @@ extern int errno;
|
||||
#endif
|
||||
|
||||
/* For sig2str() */
|
||||
#ifndef HAVE_SIG2STR
|
||||
#ifndef HAVE_DECL_SIG2STR_MAX
|
||||
# define SIG2STR_MAX 32
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user