Ignore:
Timestamp:
Mar 14, 2018, 10:28:10 PM (7 years ago)
Author:
bird
Message:

kmk: Merged in changes from GNU make 4.2.1 (2e55f5e4abdc0e38c1d64be703b446695e70b3b6 / https://git.savannah.gnu.org/git/make.git).

Location:
trunk/src/kmk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk

  • trunk/src/kmk/configh.dos.template

    r2591 r3140  
    11/* configh.dos -- hand-massaged config.h file for MS-DOS builds         -*-C-*-
    22
    3 Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
    4 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
     3Copyright (C) 1994-2016 Free Software Foundation, Inc.
    54This file is part of GNU Make.
    65
     
    2625#if __DJGPP__ > 2 || __DJGPP_MINOR__ > 1
    2726
    28 /* Define to 1 if `sys_siglist' is declared by <signal.h> or <unistd.h>. */
     27/* Define to 1 if 'sys_siglist' is declared by <signal.h> or <unistd.h>. */
    2928# define SYS_SIGLIST_DECLARED 1
    3029
    31 /* Define to 1 if the C library defines the variable `_sys_siglist'.  */
     30/* Define to 1 if the C library defines the variable '_sys_siglist'.  */
    3231# define HAVE_DECL_SYS_SIGLIST 1
    3332
     
    4241#define FILE_TIMESTAMP_HI_RES 0
    4342
    44 /* Define to 1 if you have `alloca', as a function or macro. */
     43/* Define to 1 if you have 'alloca', as a function or macro. */
    4544#define HAVE_ALLOCA 1
    4645
     
    4847#define HAVE_FDOPEN 1
    4948
    50 /* Define to 1 if you have the `getgroups' function. */
     49/* Define to 1 if you have the 'getgroups' function. */
    5150#define HAVE_GETGROUPS 1
    5251
     
    5756#define HAVE_MKSTEMP 1
    5857
    59 /* Define to 1 if you have the `mktemp' function. */
     58/* Define to 1 if you have the 'mktemp' function. */
    6059#define HAVE_MKTEMP 1
    6160
    62 /* Define to 1 if you have the `setlinebuf' function. */
     61/* Define to 1 if you have the 'setlinebuf' function. */
    6362#define HAVE_SETLINEBUF 1
    6463
    65 /* Define to 1 if you have the `setvbuf' function. */
     64/* Define to 1 if you have the 'setvbuf' function. */
    6665#define HAVE_SETVBUF 1
    6766
    6867#define SCCS_GET "get"
    6968
    70 /* Define to `unsigned long' or `unsigned long long'
     69/* Define to 'unsigned long' or 'unsigned long long'
    7170   if <inttypes.h> doesn't define.  */
    7271#define uintmax_t unsigned long long
     
    7877#define HAVE_SELECT 1
    7978
    80 /* Define to 1 if your compiler conforms to the ANSI C standard. */
    81 #define HAVE_ANSI_COMPILER 1
    82 
    83 /* Define to 1 if you have the <stdarg.h> header file. */
    84 #define HAVE_STDARG_H 1
    85 
    86 /* Define to 1 if you have the vprintf library function.  */
    87 #undef HAVE_VPRINTF
    88 #define HAVE_VPRINTF 1
    89 
    9079/* Define to 1 if you have the stricmp function.  */
    9180#define HAVE_STRICMP 1
     81
     82/* Define to 1 if you have the 'strncasecmp' function. */
     83#define HAVE_STRNCASECMP 1
    9284
    9385/* Name of the package */
     
    109101#define PACKAGE_VERSION "%VERSION%"
    110102
    111 /* Define to 1 if the C compiler supports function prototypes. */
    112 #define PROTOTYPES 1
     103/* Output sync sypport */
     104#define NO_OUTPUT_SYNC
    113105
    114106/* Version number of package */
Note: See TracChangeset for help on using the changeset viewer.