VirtualBox

Ignore:
Timestamp:
Jun 19, 2012 10:44:52 PM (12 years ago)
Author:
bird
Message:

gnumake/current -> 3.82-cvs.

Location:
vendor/gnumake/current
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • vendor/gnumake/current

    • Property svn:ignore deleted
  • vendor/gnumake/current/configh.dos.template

    r1989 r2596  
    22
    33Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
    4 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
     42004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
    55This file is part of GNU Make.
    66
     
    1717this program.  If not, see <http://www.gnu.org/licenses/>.  */
    1818
     19/* Include this header to make __DJGPP_MINOR__ available because DJGPP ports
     20   of GCC 4.3.0 and later no longer do it automatically.  */
     21#include <sys/version.h>
     22
    1923/* Many things are defined already by a system header.  */
    2024#include <sys/config.h>
     
    2226#if __DJGPP__ > 2 || __DJGPP_MINOR__ > 1
    2327
    24 /* Define to 1 if `sys_siglist' is declared by <signal.h>. */
     28/* Define to 1 if `sys_siglist' is declared by <signal.h> or <unistd.h>. */
    2529# define SYS_SIGLIST_DECLARED 1
    2630
     
    108112#define PROTOTYPES 1
    109113
    110 /* Define to 1 if `sys_siglist' is declared by <signal.h> or <unistd.h>. */
    111 #define SYS_SIGLIST_DECLARED 1
    112 
    113114/* Version number of package */
    114115#define VERSION "%VERSION%"
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