Changeset 503 in kBuild for trunk/src/gmake/config.h-vms
- Timestamp:
- Sep 15, 2006 5:09:38 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/config.h-vms
r151 r503 1 /* config.h-vms. Generated by hand by Klaus Kämpf <[email protected]> */ 1 /* config.h-vms. Generated by hand by Klaus Kämpf <[email protected]> -*-C-*- 2 3 Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 4 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. */ 18 2 19 /* config.h. Generated automatically by configure. */ 3 20 /* config.h.in. Generated automatically from configure.in by autoheader. */ … … 197 214 198 215 /* Version of this package (needed by automake) */ 199 #define VERSION "3.81 beta1"216 #define VERSION "3.81" 200 217 201 218 /* Define to the name of the SCCS `get' command. */ … … 351 368 #define HAVE_CASE_INSENSITIVE_FS 1 352 369 353 /* VMS specific, define it if you want to use case sensit ve targets */370 /* VMS specific, define it if you want to use case sensitive targets */ 354 371 /* #undef WANT_CASE_SENSITIVE_TARGETS */ 355 372 … … 384 401 #include <stdio.h> 385 402 #include <unistd.h> 386 #define getopt gnu_getopt 387 #define optarg gnu_optarg 388 #define optopt gnu_optopt 389 #define optind gnu_optind 390 #define opterr gnu_opterr 403 #define getopt gnu_getopt 404 #define optarg gnu_optarg 405 #define optopt gnu_optopt 406 #define optind gnu_optind 407 #define opterr gnu_opterr 408 #define globfree gnu_globfree 409 #define glob gnu_glob 391 410 #endif 392 411
Note:
See TracChangeset
for help on using the changeset viewer.