Changeset 2596 in kBuild for vendor/gnumake/current/configh.dos.template
- Timestamp:
- Jun 19, 2012 10:44:52 PM (12 years ago)
- Location:
- vendor/gnumake/current
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
configh.dos.template (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vendor/gnumake/current
- Property svn:ignore deleted
-
vendor/gnumake/current/configh.dos.template
r1989 r2596 2 2 3 3 Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 4 2004, 2005, 2006, 2007 Free Software Foundation, Inc.4 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 5 5 This file is part of GNU Make. 6 6 … … 17 17 this program. If not, see <http://www.gnu.org/licenses/>. */ 18 18 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 19 23 /* Many things are defined already by a system header. */ 20 24 #include <sys/config.h> … … 22 26 #if __DJGPP__ > 2 || __DJGPP_MINOR__ > 1 23 27 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>. */ 25 29 # define SYS_SIGLIST_DECLARED 1 26 30 … … 108 112 #define PROTOTYPES 1 109 113 110 /* Define to 1 if `sys_siglist' is declared by <signal.h> or <unistd.h>. */111 #define SYS_SIGLIST_DECLARED 1112 113 114 /* Version number of package */ 114 115 #define VERSION "%VERSION%"
Note:
See TracChangeset
for help on using the changeset viewer.

