/[make]/make/signame.c
ViewVC logotype

Diff of /make/signame.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.20 by psmith, Fri Apr 8 12:51:20 2005 UTC revision 1.21 by psmith, Mon Jul 4 03:50:59 2005 UTC
# Line 21  Boston, MA 02111-1307, USA.  */ Line 21  Boston, MA 02111-1307, USA.  */
21    
22  /* If the system provides strsignal, we don't need it. */  /* If the system provides strsignal, we don't need it. */
23    
24  #if !defined(HAVE_STRSIGNAL)  #if !HAVE_STRSIGNAL
25    
26  /* If the system provides sys_siglist, we'll use that.  /* If the system provides sys_siglist, we'll use that.
27     Otherwise create our own.     Otherwise create our own.
28   */   */
29    
30  #if !defined(HAVE_DECL_SYS_SIGLIST)  #if !HAVE_DECL_SYS_SIGLIST
31    
32  /* Some systems do not define NSIG in <signal.h>.  */  /* Some systems do not define NSIG in <signal.h>.  */
33  #ifndef NSIG  #ifndef NSIG

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26