Modernise autoconf checks for sys_siglist and strsignal.

git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@156 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2012-02-17 12:30:55 +00:00
parent b7c216bcc6
commit e2ada61548
5 changed files with 235 additions and 84 deletions

View File

@@ -252,7 +252,7 @@ int ioctl (int, int, ...);
# endif
#endif
#if defined(_SYS_SIGLIST_DECLARED) && !defined(SYS_SIGLIST_DECLARED)
#if !HAVE_DECL_SYS_SIGLIST && HAVE_DECL__SYS_SIGLIST
#define sys_siglist _sys_siglist
#endif
#endif /* __irc_std_h */