Ignore:
Timestamp:
Sep 15, 2006, 7:09:38 AM (19 years ago)
Author:
bird
Message:

Untested merge with GNU Make v3.81 (vendor/gnumake/2005-05-16 -> vendor/gnumake/current).

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
     3Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
     42004, 2005, 2006 Free Software Foundation, Inc.
     5This file is part of GNU Make.
     6
     7GNU Make is free software; you can redistribute it and/or modify it under the
     8terms of the GNU General Public License as published by the Free Software
     9Foundation; either version 2, or (at your option) any later version.
     10
     11GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY
     12WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
     13A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
     14
     15You should have received a copy of the GNU General Public License along with
     16GNU Make; see the file COPYING.  If not, write to the Free Software
     17Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.  */
    118
    219/* Many things are defined already by a system header.  */
     
    7794
    7895/* Define to the full name and version of this package. */
    79 #define PACKAGE_STRING "GNU make 3.81beta1"
     96#define PACKAGE_STRING "GNU make 3.81"
    8097
    8198/* Define to the one symbol short name of this package. */
     
    83100
    84101/* Define to the version of this package. */
    85 #define PACKAGE_VERSION "3.81beta1"
     102#define PACKAGE_VERSION "3.81"
    86103
    87104/* Define to 1 if the C compiler supports function prototypes. */
     
    92109
    93110/* Version number of package */
    94 #define VERSION "3.81beta1"
     111#define VERSION "3.81"
    95112
    96113/* Build host information. */
Note: See TracChangeset for help on using the changeset viewer.