Changeset 503 for trunk/src/gmake/configh.dos
- Timestamp:
- Sep 15, 2006, 7:09:38 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/configh.dos
r151 r503 1 /* configh.dos -- hand-massaged config.h file for MS-DOS builds -*-C-*- 2 3 Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 4 2004, 2005, 2006 Free Software Foundation, Inc. 5 This file is part of GNU Make. 6 7 GNU Make is free software; you can redistribute it and/or modify it under the 8 terms of the GNU General Public License as published by the Free Software 9 Foundation; either version 2, or (at your option) any later version. 10 11 GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY 12 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 13 A PARTICULAR PURPOSE. See the GNU General Public License for more details. 14 15 You should have received a copy of the GNU General Public License along with 16 GNU Make; see the file COPYING. If not, write to the Free Software 17 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. */ 1 18 2 19 /* Many things are defined already by a system header. */ … … 77 94 78 95 /* Define to the full name and version of this package. */ 79 #define PACKAGE_STRING "GNU make 3.81 beta1"96 #define PACKAGE_STRING "GNU make 3.81" 80 97 81 98 /* Define to the one symbol short name of this package. */ … … 83 100 84 101 /* Define to the version of this package. */ 85 #define PACKAGE_VERSION "3.81 beta1"102 #define PACKAGE_VERSION "3.81" 86 103 87 104 /* Define to 1 if the C compiler supports function prototypes. */ … … 92 109 93 110 /* Version number of package */ 94 #define VERSION "3.81 beta1"111 #define VERSION "3.81" 95 112 96 113 /* Build host information. */
Note:
See TracChangeset
for help on using the changeset viewer.