VirtualBox

Changeset 280 in kBuild for branches/GNU/src/gmake/signame.c


Ignore:
Timestamp:
May 16, 2005 4:54:02 PM (19 years ago)
Author:
bird
Message:

Current make snaphot, 2005-05-16.

Location:
branches/GNU/src/gmake
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/gmake

    • Property svn:ignore
      •  

        old new  
        3434README.DOS
        3535README.W32
         36README.OS2
        3637aclocal.m4
        3738autom4te.cache
  • branches/GNU/src/gmake/signame.c

    r54 r280  
    2828 */
    2929
    30 #if !defined(SYS_SIGLIST_DECLARED)
     30#if !defined(HAVE_DECL_SYS_SIGLIST)
    3131
    3232/* Some systems do not define NSIG in <signal.h>.  */
     
    227227}
    228228
    229 #endif  /* SYS_SIGLIST_DECLARED */
     229#endif  /* HAVE_DECL_SYS_SIGLIST */
    230230
    231231
     
    235235  static char buf[] = "Signal 12345678901234567890";
    236236
    237 #if !defined(SYS_SIGLIST_DECLARED)
     237#if ! HAVE_DECL_SYS_SIGLIST
    238238  static char sig_initted = 0;
    239239
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette