Changeset 2596 for vendor/gnumake/current/config.h-vms.template
- Timestamp:
- Jun 20, 2012, 12:44:52 AM (13 years ago)
- Location:
- vendor/gnumake/current
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/gnumake/current
- Property svn:ignore deleted
-
vendor/gnumake/current/config.h-vms.template
r1989 r2596 2 2 3 3 Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 4 2006, 2007 Free Software Foundation, Inc.4 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 5 5 This file is part of GNU Make. 6 6 … … 76 76 /* Define to 1 if you don't have vprintf but do have _doprnt. */ 77 77 /* #undef HAVE_DOPRNT */ 78 79 /* Define to 1 if you have the fdopen function. */ 80 #define HAVE_FDOPEN 1 78 81 79 82 /* Define to 1 if your system has a working fnmatch function. */ … … 290 293 291 294 /* Define to 1 if you have the strcasecmp function. */ 292 /* #undef HAVE_STRCASECMP */ 295 #define HAVE_STRCASECMP 1 293 296 294 297 /* Define to 1 if you have the strcmpi function. */
Note:
See TracChangeset
for help on using the changeset viewer.