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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user